diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7e15240d1..2f824c18f 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.66.9", + "@tanstack/react-query": "^5.67.1", "@tanstack/react-router": "^1.112.0", "@vector-im/compound-design-tokens": "4.0.0", "@vector-im/compound-web": "^7.6.4", @@ -42,7 +42,7 @@ "@storybook/react": "^8.6.3", "@storybook/react-vite": "^8.6.3", "@storybook/test": "^8.5.5", - "@tanstack/react-query-devtools": "^5.66.9", + "@tanstack/react-query-devtools": "^5.67.1", "@tanstack/router-devtools": "^1.112.6", "@tanstack/router-vite-plugin": "^1.112.3", "@testing-library/jest-dom": "^6.6.3", @@ -5328,9 +5328,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.66.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.66.4.tgz", - "integrity": "sha512-skM/gzNX4shPkqmdTCSoHtJAPMTtmIJNS0hE+xwTTUVYwezArCT34NMermABmBVUg5Ls5aiUXEDXfqwR1oVkcA==", + "version": "5.67.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.67.1.tgz", + "integrity": "sha512-AkFmuukVejyqVIjEQoFhLb3q+xHl7JG8G9cANWTMe3s8iKzD9j1VBSYXgCjy6vm6xM8cUCR9zP2yqWxY9pTWOA==", "license": "MIT", "funding": { "type": "github", @@ -5349,12 +5349,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.66.9", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.66.9.tgz", - "integrity": "sha512-NRI02PHJsP5y2gAuWKP+awamTIBFBSKMnO6UVzi03GTclmHHHInH5UzVgzi5tpu4+FmGfsdT7Umqegobtsp23A==", + "version": "5.67.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.67.1.tgz", + "integrity": "sha512-fH5u4JLwB6A+wLFdi8wWBWAYoJV5deYif2OveJ26ktAWjU499uvVFS1wPWnyEyq5LvZX1MZInvv9QRaIZANRaQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.66.4" + "@tanstack/query-core": "5.67.1" }, "funding": { "type": "github", @@ -5365,9 +5365,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.66.9", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.66.9.tgz", - "integrity": "sha512-70G6AR35he53SYUcUK6EdqNR18zejCv1rM6900gjZP408EAex56YLwVSeijzk9lWeU2J42G9Fjh0i1WngUTsgw==", + "version": "5.67.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.67.1.tgz", + "integrity": "sha512-a/2I8ORNalh+ek6Nyb9mEiq2u7vydjVMvaQz5ZieGq7r7DxgIFcPiMs4Ay0qkQvHfptESgXR5nImGTHmmt19yQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5378,7 +5378,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.66.9", + "@tanstack/react-query": "^5.67.1", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 6be0f6747..8385f03a9 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.66.9", + "@tanstack/react-query": "^5.67.1", "@tanstack/react-router": "^1.112.0", "@vector-im/compound-design-tokens": "4.0.0", "@vector-im/compound-web": "^7.6.4", @@ -52,7 +52,7 @@ "@storybook/react": "^8.6.3", "@storybook/react-vite": "^8.6.3", "@storybook/test": "^8.5.5", - "@tanstack/react-query-devtools": "^5.66.9", + "@tanstack/react-query-devtools": "^5.67.1", "@tanstack/router-devtools": "^1.112.6", "@tanstack/router-vite-plugin": "^1.112.3", "@testing-library/jest-dom": "^6.6.3",