From 1d578a6a4691c98da1d7f15352aa890e60407dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:25:30 +0000 Subject: [PATCH] feat(deps): bump @tanstack/react-query from 5.59.16 to 5.59.19 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.59.16 to 5.59.19. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.59.19/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c6de9785b..450d0ed992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@react-pdf/renderer": "^4.0.0", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", - "@tanstack/react-query": "^5.59.16", + "@tanstack/react-query": "^5.59.19", "comlink": "^4.4.1", "crypto-es": "^2.1.0", "date-fns": "^2.30.0", @@ -5618,20 +5618,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.59.16", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.16.tgz", - "integrity": "sha512-crHn+G3ltqb5JG0oUv6q+PMz1m1YkjpASrXTU+sYWW9pLk0t2GybUHNRqYPZWhxgjPaVGC4yp92gSFEJgYEsPw==", + "version": "5.59.17", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.17.tgz", + "integrity": "sha512-jWdDiif8kaqnRGHNXAa9CnudtxY5v9DUxXhodgqX2Rwzj+1UwStDHEbBd9IA5C7VYAaJ2s+BxFR6PUBs8ERorA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.59.16", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.16.tgz", - "integrity": "sha512-MuyWheG47h6ERd4PKQ6V8gDyBu3ThNG22e1fRVwvq6ap3EqsFhyuxCAwhNP/03m/mLg+DAb0upgbPaX6VB+CkQ==", + "version": "5.59.19", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.19.tgz", + "integrity": "sha512-xLRfyFyQOFcLltKCds0LijfC6/HQJrrTTnZB8ciyn74LIkVAm++vZJ6eUVG20RmJtdP8REdy7vSOYW4M3//XLA==", "dependencies": { - "@tanstack/query-core": "5.59.16" + "@tanstack/query-core": "5.59.17" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 409b3e18d4..d2d6f21862 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@react-pdf/renderer": "^4.0.0", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", - "@tanstack/react-query": "^5.59.16", + "@tanstack/react-query": "^5.59.19", "comlink": "^4.4.1", "crypto-es": "^2.1.0", "date-fns": "^2.30.0",