diff --git a/package-lock.json b/package-lock.json index 5518294..eaebaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1707,20 +1707,20 @@ "link": true }, "node_modules/@tanstack/query-core": { - "version": "5.60.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.60.5.tgz", - "integrity": "sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ==", + "version": "5.60.6", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.60.6.tgz", + "integrity": "sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.60.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.60.5.tgz", - "integrity": "sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q==", + "version": "5.61.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.0.tgz", + "integrity": "sha512-SBzV27XAeCRBOQ8QcC94w2H1Md0+LI0gTWwc3qRJoaGuewKn5FNW4LSqwPFJZVEItfhMfGT7RpZuSFXjTi12pQ==", "dependencies": { - "@tanstack/query-core": "5.60.5" + "@tanstack/query-core": "5.60.6" }, "funding": { "type": "github", @@ -9533,7 +9533,7 @@ "license": "Apache-2.0", "dependencies": { "@styra/opa": ">=1.5.0", - "@tanstack/react-query": "^5.60.5", + "@tanstack/react-query": "^5.61.0", "@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 3e86b02..34c8dac 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.60.5", + "@tanstack/react-query": "^5.61.0", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^3.23.8"