From 6239a1ff52d717a3b8a2e438cc8761cd3392199b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:50:38 -0400 Subject: [PATCH] chore(deps): bump webpack from 5.72.1 to 5.73.0 in /install (#10677) Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-minor ... 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 f513c5ee7d..a57a476ad1 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.1", + "webpack": "5.73.0", "webpack-merge": "5.8.0", "winston": "3.7.2", "xml": "1.0.1",