diff --git a/package-lock.json b/package-lock.json index be1e003..3e96629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "arena-client", "version": "0.1.0", "dependencies": { - "@tanstack/react-query": "^5.101.2", + "@tanstack/react-query": "^5.101.3", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7", @@ -2118,9 +2118,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.101.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.2.tgz", - "integrity": "sha512-hH5MLoJhF7KaIGd7q3xTXGXvslI+GYlM1Z/35aSHHWaCJWB7XvTSHYuV3eM7tw+aE0mT/xMro4M4Q9rCGHT0lw==", + "version": "5.101.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.3.tgz", + "integrity": "sha512-pWLyu7AjFFVM5G+frjcL81kKEW9R8GCCPKnL3uaWbMwd2f3ZINFCuy+PtKkdz/+pKw/f/XMsFsYq/H+uJHM4GQ==", "license": "MIT", "funding": { "type": "github", @@ -2128,12 +2128,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.101.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.2.tgz", - "integrity": "sha512-seDkr6kzGzX1okaaTtZPtgA688CDPlXUz1C6xSg0ESqn04Vuc8tlrYms1s3de+znBqhPVxFRfpAfUf+6XvfPWg==", + "version": "5.101.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.3.tgz", + "integrity": "sha512-ZjgcRwmQUSCythDPj6pE2NKFi9bpQegxIBxgt3hPytXI1ElFHNaa3A7aWW8vFaLCIRjPv467rbREYHbxcdgQbg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.101.2" + "@tanstack/query-core": "5.101.3" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 438d6a1..bc18637 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prepare": "husky" }, "dependencies": { - "@tanstack/react-query": "^5.101.2", + "@tanstack/react-query": "^5.101.3", "next": "16.2.10", "react": "19.2.7", "react-dom": "19.2.7",