From 4032e3d30c67edb3ee5dc8ae7a96e0b608071a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:06:11 +0100 Subject: [PATCH] Bump @types/react in /graylog2-web-interface/packages/graylog-web-plugin (#14468) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.26 to 18.0.27. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1b2403f453f2..cf471b3b8b70 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -32,7 +32,7 @@ "@tanstack/react-query": "4.22.0", "@types/create-react-class": "15.6.3", "@types/jquery": "3.5.16", - "@types/react": "18.0.26", + "@types/react": "18.0.27", "babel-preset-graylog": "file:../babel-preset-graylog", "create-react-class": "15.7.0", "eslint-config-graylog": "file:../eslint-config-graylog",