From d591e91861fefe18133f4e6861937a914c8c7ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:26:59 +0100 Subject: [PATCH] build(deps): Bump @tanstack/react-query from 5.59.20 to 5.60.2 (#365) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.59.20 to 5.60.2. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.60.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/opa-react/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 959d6f3..d74923f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1716,9 +1716,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.59.20", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.20.tgz", - "integrity": "sha512-Zly0egsK0tFdfSbh5/mapSa+Zfc3Et0Zkar7Wo5sQkFzWyB3p3uZWOHR2wrlAEEV2L953eLuDBtbgFvMYiLvUw==", + "version": "5.60.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.60.2.tgz", + "integrity": "sha512-JhpJNxIAPuE0YCpP1Py4zAsgx+zY0V531McRMtQbwVlJF8+mlZwcOPrzGmPV248K8IP+mPbsfxXToVNMNwjUcw==", "dependencies": { "@tanstack/query-core": "5.59.20" }, @@ -9639,7 +9639,7 @@ "license": "Apache-2.0", "dependencies": { "@styra/opa": ">=1.5.0", - "@tanstack/react-query": "^5.59.20", + "@tanstack/react-query": "^5.60.2", "@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 72b7238..3f8408f 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.20", + "@tanstack/react-query": "^5.60.2", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^3.23.8"