diff --git a/web/package-lock.json b/web/package-lock.json index e58f4ff..63c8032 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11,7 +11,7 @@ "@craco/craco": "7.0.0", "@headlessui/react": "1.7.14", "@heroicons/react": "2.0.18", - "@tanstack/react-query": "4.24.6", + "@tanstack/react-query": "4.29.25", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", @@ -3662,20 +3662,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.24.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.24.6.tgz", - "integrity": "sha512-Tfru6YTDTCpX7dKVwHp/sosw/dNjEdzrncduUjIkQxn7n7u+74HT2ZrGtwwrU6Orws4x7zp3FKRqBPWVVhpx9w==", + "version": "4.29.25", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.25.tgz", + "integrity": "sha512-DI4y4VC6Uw4wlTpOocEXDky69xeOScME1ezLKsj+hOk7DguC9fkqXtp6Hn39BVb9y0b5IBrY67q6kIX623Zj4Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.24.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.24.6.tgz", - "integrity": "sha512-pbJUVZCS4pcXS0kZiY+mVJ01ude0GrH5OXT2g9whcqSveRG/YVup/XdA9NdRpSMGkP2HxDRxxRNsTXkniWeIIA==", + "version": "4.29.25", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.25.tgz", + "integrity": "sha512-c1+Ezu+XboYrdAMdusK2fTdRqXPMgPAnyoTrzHOZQqr8Hqz6PNvV9DSKl8agUo6nXX4np7fdWabIprt+838dLg==", "dependencies": { - "@tanstack/query-core": "4.24.6", + "@tanstack/query-core": "4.29.25", "use-sync-external-store": "^1.2.0" }, "funding": { diff --git a/web/package.json b/web/package.json index 72dbcbc..30f9383 100644 --- a/web/package.json +++ b/web/package.json @@ -6,7 +6,7 @@ "@craco/craco": "7.0.0", "@headlessui/react": "1.7.14", "@heroicons/react": "2.0.18", - "@tanstack/react-query": "4.24.6", + "@tanstack/react-query": "4.29.25", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3",