From c484dec6254ca653c3224805a87166e652d9819c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 14:20:28 +0000 Subject: [PATCH] Bump @tanstack/react-query in /frontend in the minor-and-patch group Bumps the minor-and-patch group in /frontend with 1 update: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query). Updates `@tanstack/react-query` from 5.77.1 to 5.77.2 - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.77.2/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.77.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 387aeb72..99f3cb02 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -11,7 +11,7 @@ "@hookform/resolvers": "^5.0.1", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-slot": "^1.2.3", - "@tanstack/react-query": "^5.77.1", + "@tanstack/react-query": "^5.77.2", "axios": "^1.9.0", "better-auth": "^1.2.8", "class-variance-authority": "^0.7.1", @@ -1620,9 +1620,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.77.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.77.1.tgz", - "integrity": "sha512-nfxVhy4UynChMFfN4NxwI8pktV9R3Zt/ROxOAe6pdOf8CigDLn26p+ex1YW5uien26BBICLmN0dTvIELHCs5vw==", + "version": "5.77.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.77.2.tgz", + "integrity": "sha512-1lqJwPsR6GX6nZFw06erRt518O19tWU6Q+x0fJUygl4lxHCYF2nhzBPwLKk2NPjYOrpR0K567hxPc5K++xDe9Q==", "license": "MIT", "funding": { "type": "github", @@ -1630,12 +1630,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.77.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.77.1.tgz", - "integrity": "sha512-qBwpxFg0+MZF0fICQwgvzwrVbcs7TdQlLyEd1f1dN83oeIALofCIAJHV7sPWu+BCS5tcXkG5CvOuf7yla8GYqQ==", + "version": "5.77.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.77.2.tgz", + "integrity": "sha512-BRHxWdy1mHmgAcYA/qy2IPLylT81oebLgkm9K85viN2Qol/Vq48t1dzDFeDIVQjTWDV96AmqsLNPlH5HjyKCxA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.77.1" + "@tanstack/query-core": "5.77.2" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 12ef9a35..f13cb401 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@hookform/resolvers": "^5.0.1", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-slot": "^1.2.3", - "@tanstack/react-query": "^5.77.1", + "@tanstack/react-query": "^5.77.2", "axios": "^1.9.0", "better-auth": "^1.2.8", "class-variance-authority": "^0.7.1",