From 8dbd29d78af523120347146a318ddd1940bb5c08 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 02:03:15 +0000 Subject: [PATCH] chore(deps): update dependency webpack to v5.59.0 --- 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 3c60015173..948f9c1927 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20712,9 +20712,9 @@ "integrity": "sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==" }, "webpack": { - "version": "5.58.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz", - "integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==", + "version": "5.59.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.0.tgz", + "integrity": "sha512-2HiFHKnWIb/cBfOfgssQn8XIRvntISXiz//F1q1+hKMs+uzC1zlVCJZEP7XqI1wzrDyc/ZdB4G+MYtz5biJxCA==", "requires": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", diff --git a/client/package.json b/client/package.json index a9178285af..8dd4b5e012 100644 --- a/client/package.json +++ b/client/package.json @@ -161,7 +161,7 @@ "react-test-renderer": "16.14.0", "redux-saga-test-plan": "4.0.3", "serve": "12.0.1", - "webpack": "5.58.2", + "webpack": "5.59.0", "webpack-cli": "4.9.1" } }