diff --git a/package-lock.json b/package-lock.json index d83e70f8..f3d91061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@navikt/ds-tokens": "^5.9.2", "@navikt/nav-dekoratoren-moduler": "^2.1.6", "@navikt/next-logger": "^1.23.0", - "@tanstack/react-query": "^5.22.2", + "@tanstack/react-query": "^5.27.5", "@tanstack/react-query-devtools": "^5.26.3", "next": "14.1.3", "react": "^18", @@ -1260,9 +1260,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.26.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.26.3.tgz", - "integrity": "sha512-kKv7VHIleC7cwpMS3M63mWUFFbdiRo7JZMVUyZ4z/79RZoAi7/vGTVkCrnNqyKl+zwBRkumYL+eiYtyShGZd0A==", + "version": "5.27.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.27.5.tgz", + "integrity": "sha512-HuYOo46NhzNX1SwXCmLf/Skr8B7T56cDHUN+iOhnu7+GOkUMThda64GwZpAqQzBT8TOTBQo6RQaNe0gi3Gi2fw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1278,11 +1278,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.26.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.26.3.tgz", - "integrity": "sha512-fP/kEu8aVLb6ln0ySazaeyivVkSQ9EnFfA5kQ7yIQNklx5JCW7otHVY6GVjZtd/3wK6QU99yvdSH0rN0LV2vmA==", + "version": "5.27.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.27.5.tgz", + "integrity": "sha512-VcuQo4CYRGsPsD8/rj9e4WnXN6eU4GKmAs0Yd9a1hLSx6DxAzRaBdrwu6P9lfjpz8bxaYkZRyb5NI+YtLipoYA==", "dependencies": { - "@tanstack/query-core": "5.26.3" + "@tanstack/query-core": "5.27.5" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 8bcfe179..0f6d7b4e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@navikt/ds-tokens": "^5.9.2", "@navikt/nav-dekoratoren-moduler": "^2.1.6", "@navikt/next-logger": "^1.23.0", - "@tanstack/react-query": "^5.22.2", + "@tanstack/react-query": "^5.27.5", "@tanstack/react-query-devtools": "^5.26.3", "next": "14.1.3", "react": "^18",