diff --git a/package-lock.json b/package-lock.json index d955abc4..0d24a7ad 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.51.23", + "@tanstack/react-query": "^5.51.24", "@tanstack/react-query-devtools": "^5.51.23", "next": "14.2.5", "react": "^18", @@ -1313,9 +1313,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", - "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.24.tgz", + "integrity": "sha512-qtIR0FMHUDIWyIQw87q4C+so7XaN59MsGfWrc6rgi2VTHrVZF3Hd0St2dbpqRetHf6XW5yY5lzTrXpTilPlxUg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1331,11 +1331,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.23", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", - "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.24.tgz", + "integrity": "sha512-sW1qRwoCDqOFku67xng4Y5z6NPK1DS347jR4RiX9wFHrmyqpbXgUjPIjT3fodezdJAaSJD/6CvWb0cl05J8zNQ==", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.51.24" }, "funding": { "type": "github", diff --git a/package.json b/package.json index c83c95db..56ad4954 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.51.23", + "@tanstack/react-query": "^5.51.24", "@tanstack/react-query-devtools": "^5.51.23", "next": "14.2.5", "react": "^18",