diff --git a/package-lock.json b/package-lock.json index 73075e44..8a0166d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@navikt/nav-dekoratoren-moduler": "^2.1.6", "@navikt/next-logger": "^1.23.0", "@tanstack/react-query": "^5.32.1", - "@tanstack/react-query-devtools": "^5.35.1", + "@tanstack/react-query-devtools": "^5.36.0", "next": "14.2.3", "react": "^18", "react-dom": "^18", @@ -1247,9 +1247,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.35.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.35.1.tgz", - "integrity": "sha512-0Dnpybqb8+ps6WgqBnqFEC+1F/xLvUosRAq+wiGisTgolOZzqZfkE2995dEXmhuzINiTM7/a6xSGznU0NIvBkw==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.36.0.tgz", + "integrity": "sha512-B5BD3pg/mztDR36i77hGcyySKKeYrbM5mnogOROTBi1SUml5ByRK7PGUUl16vvubvQC+mSnqziFG/VIy/DE3FQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1265,11 +1265,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.35.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.35.1.tgz", - "integrity": "sha512-i2T7m2ffQdNqlX3pO+uMsnQ0H4a59Ens2GxtlMsRiOvdSB4SfYmHb27MnvFV8rGmtWRaa4gPli0/rpDoSS5LbQ==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.36.0.tgz", + "integrity": "sha512-BATvtM0rohwg7pRHUnxgeDiwLWRGZ8OM/4y8LImHVpecQWoH6Uhytu3Z8YV6V7hQ1sMQBFcUrGE1/e4MxR6YiA==", "dependencies": { - "@tanstack/query-core": "5.35.1" + "@tanstack/query-core": "5.36.0" }, "funding": { "type": "github", @@ -1280,9 +1280,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.35.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.35.1.tgz", - "integrity": "sha512-G2TP8ekCo+C9IPdEswKB9mqG5pxV+DWq86lmNw/VbUpdyNwNFvKi7GdcqW1pLDi5al+zifSjGSO7QZ7zDMJcQg==", + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.36.0.tgz", + "integrity": "sha512-AxZSmM7CmjDQrcY9gceFBS+1DqkfTqAMpDCMltzIxMKvKn+ZhgBsV49aewhVXP1DgZzb+Is4f9HH2EMu//njXw==", "dependencies": { "@tanstack/query-devtools": "5.32.1" }, @@ -1291,7 +1291,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.35.1", + "@tanstack/react-query": "^5.36.0", "react": "^18.0.0" } }, diff --git a/package.json b/package.json index 96bc424e..2789187c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@navikt/nav-dekoratoren-moduler": "^2.1.6", "@navikt/next-logger": "^1.23.0", "@tanstack/react-query": "^5.32.1", - "@tanstack/react-query-devtools": "^5.35.1", + "@tanstack/react-query-devtools": "^5.36.0", "next": "14.2.3", "react": "^18", "react-dom": "^18",