From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 09:33:13 +0000 (+0000) Subject: build(deps-dev): bump webpack from 5.24.2 to 5.24.3 X-Git-Tag: v4.0.5~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab88476960649ab3be9e094745a69547d2fa63f;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 5.24.2 to 5.24.3 Bumps [webpack](https://github.com/webpack/webpack) from 5.24.2 to 5.24.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.2...v5.24.3) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index ad85bea3..5adbc691 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "vitepress": "^0.12.2", "vue": "^3.0.6", "vue-loader": "^16.1.2", - "webpack": "^5.21.2", + "webpack": "^5.24.3", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", diff --git a/yarn.lock b/yarn.lock index 6e32af6b..7303d323 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9021,10 +9021,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.21.2: - version "5.24.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.2.tgz#33790dad631e8b639f4246d762e257720875fe54" - integrity sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg== +webpack@^5.24.3: + version "5.24.3" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.3.tgz#6ec0f5059f8d7c7961075fa553cfce7b7928acb3" + integrity sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"