From 923a6fb2c01dadaf68ff2cb27c9ff7b6e9004c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 17:42:54 +0100 Subject: [PATCH] chore(deps-dev): bump webpack from 5.61.0 to 5.62.1 (#3846) Bumps [webpack](https://github.com/webpack/webpack) from 5.61.0 to 5.62.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.61.0...v5.62.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 fc79ac960..5782f85c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "ts-node": "^10.4.0", "typescript": "~4.1.6", "unminified-webpack-plugin": "^3.0.0", - "webpack": "^5.61.0", + "webpack": "^5.62.1", "winston": "^3.3.3", "zone.js": "^0.11.4" } @@ -16015,9 +16015,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", @@ -28885,9 +28885,9 @@ "dev": true }, "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 6dcde549a..df1233232 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "ts-node": "^10.4.0", "typescript": "~4.1.6", "unminified-webpack-plugin": "^3.0.0", - "webpack": "^5.61.0", + "webpack": "^5.62.1", "winston": "^3.3.3", "zone.js": "^0.11.4" },