From cc2bc656926634b31fbd0410b90af621596b1c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:34:22 +0000 Subject: [PATCH] build(deps): bump webpack in /packages/default.gbui Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/default.gbui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/default.gbui/package.json b/packages/default.gbui/package.json index 47e09a34..3cb0e624 100644 --- a/packages/default.gbui/package.json +++ b/packages/default.gbui/package.json @@ -25,7 +25,7 @@ "react-transition-group": "4.4.5", "rxjs": "7.5.7", "url-join": "5.0.0", - "webpack": "5.75.0" + "webpack": "5.76.0" }, "scripts": { "start": "react-scripts start", -- 2.39.5