From e3d33f44bac5e2fb3c9b1497c83d2814621d7e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:57:33 +0000 Subject: [PATCH] Bump webpack in /graylog2-web-interface/packages/graylog-web-plugin Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.2...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- graylog2-web-interface/packages/graylog-web-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graylog2-web-interface/packages/graylog-web-plugin/package.json b/graylog2-web-interface/packages/graylog-web-plugin/package.json index f9b73b6ff987..0a98be0ffb2f 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -58,7 +58,7 @@ "reflux": "0.2.13", "styled-components": "5.1.1", "typescript": "^4.0.5", - "webpack": "4.44.2", + "webpack": "5.76.0", "webpack-cleanup-plugin": "0.5.1", "webpack-cli": "3.3.12", "webpack-merge": "4.2.2"