diff --git a/package-lock.json b/package-lock.json index 6fdd57a4..8a284fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2325,9 +2325,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.87.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.87.4.tgz", - "integrity": "sha512-uNsg6zMxraEPDVO2Bn+F3/ctHi+Zsk+MMpcN8h6P7ozqD088F6mFY5TfGM7zuyIrL7HKpDyu6QHfLWiDxh3cuw==", + "version": "5.90.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.5.tgz", + "integrity": "sha512-wLamYp7FaDq6ZnNehypKI5fNvxHPfTYylE0m/ZpuuzJfJqhR5Pxg9gvGBHZx4n7J+V5Rg5mZxHHTlv25Zt5u+w==", "license": "MIT", "funding": { "type": "github", @@ -2335,12 +2335,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.87.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.87.4.tgz", - "integrity": "sha512-T5GT/1ZaNsUXf5I3RhcYuT17I4CPlbZgyLxc/ZGv7ciS6esytlbjb3DgUFO6c8JWYMDpdjSWInyGZUErgzqhcA==", + "version": "5.90.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.5.tgz", + "integrity": "sha512-pN+8UWpxZkEJ/Rnnj2v2Sxpx1WFlaa9L6a4UO89p6tTQbeo+m0MS8oYDjbggrR8QcTyjKoYWKS3xJQGr3ExT8Q==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.87.4" + "@tanstack/query-core": "5.90.5" }, "funding": { "type": "github", @@ -8419,7 +8419,7 @@ }, "packages/opa": { "name": "@open-policy-agent/opa", - "version": "1.7.11", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@open-policy-agent/ucast-prisma": "^0.1.6" @@ -8449,7 +8449,7 @@ "license": "Apache-2.0", "dependencies": { "@open-policy-agent/opa": ">=1.7.11", - "@tanstack/react-query": "^5.87.4", + "@tanstack/react-query": "^5.90.5", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^4.1.8" diff --git a/packages/opa-react/package.json b/packages/opa-react/package.json index d75bffab..f9652c8c 100644 --- a/packages/opa-react/package.json +++ b/packages/opa-react/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@open-policy-agent/opa": ">=1.7.11", - "@tanstack/react-query": "^5.87.4", + "@tanstack/react-query": "^5.90.5", "@yornaath/batshit": "^0.10.1", "lodash.merge": "^4.6.2", "zod": "^4.1.8"