From 6d0f5d6a02d87ee4c8b3e5d885223b1741d095c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 16:01:10 +0200 Subject: [PATCH] chore(deps-dev): bump webpack from 5.58.1 to 5.58.2 (#1283) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72ef401..216e18d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "terser-webpack-plugin": "^5.2.4", "ts-loader": "^9.2.6", "typescript": "^4.4.4", - "webpack": "^5.58.1", + "webpack": "^5.58.2", "webpack-cli": "^4.9.0" }, "engines": { @@ -2907,9 +2907,9 @@ } }, "node_modules/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==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -5269,9 +5269,9 @@ } }, "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==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index e727133..59c75c6 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "terser-webpack-plugin": "^5.2.4", "ts-loader": "^9.2.6", "typescript": "^4.4.4", - "webpack": "^5.58.1", + "webpack": "^5.58.2", "webpack-cli": "^4.9.0" }, "engines": {