diff --git a/package-lock.json b/package-lock.json index f9d4f51..d0e58ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@svgr/webpack": "^8.1.0", "@tanstack/query-sync-storage-persister": "^5.59.20", "@tanstack/react-query": "^5.59.20", - "@tanstack/react-query-devtools": "^5.59.20", + "@tanstack/react-query-devtools": "^5.101.0", "@tanstack/react-query-persist-client": "^5.100.14", "@types/react-modal": "^3.16.3", "antd": "^5.22.7", @@ -3585,9 +3585,9 @@ } }, "node_modules/@tanstack/query-devtools": { - "version": "5.64.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.64.2.tgz", - "integrity": "sha512-3DautR5UpVZdk/qNIhioZVF7g8fdQZ1U98sBEEk4Tzz3tihSBNMPgwlP40nzgbPEDBIrn/j/oyyvNBVSo083Vw==", + "version": "5.101.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.101.0.tgz", + "integrity": "sha512-MVqw17k08RQtGGLEL654+dX/btbX9p/8WjkznO//zusLTMaObxi3Q+MoFwGVkC9K3tqjn8qrrNhJevXx4fJTeQ==", "license": "MIT", "funding": { "type": "github", @@ -3622,12 +3622,12 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.0.tgz", + "integrity": "sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.100.14" + "@tanstack/query-core": "5.101.0" }, "funding": { "type": "github", @@ -3638,19 +3638,19 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.64.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.64.2.tgz", - "integrity": "sha512-+ZjJVnPzc8BUV/Eklu2k9T/IAyAyvwoCHqOaOrk2sbU33LFhM52BpX4eyENXn0bx5LwV3DJZgEQlIzucoemfGQ==", + "version": "5.101.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.101.0.tgz", + "integrity": "sha512-cpZA0+WqKXwrwMfiWZEGGF6QrIWVQFbhBtxqDF5sQsAfrFf47HIE6fiPbQU3wyAUEN2+7UNqLCQe7oG6m3f93w==", "license": "MIT", "dependencies": { - "@tanstack/query-devtools": "5.64.2" + "@tanstack/query-devtools": "5.101.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.64.2", + "@tanstack/react-query": "^5.101.0", "react": "^18 || ^19" } }, @@ -3695,9 +3695,9 @@ } }, "node_modules/@tanstack/react-query/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.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz", + "integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 0e4c474..75232d4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@svgr/webpack": "^8.1.0", "@tanstack/query-sync-storage-persister": "^5.59.20", "@tanstack/react-query": "^5.59.20", - "@tanstack/react-query-devtools": "^5.59.20", + "@tanstack/react-query-devtools": "^5.101.0", "@tanstack/react-query-persist-client": "^5.100.14", "@types/react-modal": "^3.16.3", "antd": "^5.22.7",