From 148806a326b9583a2bd64fd7bd737e4c64f6d184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 22:26:58 +0200 Subject: [PATCH] chore(deps-dev): bump webpack from 5.56.1 to 5.57.1 (#3797) Bumps [webpack](https://github.com/webpack/webpack) from 5.56.1 to 5.57.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.56.1...v5.57.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 d78ea41e8..997997e83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "ts-node": "^10.2.1", "typescript": "~4.1.6", "unminified-webpack-plugin": "^3.0.0", - "webpack": "^5.56.1", + "webpack": "^5.57.1", "winston": "^3.3.3", "zone.js": "^0.11.4" } @@ -15988,9 +15988,9 @@ } }, "node_modules/webpack": { - "version": "5.56.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.56.1.tgz", - "integrity": "sha512-MRbTPooHJuSAfbx7Lh/qEMRUe/d0p4cRj2GPo/fq+4JUeR/+Q1EfLvS1lexslbMcJZyPXxxz/k/NzVepkA5upA==", + "version": "5.57.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz", + "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -28845,9 +28845,9 @@ "dev": true }, "webpack": { - "version": "5.56.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.56.1.tgz", - "integrity": "sha512-MRbTPooHJuSAfbx7Lh/qEMRUe/d0p4cRj2GPo/fq+4JUeR/+Q1EfLvS1lexslbMcJZyPXxxz/k/NzVepkA5upA==", + "version": "5.57.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz", + "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index 85d150c99..8749d943e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "ts-node": "^10.2.1", "typescript": "~4.1.6", "unminified-webpack-plugin": "^3.0.0", - "webpack": "^5.56.1", + "webpack": "^5.57.1", "winston": "^3.3.3", "zone.js": "^0.11.4" },