From 394a900023b422616055070840be6894d36e767a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:24:44 +0000 Subject: [PATCH] Bump @tanstack/query-core from 5.101.0 to 5.101.1 Bumps [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) from 5.101.0 to 5.101.1. - [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.101.1/packages/query-core) --- updated-dependencies: - dependency-name: "@tanstack/query-core" dependency-version: 5.101.1 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 e2597c71..93c3ad2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@preact/signals": "^2.9.2", - "@tanstack/query-core": "^5.101.0", + "@tanstack/query-core": "^5.101.1", "micromark": "^4.0.2", "preact": "^10.29.2" }, @@ -2287,9 +2287,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz", - "integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==", + "version": "5.101.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.1.tgz", + "integrity": "sha512-Y6Y92dkXtNqx67m2pMSxUsA3zOCwv862JexZRP8/EPwvKXMPu9m8rv43spiXWzOUIggQ3SQApttALStzhA8B4g==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 2a82b7b7..fff56c69 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@preact/signals": "^2.9.2", - "@tanstack/query-core": "^5.101.0", + "@tanstack/query-core": "^5.101.1", "micromark": "^4.0.2", "preact": "^10.29.2" }