From b369103d33234af96e4efa07bd6b985baba39687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:41:23 +0000 Subject: [PATCH] Bump @tanstack/react-query Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 4.36.1 to 5.51.24. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.24/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" 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 a8b545c07f30..679554357de3 100644 --- a/graylog2-web-interface/packages/graylog-web-plugin/package.json +++ b/graylog2-web-interface/packages/graylog-web-plugin/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@graylog/sawmill": "2.0.23", - "@tanstack/react-query": "4.36.1", + "@tanstack/react-query": "5.51.24", "@types/create-react-class": "15.6.8", "@types/jquery": "3.5.30", "@types/react": "18.3.3",