From 86a5aba67ee511b47eb5dfd96a221703cecdfe3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 17:57:50 +0200 Subject: [PATCH] chore(deps-dev): bump webpack from 5.58.0 to 5.58.1 (#1279) 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 8ced02f..1057143 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.3", - "webpack": "^5.58.0", + "webpack": "^5.58.1", "webpack-cli": "^4.9.0" }, "engines": { @@ -2898,9 +2898,9 @@ } }, "node_modules/webpack": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz", - "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==", + "version": "5.58.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz", + "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -5252,9 +5252,9 @@ } }, "webpack": { - "version": "5.58.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz", - "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==", + "version": "5.58.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.1.tgz", + "integrity": "sha512-4Z/dmbTU+VmkCb2XNgW7wkE5TfEcSooclprn/UEuVeAkwHhn07OcgUsyaKHGtCY/VobjnsYBlyhKeMLiSoOqPg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index ce6e5be..100f6a6 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.3", - "webpack": "^5.58.0", + "webpack": "^5.58.1", "webpack-cli": "^4.9.0" }, "engines": {