From bd1715321c9dea171f2c2c487df78a33e338918f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:02:45 +0000 Subject: [PATCH] Bump typescript in /graylog2-web-interface/packages/graylog-web-plugin Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 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 99d021c23ec4..54f0938390a2 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -44,7 +44,7 @@ "redux": "^5.0.1", "reflux": "0.2.13", "styled-components": "6.1.1", - "typescript": "6.0.3", + "typescript": "7.0.2", "use-query-params": "^2.2.0", "webpack": "5.108.1", "webpack-cli": "7.1.0",