From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:44:22 +0000 (+0000) Subject: build(deps-dev): bump webpack from 5.10.1 to 5.11.0 X-Git-Tag: v4.0.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e765c292fc2e09b82964e2c61c8174ae804a272e;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump webpack from 5.10.1 to 5.11.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.10.1 to 5.11.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.10.1...v5.11.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 03a9f140..919fcc36 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "vitepress": "^0.8.1", "vue": "^3.0.3", "vue-loader": "^16.1.0", - "webpack": "^5.10.1", + "webpack": "^5.11.0", "webpack-bundle-analyzer": "^4.3.0", "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index 83016a6c..a81e1422 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9829,10 +9829,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.10.1: - version "5.10.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.10.1.tgz#81d1853d34bef5d6e5bfa119b98a43764b26c100" - integrity sha512-mHu4iM2mW7d/8R91VPPNtUCNd1D8k51TTb4e0XjylapIR6WEmW8XUTBZq8TqmShj9XYxVXJn6AzKlWnrlty6DA== +webpack@^5.11.0: + version "5.11.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.11.0.tgz#1647abc060441d86d01d8835b8f0fc1dae2fe76f" + integrity sha512-ubWv7iP54RqAC/VjixgpnLLogCFbAfSOREcSWnnOlZEU8GICC5eKmJSu6YEnph2N2amKqY9rvxSwgyHxVqpaRw== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.45"