diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bfc8ab24b..836ffa90c 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.72.2", + "@tanstack/react-query": "^5.74.3", "@tanstack/react-router": "^1.115.2", "@vector-im/compound-design-tokens": "4.0.1", "@vector-im/compound-web": "^7.10.1", @@ -42,7 +42,7 @@ "@storybook/react": "^8.6.12", "@storybook/react-vite": "^8.6.12", "@storybook/test": "^8.5.5", - "@tanstack/react-query-devtools": "^5.72.2", + "@tanstack/react-query-devtools": "^5.74.3", "@tanstack/react-router-devtools": "^1.115.2", "@tanstack/router-plugin": "^1.115.2", "@testing-library/jest-dom": "^6.6.3", @@ -5303,9 +5303,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.72.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.72.2.tgz", - "integrity": "sha512-fxl9/0yk3mD/FwTmVEf1/H6N5B975H0luT+icKyX566w6uJG0x6o+Yl+I38wJRCaogiMkstByt+seXfDbWDAcA==", + "version": "5.74.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.74.3.tgz", + "integrity": "sha512-Mqk+5o3qTuAiZML248XpNH8r2cOzl15+LTbUsZQEwvSvn1GU4VQhvqzAbil36p+MBxpr/58oBSnRzhrBevDhfg==", "license": "MIT", "funding": { "type": "github", @@ -5313,9 +5313,9 @@ } }, "node_modules/@tanstack/query-devtools": { - "version": "5.72.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.72.2.tgz", - "integrity": "sha512-mMKnGb+iOhVBcj6jaerCFRpg8pACStdG8hmUBHPtToeZzs4ctjBUL1FajqpVn2WaMxnq8Wya+P3Q5tPFNM9jQw==", + "version": "5.73.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.73.3.tgz", + "integrity": "sha512-hBQyYwsOuO7QOprK75NzfrWs/EQYjgFA0yykmcvsV62q0t6Ua97CU3sYgjHx0ZvxkXSOMkY24VRJ5uv9f5Ik4w==", "dev": true, "license": "MIT", "funding": { @@ -5324,12 +5324,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.72.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.72.2.tgz", - "integrity": "sha512-SVNHzyBUYiis+XiCl+8yiPZmMYei2AKYY94wM/zpvB5l1jxqOo82FQTziSJ4pBi96jtYqvYrTMxWynmbQh3XKw==", + "version": "5.74.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.74.3.tgz", + "integrity": "sha512-QrycUn0wxjVPzITvQvOxFRdhlAwIoOQSuav7qWD4SWCoKCdLbyRZ2vji2GuBq/glaxbF4wBx3fqcYRDOt8KDTA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.72.2" + "@tanstack/query-core": "5.74.3" }, "funding": { "type": "github", @@ -5340,20 +5340,20 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.72.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.72.2.tgz", - "integrity": "sha512-n53qr9JdHCJTCUba6OvMhwiV2CcsckngOswKEE7nM5pQBa/fW9c43qw8omw1RPT2s+aC7MuwS8fHsWT8g+j6IQ==", + "version": "5.74.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.74.3.tgz", + "integrity": "sha512-H7TsOBB1fRCuuawrBzKMoIszqqILr2IN5oGLYMl7QG7ERJpMdc4hH8OwzBhVxJnmKeGwgtTQgcdKepfoJCWvFg==", "dev": true, "license": "MIT", "dependencies": { - "@tanstack/query-devtools": "5.72.2" + "@tanstack/query-devtools": "5.73.3" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.72.2", + "@tanstack/react-query": "^5.74.3", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 9a583a7ec..e16b923e4 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.72.2", + "@tanstack/react-query": "^5.74.3", "@tanstack/react-router": "^1.115.2", "@vector-im/compound-design-tokens": "4.0.1", "@vector-im/compound-web": "^7.10.1", @@ -52,7 +52,7 @@ "@storybook/react": "^8.6.12", "@storybook/react-vite": "^8.6.12", "@storybook/test": "^8.5.5", - "@tanstack/react-query-devtools": "^5.72.2", + "@tanstack/react-query-devtools": "^5.74.3", "@tanstack/react-router-devtools": "^1.115.2", "@tanstack/router-plugin": "^1.115.2", "@testing-library/jest-dom": "^6.6.3",