From a9d02fa02fba2945193d2a42d738124758ad9378 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sat, 3 Apr 2021 14:23:26 +0200 Subject: [PATCH] update to webpack@5.30.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b2f96d3..bf1694eb 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "vue": "^2.5.17", "vue-server-renderer": "^2.5.17", "web-vitals": "^0.2.4", - "webpack": "5.27.1", + "webpack": "5.30.0", "when": "^3.7.8" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index f54224ce..0e00d10b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15008,10 +15008,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@5.27.1: - version "5.27.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.27.1.tgz#6808fb6e45e35290cdb8ae43c7a10884839a3079" - integrity sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA== +webpack@5.30.0: + version "5.30.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.30.0.tgz#07d87c182a060e0c2491062f3dc0edc85a29d884" + integrity sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.46"