diff --git a/package-lock.json b/package-lock.json index d706c76..7c6891e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1690,9 +1690,9 @@ "link": true }, "node_modules/@tanstack/query-core": { - "version": "5.62.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.3.tgz", - "integrity": "sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==", + "version": "5.62.7", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.7.tgz", + "integrity": "sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==", "license": "MIT", "funding": { "type": "github", @@ -1700,12 +1700,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.3.tgz", - "integrity": "sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw==", + "version": "5.62.7", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.7.tgz", + "integrity": "sha512-+xCtP4UAFDTlRTYyEjLx0sRtWyr5GIk7TZjZwBu4YaNahi3Rt2oMyRqfpfVrtwsqY2sayP4iXVCwmC+ZqqFmuw==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.62.3" + "@tanstack/query-core": "5.62.7" }, "funding": { "type": "github", @@ -9522,7 +9522,7 @@ "license": "Apache-2.0", "dependencies": { "@styra/opa": ">=1.5.0", - "@tanstack/react-query": "^5.62.3", + "@tanstack/react-query": "^5.62.7", "@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 a66e392..5f464b7 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.62.3", + "@tanstack/react-query": "^5.62.7", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^3.23.8"