diff --git a/package.json b/package.json index 677fbcbc..0d5f1858 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-router-dom": "5.1.4", "@types/react-test-renderer": "16.9.2", "@types/styled-components": "5.0.1", - "@types/webpack": "4.41.10", + "@types/webpack": "4.41.12", "@types/webpack-dev-server": "3.10.1", "@typescript-eslint/eslint-plugin": "2.27.0", "@typescript-eslint/parser": "2.27.0", diff --git a/yarn.lock b/yarn.lock index 03d1a3fd..02f6d268 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2406,7 +2406,7 @@ "@types/source-list-map" "*" source-map "^0.6.1" -"@types/webpack@*", "@types/webpack@4.41.10", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8": +"@types/webpack@*", "@types/webpack@^4.4.31", "@types/webpack@^4.41.8": version "4.41.10" resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.10.tgz#2e1f6b3508a249854efe3dcc7690905ac5ee10be" integrity sha512-vIy0qaq8AjOjZLuFPqpo7nAJzcoVXMdw3mvpNN07Uvdy0p1IpJeLNBe3obdRP7FX2jIusDE7z1pZa0A6qYUgnA== @@ -2418,6 +2418,18 @@ "@types/webpack-sources" "*" source-map "^0.6.0" +"@types/webpack@4.41.12": + version "4.41.12" + resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.12.tgz#0386ee2a2814368e2f2397abb036c0bf173ff6c3" + integrity sha512-BpCtM4NnBen6W+KEhrL9jKuZCXVtiH6+0b6cxdvNt2EwU949Al334PjQSl2BeAyvAX9mgoNNG21wvjP3xZJJ5w== + dependencies: + "@types/anymatch" "*" + "@types/node" "*" + "@types/tapable" "*" + "@types/uglify-js" "*" + "@types/webpack-sources" "*" + source-map "^0.6.0" + "@types/yargs-parser@*": version "15.0.0" resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"