From da22daf0be86556b972cc63a95fd057b516772b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 14:34:33 +0000 Subject: [PATCH] Bump webpack from 5.20.1 to 5.20.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.20.1 to 5.20.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.20.1...v5.20.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3071a97e..e79ea281 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "vue-loader": "^15.9.6", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.12", - "webpack": "^5.20.1", + "webpack": "^5.20.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-pwa-manifest": "^4.3.0" diff --git a/yarn.lock b/yarn.lock index b0da8261..f646afcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8659,10 +8659,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.20.1: - version "5.20.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.1.tgz#dfecbcfb660544113a923479c8ca1044fdbf1533" - integrity sha512-cStILc8W14WZXsgfeJmNIQlmQU06F7THfCJ6id3pIB/EXuR6nquolJ2ZJoaLNb6zdec6O2jOAzVKtBYc7vGDjg== +webpack@^5.20.2: + version "5.20.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.20.2.tgz#55a6e461e2a6e1ca7467a419886acf9c7b052d5f" + integrity sha512-gGPip54KK7DznaaPHVuNGqym3LAXXL+bPkZ9SlLTCdHmmk+m5x+D4UZdhWvw32CMahYlZwZYPsioFIw36/txYQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"