diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5aa23f6fb..e4bcc9608 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/inter": "^5.2.5", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-dialog": "^1.1.6", - "@tanstack/react-query": "^5.67.3", + "@tanstack/react-query": "^5.68.0", "@tanstack/react-router": "^1.114.17", "@vector-im/compound-design-tokens": "4.0.1", "@vector-im/compound-web": "^7.7.2", @@ -42,7 +42,7 @@ "@storybook/react": "^8.6.4", "@storybook/react-vite": "^8.6.4", "@storybook/test": "^8.5.5", - "@tanstack/react-query-devtools": "^5.67.3", + "@tanstack/react-query-devtools": "^5.68.0", "@tanstack/react-router-devtools": "^1.114.21", "@tanstack/router-plugin": "^1.114.17", "@testing-library/jest-dom": "^6.6.3", @@ -5328,9 +5328,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.67.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.67.3.tgz", - "integrity": "sha512-pq76ObpjcaspAW4OmCbpXLF6BCZP2Zr/J5ztnyizXhSlNe7fIUp0QKZsd0JMkw9aDa+vxDX/OY7N+hjNY/dCGg==", + "version": "5.68.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.68.0.tgz", + "integrity": "sha512-r8rFYYo8/sY/LNaOqX84h12w7EQev4abFXDWy4UoDVUJzJ5d9Fbmb8ayTi7ScG+V0ap44SF3vNs/45mkzDGyGw==", "license": "MIT", "funding": { "type": "github", @@ -5349,12 +5349,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.67.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.67.3.tgz", - "integrity": "sha512-u/n2HsQeH1vpZIOzB/w2lqKlXUDUKo6BxTdGXSMvNzIq5MHYFckRMVuFABp+QB7RN8LFXWV6X1/oSkuDq+MPIA==", + "version": "5.68.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.68.0.tgz", + "integrity": "sha512-mMOdGDKlwTP/WV72QqSNf4PAMeoBp/DqBHQ222wBfb51Looi8QUqnCnb9O98ZgvNISmy6fzxRGBJdZ+9IBvX2Q==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.67.3" + "@tanstack/query-core": "5.68.0" }, "funding": { "type": "github", @@ -5365,9 +5365,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.67.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.67.3.tgz", - "integrity": "sha512-+PM2UnCyXAQozXB32cnawx38wwnaHPTtFAhX1V5QmHy/FL1u9k7nd8nxn2+GTwf15SGbUaGfxA/vq/9EARUEIQ==", + "version": "5.68.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.68.0.tgz", + "integrity": "sha512-h9ArHkfa7SD5eGnJ9h+9M5uYWBdeVeY+WalrtGLCAtJJvHx6/RrtbbzxeoEQbPyx3f0kPcwJ58DGQ+7CBXelpg==", "dev": true, "license": "MIT", "dependencies": { @@ -5378,7 +5378,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.67.3", + "@tanstack/react-query": "^5.68.0", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 2bfca738f..cfa171b34 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@fontsource/inter": "^5.2.5", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-dialog": "^1.1.6", - "@tanstack/react-query": "^5.67.3", + "@tanstack/react-query": "^5.68.0", "@tanstack/react-router": "^1.114.17", "@vector-im/compound-design-tokens": "4.0.1", "@vector-im/compound-web": "^7.7.2", @@ -52,7 +52,7 @@ "@storybook/react": "^8.6.4", "@storybook/react-vite": "^8.6.4", "@storybook/test": "^8.5.5", - "@tanstack/react-query-devtools": "^5.67.3", + "@tanstack/react-query-devtools": "^5.68.0", "@tanstack/react-router-devtools": "^1.114.21", "@tanstack/router-plugin": "^1.114.17", "@testing-library/jest-dom": "^6.6.3",