From 0a11a7b49a3ab3886b874a63aee733fb232120f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 01:07:27 +0000 Subject: [PATCH] Bump typescript in /graylog2-web-interface/packages/graylog-web-plugin Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... 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 0ea405f2e0..74f129d85a 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -59,7 +59,7 @@ "react-router-dom": "5.3.0", "reflux": "0.2.13", "styled-components": "5.3.5", - "typescript": "4.8.2", + "typescript": "4.9.5", "webpack": "5.74.0", "webpack-cleanup-plugin": "0.5.1", "webpack-cli": "4.10.0",