diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9aa6e7b33..066f7fb3f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/inter": "^5.2.6", "@radix-ui/react-collapsible": "^1.1.11", "@radix-ui/react-dialog": "^1.1.14", - "@tanstack/react-query": "^5.84.1", + "@tanstack/react-query": "^5.85.0", "@tanstack/react-router": "^1.130.12", "@vector-im/compound-design-tokens": "5.0.2", "@vector-im/compound-web": "^8.2.0", @@ -39,7 +39,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.1.1", "@storybook/react-vite": "^9.1.1", - "@tanstack/react-query-devtools": "^5.84.1", + "@tanstack/react-query-devtools": "^5.85.0", "@tanstack/react-router-devtools": "^1.130.13", "@tanstack/router-plugin": "^1.130.15", "@testing-library/jest-dom": "^6.6.4", @@ -5166,9 +5166,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.84.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.1.tgz", - "integrity": "sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw==", + "version": "5.85.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.85.0.tgz", + "integrity": "sha512-t1HMfToVMGfwEJRya6GG7gbK0luZJd+9IySFNePL1BforU1F3LqQ3tBC2Rpvr88bOrlU6PXyMLgJD0Yzn4ztUw==", "license": "MIT", "dependencies": { "@tanstack/query-core": "5.83.1" @@ -5182,9 +5182,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.84.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.84.1.tgz", - "integrity": "sha512-nle+OQ9B3Z3EG2R3ixvaNcJ6OeqGwmAc5iMDW6Vj+emLZkWRrN3BDsrzZQu414n34lpxplnC7z1jmKuU/scHCQ==", + "version": "5.85.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.85.0.tgz", + "integrity": "sha512-Q/lmGAY2I3KkhxSJKLKQUeUBOc9Mv/OrCTw4CfUCq2Za+XhDsB5ZfVTOANAJyDZ+SiUu27Cw1eHNE+xJdACJiw==", "dev": true, "license": "MIT", "dependencies": { @@ -5195,7 +5195,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.84.1", + "@tanstack/react-query": "^5.85.0", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index f28536b7c..02fec05fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@fontsource/inter": "^5.2.6", "@radix-ui/react-collapsible": "^1.1.11", "@radix-ui/react-dialog": "^1.1.14", - "@tanstack/react-query": "^5.84.1", + "@tanstack/react-query": "^5.85.0", "@tanstack/react-router": "^1.130.12", "@vector-im/compound-design-tokens": "5.0.2", "@vector-im/compound-web": "^8.2.0", @@ -49,7 +49,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.1.1", "@storybook/react-vite": "^9.1.1", - "@tanstack/react-query-devtools": "^5.84.1", + "@tanstack/react-query-devtools": "^5.85.0", "@tanstack/react-router-devtools": "^1.130.13", "@tanstack/router-plugin": "^1.130.15", "@testing-library/jest-dom": "^6.6.4",