From 7b91937d19962fe5509a853c3b9768ab0ff75ee7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 20:09:39 +0000 Subject: [PATCH] Bump webpack from 5.17.0 to 5.18.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.17.0 to 5.18.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.17.0...v5.18.0) 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 119916c4..429ced91 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.17.0", + "webpack": "^5.18.0", "webpack-cli": "^4.4.0", "webpack-dev-server": "^3.11.2", "webpack-pwa-manifest": "^4.3.0" diff --git a/yarn.lock b/yarn.lock index 7b39afb5..767ed763 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8691,10 +8691,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@^5.17.0: - version "5.17.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.17.0.tgz#e92aebad45be25f86f788dc72fc11daacdcfd55d" - integrity sha512-R+IdNEaYcYaACpXZOt7reyc8txBK7J06lOPkX1SbgmeoAnUbyBZivJIksrDBnmMA3wlTWvPcX7DubxELyPB8rA== +webpack@^5.18.0: + version "5.18.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.18.0.tgz#bbcf13094aa0da0534d513f27d7ee72d74e499c6" + integrity sha512-RmiP/iy6ROvVe/S+u0TrvL/oOmvP+2+Bs8MWjvBwwY/j82Q51XJyDJ75m0QAGntL1Wx6B//Xc0+4VPP/hlNHmw== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"