From c52a3f65f4b8a47984f116bf5c9cbbf9465d2695 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 9 Jan 2021 08:39:52 +0000 Subject: [PATCH] Bump webpack from 5.12.1 to 5.12.2 Bumps [webpack](https://github.com/webpack/webpack) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.12.1...v5.12.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 5e69f71e..d9f3bb56 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.12.1", + "webpack": "^5.12.2", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.1", "webpack-pwa-manifest": "^4.3.0" diff --git a/yarn.lock b/yarn.lock index 08d51cc0..6736d09e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8684,10 +8684,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.12.1: - version "5.12.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.12.1.tgz#e81b916d17ea1c6be33c7b486aeebd5e8c235aac" - integrity sha512-Bh6hPzUvTLuGZg33xsZLEtAkaEJf9ux29WwGj4IeAGUCy7RE8zhqe4aHN4UqA8yHmHzvhORFH2p9ohB6h6R3yg== +webpack@^5.12.2: + version "5.12.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.12.2.tgz#f79574cdb7a4ef711c5f47f3d189e045a14217e5" + integrity sha512-HiTXBGLFQiRecP5Fwrh21aaxlEUqQdDeUaninKVKX0Dtqaf+WjKCsNcv+UVftfYXrY0bnRQHnouw1x+CPqQKFQ== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.45"