diff --git a/package-lock.json b/package-lock.json index 75db390..0544560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@faker-js/faker": "^9.7.0", "@heroicons/react": "^2.2.0", "@tanstack/react-form": "^1.11.1", - "@tanstack/react-query": "^5.76.1", + "@tanstack/react-query": "^5.90.20", "date-fns": "^4.1.0", "msw": "^2.8.2", "next": "^16.1.3", @@ -1573,9 +1573,10 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.76.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.76.0.tgz", - "integrity": "sha512-FN375hb8ctzfNAlex5gHI6+WDXTNpe0nbxp/d2YJtnP+IBM6OUm7zcaoCW6T63BawGOYZBbKC0iPvr41TteNVg==", + "version": "5.90.20", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.20.tgz", + "integrity": "sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1610,11 +1611,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.76.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.76.1.tgz", - "integrity": "sha512-YxdLZVGN4QkT5YT1HKZQWiIlcgauIXEIsMOTSjvyD5wLYK8YVvKZUPAysMqossFJJfDpJW3pFn7WNZuPOqq+fw==", + "version": "5.90.20", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.20.tgz", + "integrity": "sha512-vXBxa+qeyveVO7OA0jX1z+DeyCA4JKnThKv411jd5SORpBKgkcVnYKCiBgECvADvniBX7tobwBmg01qq9JmMJw==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.76.0" + "@tanstack/query-core": "5.90.20" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a3e26d6..021c3a0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@faker-js/faker": "^9.7.0", "@heroicons/react": "^2.2.0", "@tanstack/react-form": "^1.11.1", - "@tanstack/react-query": "^5.76.1", + "@tanstack/react-query": "^5.90.20", "date-fns": "^4.1.0", "msw": "^2.8.2", "next": "^16.1.3",