From 05c66727013b2fe8c910d5323fd8d068c63dc874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:03:42 +0000 Subject: [PATCH] build(deps): bump webpack from 5.57.1 to 5.58.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.57.1 to 5.58.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.57.1...v5.58.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 120e464a..1dab8b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/semver": "^7.3.8", "moment": "^2.29.1", "semver": "^7.3.5", - "webpack": "^5.57.1" + "webpack": "^5.58.0" }, "devDependencies": { "@types/jest": "^27.0.2", @@ -6756,9 +6756,9 @@ } }, "node_modules/webpack": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz", - "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz", + "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==", "dependencies": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", @@ -12181,9 +12181,9 @@ "dev": true }, "webpack": { - "version": "5.57.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.57.1.tgz", - "integrity": "sha512-kHszukYjTPVfCOEyrUthA3jqJwduY/P3eO8I0gMNOZGIQWKAwZftxmp5hq6paophvwo9NoUrcZOecs9ulOyyTg==", + "version": "5.58.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.0.tgz", + "integrity": "sha512-xc2k5MLbR1iah24Z5xUm1nBh1PZXEdUnrX6YkTSOScq/VWbl5JCLREXJzGYqEAUbIO8tZI+Dzv82lGtnuUnVCQ==", "requires": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", diff --git a/package.json b/package.json index 2b688f83..30b462d8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/semver": "^7.3.8", "moment": "^2.29.1", "semver": "^7.3.5", - "webpack": "^5.57.1" + "webpack": "^5.58.0" }, "devDependencies": { "@types/jest": "^27.0.2",