From 08905d0085543dde2b299e94e0e02a605c0533e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 23:39:05 +0000 Subject: [PATCH] Bump webpack from 5.31.2 to 5.33.2 in /web Bumps [webpack](https://github.com/webpack/webpack) from 5.31.2 to 5.33.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.31.2...v5.33.2) Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/web/package.json b/web/package.json index 5c567c8f..fe314904 100644 --- a/web/package.json +++ b/web/package.json @@ -55,7 +55,7 @@ "mini-css-extract-plugin": "^1.3.9", "ts-node": "^9.1.1", "typescript": "^4.2.3", - "webpack": "^5.25.0", + "webpack": "^5.33.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" } diff --git a/web/yarn.lock b/web/yarn.lock index b9a20a5b..79a7a987 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1047,16 +1047,11 @@ resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.4.tgz" integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA== -"@types/node@*": +"@types/node@*", "@types/node@^14.14.37": version "14.14.37" resolved "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz" integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== -"@types/node@^14.14.37": - version "14.14.37" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" - integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== - "@types/normalize-package-data@^2.4.0": version "2.4.0" resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz" @@ -5201,10 +5196,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5, webpack@^5.25.0: - version "5.31.2" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.31.2.tgz" - integrity sha512-0bCQe4ybo7T5Z0SC5axnIAH+1WuIdV4FwLYkaAlLtvfBhIx8bPS48WHTfiRZS1VM+pSiYt7e/rgLs3gLrH82lQ== +webpack@^5, webpack@^5.33.2: + version "5.33.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.33.2.tgz#c049717c9b038febf5a72fd2f53319ad59a8c1fc" + integrity sha512-X4b7F1sYBmJx8mlh2B7mV5szEkE0jYNJ2y3akgAP0ERi0vLCG1VvdsIxt8lFd4st6SUy0lf7W0CCQS566MBpJg== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"