From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:02:33 +0000 (+0100) Subject: build(deps-dev): bump webpack from 5.24.3 to 5.27.1 (#836) X-Git-Tag: v4.0.6~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ae25452e3f0c20d7169a45e70f7d88a0b8908f;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 5.24.3 to 5.27.1 (#836) Bumps [webpack](https://github.com/webpack/webpack) from 5.24.3 to 5.27.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.24.3...v5.27.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package.json b/package.json index 67268e16..7211f6d0 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "vitepress": "^0.12.2", "vue": "^3.0.7", "vue-loader": "^16.1.2", - "webpack": "^5.24.3", + "webpack": "^5.27.1", "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 164bf82f..1302ed72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9028,10 +9028,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.24.3: - version "5.24.3" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.3.tgz#6ec0f5059f8d7c7961075fa553cfce7b7928acb3" - integrity sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw== +webpack@^5.27.1: + version "5.27.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.27.1.tgz#6808fb6e45e35290cdb8ae43c7a10884839a3079" + integrity sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"