From 49e27dd8f8cc94dbe8264473d1dcdf4f637de53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:10: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.81.2 to 5.81.5 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.81.5/packages/react-query) Updates `@tanstack/react-query-devtools` from 5.81.2 to 5.81.5 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.81.5/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.81.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tanstack-query - dependency-name: "@tanstack/react-query-devtools" dependency-version: 5.81.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: tanstack-query ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 29 +++++++++++++---------------- frontend/package.json | 4 ++-- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a795e52a3..64e5d0f62 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.81.2", + "@tanstack/react-query": "^5.81.5", "@tanstack/react-router": "^1.125.6", "@vector-im/compound-design-tokens": "4.0.4", "@vector-im/compound-web": "^8.1.2", @@ -39,7 +39,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.0.15", "@storybook/react-vite": "^9.0.15", - "@tanstack/react-query-devtools": "^5.81.2", + "@tanstack/react-query-devtools": "^5.81.5", "@tanstack/react-router-devtools": "^1.125.6", "@tanstack/router-plugin": "^1.125.6", "@testing-library/jest-dom": "^6.6.3", @@ -5127,10 +5127,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.81.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.81.2.tgz", - "integrity": "sha512-QLYkPdrudoMATDFa3MiLEwRhNnAlzHWDf0LKaXUqJd0/+QxN8uTPi7bahRlxoAyH0UbLMBdeDbYzWALj7THOtw==", - "license": "MIT", + "version": "5.81.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.81.5.tgz", + "integrity": "sha512-ZJOgCy/z2qpZXWaj/oxvodDx07XcQa9BF92c0oINjHkoqUPsmm3uG08HpTaviviZ/N9eP1f9CM7mKSEkIo7O1Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -5148,12 +5147,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.81.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.81.2.tgz", - "integrity": "sha512-pe8kFlTrL2zFLlcAj2kZk9UaYYHDk9/1hg9EBaoO3cxDhOZf1FRGJeziSXKrVZyxIfs7b3aoOj/bw7Lie0mDUg==", - "license": "MIT", + "version": "5.81.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.81.5.tgz", + "integrity": "sha512-lOf2KqRRiYWpQT86eeeftAGnjuTR35myTP8MXyvHa81VlomoAWNEd8x5vkcAfQefu0qtYCvyqLropFZqgI2EQw==", "dependencies": { - "@tanstack/query-core": "5.81.2" + "@tanstack/query-core": "5.81.5" }, "funding": { "type": "github", @@ -5164,11 +5162,10 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.81.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.81.2.tgz", - "integrity": "sha512-TX0OQ4cbgX6z2uN8c9x0QUNbyePGyUGdcgrGnV6TYEJc7KPT8PqeASuzoA5NGw1CiMGvyFAkIGA2KipvhM9d1g==", + "version": "5.81.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.81.5.tgz", + "integrity": "sha512-lCGMu4RX0uGnlrlLeSckBfnW/UV+KMlTBVqa97cwK7Z2ED5JKnZRSjNXwoma6sQBTJrcULvzgx2K6jEPvNUpDw==", "dev": true, - "license": "MIT", "dependencies": { "@tanstack/query-devtools": "5.81.2" }, @@ -5177,7 +5174,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.81.2", + "@tanstack/react-query": "^5.81.5", "react": "^18 || ^19" } }, diff --git a/frontend/package.json b/frontend/package.json index 566f1062a..c9662179e 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.81.2", + "@tanstack/react-query": "^5.81.5", "@tanstack/react-router": "^1.125.6", "@vector-im/compound-design-tokens": "4.0.4", "@vector-im/compound-web": "^8.1.2", @@ -49,7 +49,7 @@ "@graphql-codegen/typescript-msw": "^3.0.1", "@storybook/addon-docs": "^9.0.15", "@storybook/react-vite": "^9.0.15", - "@tanstack/react-query-devtools": "^5.81.2", + "@tanstack/react-query-devtools": "^5.81.5", "@tanstack/react-router-devtools": "^1.125.6", "@tanstack/router-plugin": "^1.125.6", "@testing-library/jest-dom": "^6.6.3",