diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8203e1b9a..2dd5632d1 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.8", "@radix-ui/react-dialog": "^1.1.11", - "@tanstack/react-query": "^5.80.6", + "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.0", "@vector-im/compound-design-tokens": "4.0.2", "@vector-im/compound-web": "^7.12.0", @@ -39,7 +39,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.0.8", "@storybook/react-vite": "^9.0.8", - "@tanstack/react-query-devtools": "^5.80.6", + "@tanstack/react-query-devtools": "^5.80.7", "@tanstack/react-router-devtools": "^1.121.0", "@tanstack/router-plugin": "^1.121.0", "@testing-library/jest-dom": "^6.6.3", @@ -5162,9 +5162,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.80.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.80.6.tgz", - "integrity": "sha512-nl7YxT/TAU+VTf+e2zTkObGTyY8YZBMnbgeA1ee66lIVqzKlYursAII6z5t0e6rXgwUMJSV4dshBTNacNpZHbQ==", + "version": "5.80.7", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.80.7.tgz", + "integrity": "sha512-s09l5zeUKC8q7DCCCIkVSns8zZrK4ZDT6ryEjxNBFi68G4z2EBobBS7rdOY3r6W1WbUDpc1fe5oY+YO/+2UVUg==", "license": "MIT", "funding": { "type": "github", @@ -5183,12 +5183,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.80.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.80.6.tgz", - "integrity": "sha512-izX+5CnkpON3NQGcEm3/d7LfFQNo9ZpFtX2QsINgCYK9LT2VCIdi8D3bMaMSNhrAJCznRoAkFic76uvLroALBw==", + "version": "5.80.7", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.80.7.tgz", + "integrity": "sha512-u2F0VK6+anItoEvB3+rfvTO9GEh2vb00Je05OwlUe/A0lkJBgW1HckiY3f9YZa+jx6IOe4dHPh10dyp9aY3iRQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.80.6" + "@tanstack/query-core": "5.80.7" }, "funding": { "type": "github", @@ -5199,9 +5199,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.80.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.80.6.tgz", - "integrity": "sha512-y7Es0OJ4RYQxrPYsuuQP0jxjgJ40a03UbEPmJ6vwf/ERVMRoRIMkpjtvPxf1D+n9nwPfWmGdD0jW8Wxd+TxeEw==", + "version": "5.80.7", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.80.7.tgz", + "integrity": "sha512-7Dz/19fVo0i+jgLVBabV5vfGOlLyN5L1w8w1/ogFhe6ItNNsNA+ZgNTbtiKpbR3CcX2WDRRTInz1uMSmHzTsoQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5212,7 +5212,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.80.6", + "@tanstack/react-query": "^5.80.7", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 0db963fb2..1d49bf27a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "@fontsource/inter": "^5.2.6", "@radix-ui/react-collapsible": "^1.1.8", "@radix-ui/react-dialog": "^1.1.11", - "@tanstack/react-query": "^5.80.6", + "@tanstack/react-query": "^5.80.7", "@tanstack/react-router": "^1.121.0", "@vector-im/compound-design-tokens": "4.0.2", "@vector-im/compound-web": "^7.12.0", @@ -49,7 +49,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.0.8", "@storybook/react-vite": "^9.0.8", - "@tanstack/react-query-devtools": "^5.80.6", + "@tanstack/react-query-devtools": "^5.80.7", "@tanstack/react-router-devtools": "^1.121.0", "@tanstack/router-plugin": "^1.121.0", "@testing-library/jest-dom": "^6.6.3",