diff --git a/package-lock.json b/package-lock.json index d959a38..df9a6c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", - "@tanstack/react-query": "^5.17.0", + "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.0", "@tanstack/react-table": "^8.11.2", "axios": "^1.6.3", @@ -1871,9 +1871,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.0.tgz", - "integrity": "sha512-LoBaPtbMY26kRS+ohII4thTsWkJJsXKGitOLikTo2aqPA4yy7cfFJITs8DRnuERT7tLF5xfG9Lnm33Vp/38Vmw==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.1.tgz", + "integrity": "sha512-kUXozQmU7NBtzX5dM6qfFNZN+YK/9Ct37hnG/ogdgI4mExIx7VH/qRepsPhKfNrJz2w81/JykmM3Uug6sVpUSw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1889,11 +1889,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.0.tgz", - "integrity": "sha512-iNSn6ZA7mHUjrT0a271eKoa1oR1HznlrGbb475awft1kuP3zrhyUCrI8tlGowOr7zRoAxJholjwxO+gfz1IObw==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.1.tgz", + "integrity": "sha512-4JYgX0kU+pvwVQi5eRiHGvBK7WnahEl6lmaxd32ZVSKmByAxLgaewoxBR03cdDNse8lUD2zGOe0sx3M/EGRlmA==", "dependencies": { - "@tanstack/query-core": "5.17.0" + "@tanstack/query-core": "5.17.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 14dfc0a..9468cc0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", - "@tanstack/react-query": "^5.17.0", + "@tanstack/react-query": "^5.17.1", "@tanstack/react-query-devtools": "^5.17.0", "@tanstack/react-table": "^8.11.2", "axios": "^1.6.3",