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",