From 9048a195bbf131174c321af775d2bffd46aed29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:33:57 +0000 Subject: [PATCH] Bump typescript in /graylog2-web-interface/packages/graylog-web-plugin Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... 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 8787dd688fa1..af3f23f1956c 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -49,7 +49,7 @@ "react-router-dom": "6.27.0", "reflux": "0.2.13", "styled-components": "6.1.1", - "typescript": "5.7.2", + "typescript": "5.7.3", "use-query-params": "^2.2.0", "webpack": "5.97.1", "webpack-cli": "5.1.4",