From c9a3fdcfb51f3d36dfcfc3bf01b181684d63d43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:03:06 +0000 Subject: [PATCH] chore(deps): Bump @tanstack/react-query from 5.69.0 to 5.84.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.69.0 to 5.84.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.84.1/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.84.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++----------------- package.json | 2 +- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 951ee28..c822fb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@studio-freight/react-lenis": "^0.0.47", - "@tanstack/react-query": "^5.69.0", + "@tanstack/react-query": "^5.84.1", "@tanstack/react-query-devtools": "^5.69.0", "axios": "^1.8.4", "react": "^18.3.1", @@ -1758,10 +1758,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.0.tgz", - "integrity": "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ==", - "license": "MIT", + "version": "5.83.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.1.tgz", + "integrity": "sha512-OG69LQgT7jSp+5pPuCfzltq/+7l2xoweggjme9vlbCPa/d7D7zaqv5vN/S82SzSYZ4EDLTxNO1PWrv49RAS64Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1778,12 +1777,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.69.0.tgz", - "integrity": "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA==", - "license": "MIT", + "version": "5.84.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.1.tgz", + "integrity": "sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw==", "dependencies": { - "@tanstack/query-core": "5.69.0" + "@tanstack/query-core": "5.83.1" }, "funding": { "type": "github", @@ -9683,9 +9681,9 @@ } }, "@tanstack/query-core": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.69.0.tgz", - "integrity": "sha512-Kn410jq6vs1P8Nm+ZsRj9H+U3C0kjuEkYLxbiCyn3MDEiYor1j2DGVULqAz62SLZtUZ/e9Xt6xMXiJ3NJ65WyQ==" + "version": "5.83.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.83.1.tgz", + "integrity": "sha512-OG69LQgT7jSp+5pPuCfzltq/+7l2xoweggjme9vlbCPa/d7D7zaqv5vN/S82SzSYZ4EDLTxNO1PWrv49RAS64Q==" }, "@tanstack/query-devtools": { "version": "5.67.2", @@ -9693,11 +9691,11 @@ "integrity": "sha512-O4QXFFd7xqp6EX7sdvc9tsVO8nm4lpWBqwpgjpVLW5g7IeOY6VnS/xvs/YzbRhBVkKTMaJMOUGU7NhSX+YGoNg==" }, "@tanstack/react-query": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.69.0.tgz", - "integrity": "sha512-Ift3IUNQqTcaFa1AiIQ7WCb/PPy8aexZdq9pZWLXhfLcLxH0+PZqJ2xFImxCpdDZrFRZhLJrh76geevS5xjRhA==", + "version": "5.84.1", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.84.1.tgz", + "integrity": "sha512-zo7EUygcWJMQfFNWDSG7CBhy8irje/XY0RDVKKV4IQJAysb+ZJkkJPcnQi+KboyGUgT+SQebRFoTqLuTtfoDLw==", "requires": { - "@tanstack/query-core": "5.69.0" + "@tanstack/query-core": "5.83.1" } }, "@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index 9a67793..94a6619 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@studio-freight/react-lenis": "^0.0.47", - "@tanstack/react-query": "^5.69.0", + "@tanstack/react-query": "^5.84.1", "@tanstack/react-query-devtools": "^5.69.0", "axios": "^1.8.4", "react": "^18.3.1",