From 0f7a16edff0e6f74b968ec7fc1031f6e7dd2daf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:58:11 +0000 Subject: [PATCH] chore(deps): bump @tanstack/query-core from 5.90.2 to 5.90.7 Bumps [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) from 5.90.2 to 5.90.7. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/query-core/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/query-core@5.90.7/packages/query-core) --- updated-dependencies: - dependency-name: "@tanstack/query-core" dependency-version: 5.90.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76dd824..3f77dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "tanstack-query-chrome-devtools", "version": "0.15.0", "dependencies": { - "@tanstack/query-core": "^5.90.2", + "@tanstack/query-core": "^5.90.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "highlight.js": "^11.11.1", @@ -1483,9 +1483,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.90.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.2.tgz", - "integrity": "sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==", + "version": "5.90.7", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.7.tgz", + "integrity": "sha512-6PN65csiuTNfBMXqQUxQhCNdtm1rV+9kC9YwWAIKcaxAauq3Wu7p18j3gQY3YIBJU70jT/wzCCZ2uqto/vQgiQ==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 9bb3c52..934b921 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepare": "husky" }, "dependencies": { - "@tanstack/query-core": "^5.90.2", + "@tanstack/query-core": "^5.90.7", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "highlight.js": "^11.11.1",