From 5ed098d06f9c76fa2a714fd80e6869468d2c6125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 03:55:56 +0000 Subject: [PATCH] Bump webpack from 5.25.1 to 5.26.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.25.1 to 5.26.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.25.1...v5.26.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 5d98edcec..592dc8855 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "stylelint-scss": "^3.19.0", "stylelint-webpack-plugin": "^2.1.1", "url-loader": "^4.1.1", - "webpack": "^5.25.1", + "webpack": "^5.26.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-manifest-plugin": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 8128e163b..af7121314 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6994,10 +6994,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.25.1: - version "5.25.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.25.1.tgz#d3564440ed2569253fa45864405a313916bef6f6" - integrity sha512-dzFTJwehoLZkeHUkvMSwAgVdGL+PerfX0mke9tOWjJs4OzFctkxCqD8Zj5J387jLkC4gNqSin0/EurhH28boCg== +webpack@^5.26.0: + version "5.26.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.26.0.tgz#269841ed7b5c6522221aa27f7efceda04c8916d7" + integrity sha512-9kQATUOGQBkqzNKFmFON4KXZDsXnE7xk58tBxca8aCi+6/QhAbmWIvtGqBL66XIsBFpomFH0/0KyCaySo0ta2g== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"