From 3b855fbcc859cc7c46a54846a62bab4dc9d51890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:13:53 +0000 Subject: [PATCH] build(deps): bump the tanstack-query group in /frontend with 2 updates Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools). Updates `@tanstack/react-query` from 5.82.0 to 5.83.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.83.0/packages/react-query) Updates `@tanstack/react-query-devtools` from 5.82.0 to 5.83.0 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.83.0/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tanstack-query - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.83.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tanstack-query ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 26 +++++++++++++------------- frontend/package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e9177bd65..31a347d05 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.82.0", + "@tanstack/react-query": "^5.83.0", "@tanstack/react-router": "^1.127.9", "@vector-im/compound-design-tokens": "5.0.1", "@vector-im/compound-web": "^8.2.0", @@ -39,7 +39,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.0.16", "@storybook/react-vite": "^9.0.16", - "@tanstack/react-query-devtools": "^5.82.0", + "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router-devtools": "^1.127.9", "@tanstack/router-plugin": "^1.127.9", "@testing-library/jest-dom": "^6.6.3", @@ -5139,9 +5139,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.82.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.82.0.tgz", - "integrity": "sha512-JrjoVuaajBQtnoWSg8iaPHaT4mW73lK2t+exxHNOSMqy0+13eKLqJgTKXKImLejQIfdAHQ6Un0njEhOvUtOd5w==", + "version": "5.83.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.0.tgz", + "integrity": "sha512-0M8dA+amXUkyz5cVUm/B+zSk3xkQAcuXuz5/Q/LveT4ots2rBpPTZOzd7yJa2Utsf8D2Upl5KyjhHRY+9lB/XA==", "license": "MIT", "funding": { "type": "github", @@ -5160,12 +5160,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.82.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.82.0.tgz", - "integrity": "sha512-mnk8/ofKEthFeMdhV1dV8YXRf+9HqvXAcciXkoo755d/ocfWq7N/Y9jGOzS3h7ZW9dDGwSIhs3/HANWUBsyqYg==", + "version": "5.83.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.83.0.tgz", + "integrity": "sha512-/XGYhZ3foc5H0VM2jLSD/NyBRIOK4q9kfeml4+0x2DlL6xVuAcVEW+hTlTapAmejObg0i3eNqhkr2dT+eciwoQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.82.0" + "@tanstack/query-core": "5.83.0" }, "funding": { "type": "github", @@ -5176,9 +5176,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.82.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.82.0.tgz", - "integrity": "sha512-MC05Zq3zr/59jhgF7dL6JSGPg1krbasDSizmRxjNcvxgh/sUTwRFD9CGN10YYX7LB6jq0ZpFtCjSVGdLiFrKAA==", + "version": "5.83.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.83.0.tgz", + "integrity": "sha512-yfp8Uqd3I1jgx8gl0lxbSSESu5y4MO2ThOPBnGNTYs0P+ZFu+E9g5IdOngyUGuo6Uz6Qa7p9TLdZEX3ntik2fQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5189,7 +5189,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.82.0", + "@tanstack/react-query": "^5.83.0", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 1cc99dc90..cc135037f 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.82.0", + "@tanstack/react-query": "^5.83.0", "@tanstack/react-router": "^1.127.9", "@vector-im/compound-design-tokens": "5.0.1", "@vector-im/compound-web": "^8.2.0", @@ -49,7 +49,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.0.16", "@storybook/react-vite": "^9.0.16", - "@tanstack/react-query-devtools": "^5.82.0", + "@tanstack/react-query-devtools": "^5.83.0", "@tanstack/react-router-devtools": "^1.127.9", "@tanstack/router-plugin": "^1.127.9", "@testing-library/jest-dom": "^6.6.3",