diff --git a/package-lock.json b/package-lock.json index 4f9cead..b751b9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "@biomejs/biome": "2.4.15", "@rolldown/plugin-babel": "^0.2.3", - "@tanstack/react-query-persist-client": "^5.96.2", + "@tanstack/react-query-persist-client": "^5.101.3", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.1.0", "@types/node": "^25.9.1", @@ -1657,9 +1657,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.100.14", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.14.tgz", - "integrity": "sha512-5X41dGpxgeaHISCRW2oYwcSycZeULZzAunaudXT9ov1KOTj9xwt0CH6hbwqP1/z74ZWF7rYFnDpyYH07XFcZew==", + "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", @@ -1667,13 +1667,13 @@ } }, "node_modules/@tanstack/query-persist-client-core": { - "version": "5.100.14", - "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.100.14.tgz", - "integrity": "sha512-mn60cqoQO/xB6aHxp/hxlSj5mcdcTO4tjj4SXSz5MKzkaMZnvcEGySz3+cGQOT8McREN56fL41L0eR//v5RwNw==", + "version": "5.101.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.101.3.tgz", + "integrity": "sha512-rmqa5mAMCPfNoyVqy3JAvoUtaHY45yrxUBs8mQj2wDRmvKfz+nYHuq0y9BMR1mEfcD61e+IweMKoKX5soTBJLg==", "dev": true, "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.100.14" + "@tanstack/query-core": "5.101.3" }, "funding": { "type": "github", @@ -1681,13 +1681,13 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.100.14", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.14.tgz", - "integrity": "sha512-oOr6aRdSFEwWhzxEkD/9ZcItM3+LjBSkeVmadWKwUssAHTsqd/7bOjWrX4AbvEkoEhgAxzN0Xk6H/aYzXiYBAw==", + "version": "5.101.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.3.tgz", + "integrity": "sha512-ZjgcRwmQUSCythDPj6pE2NKFi9bpQegxIBxgt3hPytXI1ElFHNaa3A7aWW8vFaLCIRjPv467rbREYHbxcdgQbg==", "license": "MIT", "peer": true, "dependencies": { - "@tanstack/query-core": "5.100.14" + "@tanstack/query-core": "5.101.3" }, "funding": { "type": "github", @@ -1698,20 +1698,20 @@ } }, "node_modules/@tanstack/react-query-persist-client": { - "version": "5.100.14", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-persist-client/-/react-query-persist-client-5.100.14.tgz", - "integrity": "sha512-lQSnbJva85o7jGcJiIDrA8s3VGGx9zaBCgAljm0H1QcScU2iaDYnPuRLg/xI0k0dC45pgg9RTvpgJx5iVHRsjA==", + "version": "5.101.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-persist-client/-/react-query-persist-client-5.101.3.tgz", + "integrity": "sha512-rkCMYjQFnq1uOoedn0J7pRn2fuLVt8I8BIvO/la1mW3RltAQoLN0egDeuxxDycHtf1V7JG/PmRb7KjOqu7akxA==", "dev": true, "license": "MIT", "dependencies": { - "@tanstack/query-persist-client-core": "5.100.14" + "@tanstack/query-persist-client-core": "5.101.3" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.100.14", + "@tanstack/react-query": "^5.101.3", "react": "^18 || ^19" } }, diff --git a/package.json b/package.json index 2e84144..4c4a4cc 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@biomejs/biome": "2.4.15", "@rolldown/plugin-babel": "^0.2.3", - "@tanstack/react-query-persist-client": "^5.96.2", + "@tanstack/react-query-persist-client": "^5.101.3", "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^16.1.0", "@types/node": "^25.9.1",