From 2e3f90272aa214816ec7a91d0ad0b78b4bd5be8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 07:00:46 +0100 Subject: [PATCH] chore(deps-dev): bump webpack from 5.61.0 to 5.62.1 (#1322) 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 8caa7d2..51c5ab7 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.61.0", + "webpack": "^5.62.1", "webpack-cli": "^4.9.1" }, "engines": { @@ -2907,9 +2907,9 @@ } }, "node_modules/webpack": { - "version": "5.61.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.61.0.tgz", - "integrity": "sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==", + "version": "5.62.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.1.tgz", + "integrity": "sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -5268,9 +5268,9 @@ } }, "webpack": { - "version": "5.61.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.61.0.tgz", - "integrity": "sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==", + "version": "5.62.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.1.tgz", + "integrity": "sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index 943fb86..b25f93c 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.61.0", + "webpack": "^5.62.1", "webpack-cli": "^4.9.1" }, "engines": {