diff --git a/package-lock.json b/package-lock.json index db4381a..e517876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@navikt/nav-dekoratoren-moduler": "^3.1.1", "@navikt/next-logger": "^1.35.0", "@tanstack/react-query": "^5.60.6", - "@tanstack/react-query-devtools": "^5.61.3", + "@tanstack/react-query-devtools": "^5.61.5", "next": "14.2.15", "react": "^18", "react-dom": "^18", @@ -1298,29 +1298,32 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.60.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.60.6.tgz", - "integrity": "sha512-tI+k0KyCo1EBJ54vxK1kY24LWj673ujTydCZmzEZKAew4NqZzTaVQJEuaG1qKj2M03kUHN46rchLRd+TxVq/zQ==", + "version": "5.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.61.5.tgz", + "integrity": "sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/query-devtools": { - "version": "5.61.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.61.3.tgz", - "integrity": "sha512-AoRco+DMw7Xy9fFs+5BxBop82YPKs1/tWpTPoO1iYVwPLmAU+znnLfWyZ8Qr5OiEqoS0dCyEe6F5V11/JkCK/A==", + "version": "5.61.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.61.4.tgz", + "integrity": "sha512-21Tw+u8E3IJJj4A/Bct4H0uBaDTEu7zBrR79FeSyY+mS2gx5/m316oDtJiKkILc819VSTYt+sFzODoJNcpPqZQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.61.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.3.tgz", - "integrity": "sha512-c3Oz9KaCBapGkRewu7AJLhxE9BVqpMcHsd3KtFxSd7FSCu2qGwqfIN37zbSGoyk6Ix9LGZBNHQDPI6GpWABnmA==", + "version": "5.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.5.tgz", + "integrity": "sha512-rjy8aqPgBBEz/rjJnpnuhi8TVkVTorMUsJlM3lMvrRb5wK6yzfk34Er0fnJ7w/4qyF01SnXsLB/QsTBsLF5PaQ==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.60.6" + "@tanstack/query-core": "5.61.5" }, "funding": { "type": "github", @@ -1331,18 +1334,19 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.61.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.61.3.tgz", - "integrity": "sha512-bR/TaiOSqTq0M5dmYY+pJeSnl5QAuCaRRmJg+Q5hEqt6uTHgKz5WO4jdi8BywRJiZhpXLirlUAIOXJsZ8ukqSA==", + "version": "5.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.61.5.tgz", + "integrity": "sha512-P2DwlKyoGar6FX2XL324gM7AX8fuXm6DecLvfUoGpWbxtbuAtfzglRiCDLKkc5tJ7pekuaZsFFas/cyfTymoCQ==", + "license": "MIT", "dependencies": { - "@tanstack/query-devtools": "5.61.3" + "@tanstack/query-devtools": "5.61.4" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.61.3", + "@tanstack/react-query": "^5.61.5", "react": "^18 || ^19" } }, diff --git a/package.json b/package.json index 0a9cebf..b97f150 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@navikt/nav-dekoratoren-moduler": "^3.1.1", "@navikt/next-logger": "^1.35.0", "@tanstack/react-query": "^5.60.6", - "@tanstack/react-query-devtools": "^5.61.3", + "@tanstack/react-query-devtools": "^5.61.5", "next": "14.2.15", "react": "^18", "react-dom": "^18",