diff --git a/package-lock.json b/package-lock.json index 21fd980..31e7364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", - "@tanstack/react-query": "^5.15.5", + "@tanstack/react-query": "^5.17.0", "@tanstack/react-query-devtools": "^5.15.5", "axios": "^1.6.3", "class-variance-authority": "^0.7.0", @@ -1769,9 +1769,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.15.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.15.5.tgz", - "integrity": "sha512-GDwVfu8RPswqVu27+zuIkZINru6CN++zzBbBK+OnAgzxK8N4Obdi+sG2P0EO8rJAOw0fLyQTsO4GCZ1djwaUCg==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.0.tgz", + "integrity": "sha512-LoBaPtbMY26kRS+ohII4thTsWkJJsXKGitOLikTo2aqPA4yy7cfFJITs8DRnuERT7tLF5xfG9Lnm33Vp/38Vmw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1787,11 +1787,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.15.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.15.5.tgz", - "integrity": "sha512-JSPpzsJPqpNySgjMhAvBpF3gVhtlI/0bZrBmwmcD/ewYYOExll+tIz13gkgnCfNA1qTJQnbv7vdc2gw594vq9Q==", + "version": "5.17.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.0.tgz", + "integrity": "sha512-iNSn6ZA7mHUjrT0a271eKoa1oR1HznlrGbb475awft1kuP3zrhyUCrI8tlGowOr7zRoAxJholjwxO+gfz1IObw==", "dependencies": { - "@tanstack/query-core": "5.15.5" + "@tanstack/query-core": "5.17.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a7c8fd6..d071857 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-slot": "^1.0.2", - "@tanstack/react-query": "^5.15.5", + "@tanstack/react-query": "^5.17.0", "@tanstack/react-query-devtools": "^5.15.5", "axios": "^1.6.3", "class-variance-authority": "^0.7.0",