From 77a399e6af81ba13100d911e817916d31785bd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:44:32 +0000 Subject: [PATCH] build(deps): Bump @tanstack/react-query from 5.59.19 to 5.59.20 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.59.19 to 5.59.20. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.59.20/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/opa-react/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e621b8..8bec26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1707,20 +1707,20 @@ "link": true }, "node_modules/@tanstack/query-core": { - "version": "5.59.17", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.17.tgz", - "integrity": "sha512-jWdDiif8kaqnRGHNXAa9CnudtxY5v9DUxXhodgqX2Rwzj+1UwStDHEbBd9IA5C7VYAaJ2s+BxFR6PUBs8ERorA==", + "version": "5.59.20", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.20.tgz", + "integrity": "sha512-e8vw0lf7KwfGe1if4uPFhvZRWULqHjFcz3K8AebtieXvnMOz5FSzlZe3mTLlPuUBcydCnBRqYs2YJ5ys68wwLg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.59.19", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.19.tgz", - "integrity": "sha512-xLRfyFyQOFcLltKCds0LijfC6/HQJrrTTnZB8ciyn74LIkVAm++vZJ6eUVG20RmJtdP8REdy7vSOYW4M3//XLA==", + "version": "5.59.20", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.20.tgz", + "integrity": "sha512-Zly0egsK0tFdfSbh5/mapSa+Zfc3Et0Zkar7Wo5sQkFzWyB3p3uZWOHR2wrlAEEV2L953eLuDBtbgFvMYiLvUw==", "dependencies": { - "@tanstack/query-core": "5.59.17" + "@tanstack/query-core": "5.59.20" }, "funding": { "type": "github", @@ -9639,7 +9639,7 @@ "license": "Apache-2.0", "dependencies": { "@styra/opa": ">=1.5.0", - "@tanstack/react-query": "^5.59.19", + "@tanstack/react-query": "^5.59.20", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^3.23.8" diff --git a/packages/opa-react/package.json b/packages/opa-react/package.json index 2a9861b..72b7238 100644 --- a/packages/opa-react/package.json +++ b/packages/opa-react/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@styra/opa": ">=1.5.0", - "@tanstack/react-query": "^5.59.19", + "@tanstack/react-query": "^5.59.20", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^3.23.8"