From 9b94a3d517e19606606c6ffcc5fa63d8fd1d0208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:09:59 +0000 Subject: [PATCH] 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 6b6213928..65e174c42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@navikt/navspa": "^6.1.0", "@navikt/tag-input": "^2.0.1", "@navikt/textparser": "^2.4.0", - "@tanstack/react-query": "^5.59.16", + "@tanstack/react-query": "^5.59.19", "@vitejs/plugin-react": "^4.3.3", "classnames": "^2.5.1", "connected-react-router": "^6.9.3", @@ -2163,20 +2163,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 d0211acc0..77bb2e2c5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@navikt/navspa": "^6.1.0", "@navikt/tag-input": "^2.0.1", "@navikt/textparser": "^2.4.0", - "@tanstack/react-query": "^5.59.16", + "@tanstack/react-query": "^5.59.19", "@vitejs/plugin-react": "^4.3.3", "classnames": "^2.5.1", "connected-react-router": "^6.9.3",