From 1c8505acb3d8308c8ab1bac4c1a144e439608aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 03:05:43 +0000 Subject: [PATCH] Bump webpack from 5.10.3 to 5.11.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.10.3...v5.11.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 4aa9b23ce..68f34c6fa 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "stylelint-scss": "^3.18.0", "stylelint-webpack-plugin": "^2.1.1", "url-loader": "^4.1.1", - "webpack": "^5.10.3", + "webpack": "^5.11.0", "webpack-cli": "^4.2.0", "webpack-dev-server": "^3.11.0", "webpack-manifest-plugin": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 10b535a55..b108b191c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7021,10 +7021,10 @@ webpack-sources@^2.1.1, webpack-sources@^2.2.0: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.10.3: - version "5.10.3" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.10.3.tgz#933cbd5e79d62040d988049ff0f515a6dc333006" - integrity sha512-KFPEbpNKfNU4t2CDsUZJ7KpuUbzDqGUCZqLmz4667KSUWMc9BuR3a8jpa72Emv7JUbdGwISD9OZjoI9S5BnHig== +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"