From fb25b5bc73b1c98a514a94664ecdfaedb247fb85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:39:29 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query in /apps/arkiver/frontend Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.90.16 to 5.90.19. - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.19/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.90.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/arkiver/frontend/package-lock.json | 16 ++++++++-------- apps/arkiver/frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/arkiver/frontend/package-lock.json b/apps/arkiver/frontend/package-lock.json index 1e29cc6..8022b58 100644 --- a/apps/arkiver/frontend/package-lock.json +++ b/apps/arkiver/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "@cyrano/arkiver-frontend", "version": "1.0.0", "dependencies": { - "@tanstack/react-query": "^5.90.16", + "@tanstack/react-query": "^5.90.19", "lucide-react": "^0.562.0", "react": "^19.2.3", "react-dom": "^19.2.3", @@ -1373,9 +1373,9 @@ ] }, "node_modules/@tanstack/query-core": { - "version": "5.90.16", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.16.tgz", - "integrity": "sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==", + "version": "5.90.19", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.19.tgz", + "integrity": "sha512-GLW5sjPVIvH491VV1ufddnfldyVB+teCnpPIvweEfkpRx7CfUmUGhoh9cdcUKBh/KwVxk22aNEDxeTsvmyB/WA==", "license": "MIT", "funding": { "type": "github", @@ -1383,12 +1383,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.90.16", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.16.tgz", - "integrity": "sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ==", + "version": "5.90.19", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.19.tgz", + "integrity": "sha512-qTZRZ4QyTzQc+M0IzrbKHxSeISUmRB3RPGmao5bT+sI6ayxSRhn0FXEnT5Hg3as8SBFcRosrXXRFB+yAcxVxJQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.90.16" + "@tanstack/query-core": "5.90.19" }, "funding": { "type": "github", diff --git a/apps/arkiver/frontend/package.json b/apps/arkiver/frontend/package.json index 3efb43d..f0870cd 100644 --- a/apps/arkiver/frontend/package.json +++ b/apps/arkiver/frontend/package.json @@ -12,7 +12,7 @@ "test": "echo \"No tests configured for arkiver frontend\" && exit 0" }, "dependencies": { - "@tanstack/react-query": "^5.90.16", + "@tanstack/react-query": "^5.90.19", "lucide-react": "^0.562.0", "react": "^19.2.3", "react-dom": "^19.2.3",