From 06edb6e6c016b91c9ebeaa70a8cab3850c31bd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 13:53:13 -0400 Subject: [PATCH] chore(deps): bump webpack from 5.72.0 to 5.72.1 in /install (#10600) Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 01d961078e..950a1d293b 100644 --- a/install/package.json +++ b/install/package.json @@ -137,7 +137,7 @@ "uglify-es": "3.3.9", "validator": "13.7.0", "visibilityjs": "2.0.2", - "webpack": "5.72.0", + "webpack": "5.72.1", "webpack-merge": "5.8.0", "winston": "3.7.2", "xml": "1.0.1",