diff --git a/package-lock.json b/package-lock.json index dfac8b0c..7d35e3de 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.28.9", - "@tanstack/react-query-devtools": "^5.28.12", + "@tanstack/react-query-devtools": "^5.28.14", "next": "14.1.4", "react": "^18", "react-dom": "^18", @@ -1260,9 +1260,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.28.12", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.12.tgz", - "integrity": "sha512-c7H3/SMqjzwrFbwHyjPUCVrmrhpDdn1zIZT6ldu50jEBEkZgngF9gF/axD/UmTUZkVYQQW7PgPNp6GWTy4UPSw==", + "version": "5.28.13", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.13.tgz", + "integrity": "sha512-C3+CCOcza+mrZ7LglQbjeYEOTEC3LV0VN0eYaIN6GvqAZ8Foegdgch7n6QYPtT4FuLae5ALy+m+ZMEKpD6tMCQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1278,11 +1278,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.28.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.12.tgz", - "integrity": "sha512-AENUgyAuh6GEG9tf+h/oOSYGyy0k8loehlSf9JJLUkiZk3gbbPKrRQ55HpVfb5vrVRuz8hI4d+Apuc8FTuzmnw==", + "version": "5.28.14", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.14.tgz", + "integrity": "sha512-cZqt03Igb3I9tM72qNX5TAAmeYl75Z+k4Mv92VkXIXc2hCrv0fIywd7GN3JV1BBJl4mr7Cc+OOKKOPy8sNVOkA==", "dependencies": { - "@tanstack/query-core": "5.28.12" + "@tanstack/query-core": "5.28.13" }, "funding": { "type": "github", @@ -1293,9 +1293,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.28.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.28.12.tgz", - "integrity": "sha512-Vbc/6/sAtgjjFW1MdzQt9lzeRKGazAsmH/9sD266oJdoTTgZ6GPL3kJlYXDaaYEuOuLKAWKM/D+DmyiMYT+OZg==", + "version": "5.28.14", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.28.14.tgz", + "integrity": "sha512-4CrFBI1O5wibV1ZdGAnBMmTuc7SiShhxWubxRMyIloeEioxs3DQkFbouGBea5nexuwIxAkvhUB8khpPnNjhxMw==", "dependencies": { "@tanstack/query-devtools": "5.28.10" }, @@ -1304,7 +1304,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.28.12", + "@tanstack/react-query": "^5.28.14", "react": "^18.0.0" } }, diff --git a/package.json b/package.json index be73172e..bbd516f8 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.28.9", - "@tanstack/react-query-devtools": "^5.28.12", + "@tanstack/react-query-devtools": "^5.28.14", "next": "14.1.4", "react": "^18", "react-dom": "^18",