From e10db315fea83bf8eef8366729724d7340b0f366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 05:04:28 +0000 Subject: [PATCH] Bump webpack from 5.34.0 to 5.35.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.34.0 to 5.35.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.34.0...v5.35.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 37c6f2bf..4aa6421d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "vue-loader": "^15.9.6", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.12", - "webpack": "^5.34.0", + "webpack": "^5.35.0", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2", "webpack-pwa-manifest": "^4.3.0" diff --git a/yarn.lock b/yarn.lock index e07d008b..428e4471 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8792,10 +8792,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.34.0: - version "5.34.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.34.0.tgz#8f12bfd3474e7543232345b89294cfe8a5191c10" - integrity sha512-+WiFMgaZqhu7zKN64LQ7z0Ml4WWI+9RwG6zmS0wJDQXiCeg3hpN8fYFNJ+6WlosDT55yVxTfK7XHUAOVR4rLyA== +webpack@^5.35.0: + version "5.35.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.35.0.tgz#4db23c2b96c4e53a90c5732d7cdb301a84a33576" + integrity sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.47"