diff --git a/package-lock.json b/package-lock.json index 72dc6b6..4876644 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", "@stitches/react": "^1.2.8", - "@tanstack/react-query": "^5.28.9", + "@tanstack/react-query": "^5.51.16", "@tanstack/react-query-devtools": "^5.28.10", "axios": "^1.6.8", "class-variance-authority": "^0.7.0", @@ -2326,9 +2326,10 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.28.9", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.9.tgz", - "integrity": "sha512-hNlfCiqZevr3GRVPXS3MhaGW5hjcxvCsIQ4q6ff7EPlvFwYZaS+0d9EIIgofnegDaU2BbCDlyURoYfRl5rmzow==", + "version": "5.51.16", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.16.tgz", + "integrity": "sha512-zfV+WAtBGm1dUIbL0w/x8qTqVLKU1/Bo1p19J9LF02MmIc4FxzMImMXhFzYJQl5Hx8Wit6RiQ4tB/DvN8y9zaQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -2344,11 +2345,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.28.9", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.9.tgz", - "integrity": "sha512-vwifBkGXsydsLxFOBMe3+f8kvtDoqDRDwUNjPHVDDt+FoBetCbOWAUHgZn4k+CVeZgLmy7bx6aKeDbe3e8koOQ==", + "version": "5.51.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.16.tgz", + "integrity": "sha512-NZnpJ30zkwaA2ZPhxJLs/qoMbd0yNAj6yyb3JTADJx9HjSdtvnNzOY1bDa3bU1B9CZTBBb7W9E1PpWlNXdgESg==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.28.9" + "@tanstack/query-core": "5.51.16" }, "funding": { "type": "github", @@ -7651,4 +7653,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 8deaced..79f5e1d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", "@stitches/react": "^1.2.8", - "@tanstack/react-query": "^5.28.9", + "@tanstack/react-query": "^5.51.16", "@tanstack/react-query-devtools": "^5.28.10", "axios": "^1.6.8", "class-variance-authority": "^0.7.0",