From c17b29e7256e3dc8f9cc9da9d0e0c3597752e675 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Oct 2021 12:29:37 +0000 Subject: [PATCH] chore(deps): update dependency webpack to v5.58.2 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 7ee13fd927..498a38c5d5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20995,9 +20995,9 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "5.58.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz", - "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==", + "version": "5.58.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz", + "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==", "requires": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", diff --git a/client/package.json b/client/package.json index f0eeff925e..0a15017d8d 100644 --- a/client/package.json +++ b/client/package.json @@ -160,7 +160,7 @@ "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.3", "serve": "12.0.1", - "webpack": "5.58.1", + "webpack": "5.58.2", "webpack-cli": "4.9.0" } }