diff --git a/package.json b/package.json index 708a0852..5b73a176 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@storybook/cli": "5.3.18", "@storybook/react": "5.3.18", "@types/clean-webpack-plugin": "0.1.3", - "@types/html-webpack-plugin": "3.2.4", + "@types/html-webpack-plugin": "3.2.6", "@types/jest": "25.2.3", "@types/mini-css-extract-plugin": "0.9.1", "@types/react": "16.14.2", diff --git a/yarn.lock b/yarn.lock index 294e137b..65ad8c0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3011,14 +3011,14 @@ "@types/relateurl" "*" "@types/uglify-js" "*" -"@types/html-webpack-plugin@3.2.4": - version "3.2.4" - resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.4.tgz#ed770ddfec53ed2aa6b5f4523acca291192235c6" - integrity sha512-WM0s78bfCIXnTlICf+8nWP0IvP+fn4YfiI3uxAX1K1PSRpzs0iysp03j4zR0xTgxSqF67TbOsHs49YXonRAkeQ== +"@types/html-webpack-plugin@3.2.6": + version "3.2.6" + resolved "https://registry.yarnpkg.com/@types/html-webpack-plugin/-/html-webpack-plugin-3.2.6.tgz#07951aaf0fa260dbf626f9644f1d13106d537625" + integrity sha512-U8uJSvlf9lwrKG6sKFnMhqY4qJw2QXad+PHlX9sqEXVUMilVt96aVvFde73tzsdXD+QH9JS6kEytuGO2JcYZog== dependencies: "@types/html-minifier" "*" - "@types/tapable" "*" - "@types/webpack" "*" + "@types/tapable" "^1" + "@types/webpack" "^4" "@types/http-proxy@^1.17.5": version "1.17.5"