From 9ff3c95f720addcb1f9427ed062c04ebb479a35f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 01:09:35 +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.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.2...v4.9.4) --- 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..ca905eb7ab 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.4", "webpack": "5.74.0", "webpack-cleanup-plugin": "0.5.1", "webpack-cli": "4.10.0",