From fda6e586bbd1d02d48c02743422efc92d046f856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:20:39 +0000 Subject: [PATCH] Bump @tanstack/react-query-devtools from 5.61.5 to 5.62.0 (#582) Bumps [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) from 5.61.5 to 5.62.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.0/packages/react-query-devtools) --- updated-dependencies: - dependency-name: "@tanstack/react-query-devtools" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index e517876..d1d6f01 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.5", + "@tanstack/react-query-devtools": "^5.62.0", "next": "14.2.15", "react": "^18", "react-dom": "^18", @@ -1298,9 +1298,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.61.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.61.5.tgz", - "integrity": "sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.0.tgz", + "integrity": "sha512-sx38bGrqF9bop92AXOvzDr0L9fWDas5zXdPglxa9cuqeVSWS7lY6OnVyl/oodfXjgOGRk79IfCpgVmxrbHuFHg==", "license": "MIT", "funding": { "type": "github", @@ -1318,12 +1318,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.61.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.5.tgz", - "integrity": "sha512-rjy8aqPgBBEz/rjJnpnuhi8TVkVTorMUsJlM3lMvrRb5wK6yzfk34Er0fnJ7w/4qyF01SnXsLB/QsTBsLF5PaQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.0.tgz", + "integrity": "sha512-tj2ltjAn2a3fs+Dqonlvs6GyLQ/LKVJE2DVSYW+8pJ3P6/VCVGrfqv5UEchmlP7tLOvvtZcOuSyI2ooVlR5Yqw==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.61.5" + "@tanstack/query-core": "5.62.0" }, "funding": { "type": "github", @@ -1334,9 +1334,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.61.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.61.5.tgz", - "integrity": "sha512-P2DwlKyoGar6FX2XL324gM7AX8fuXm6DecLvfUoGpWbxtbuAtfzglRiCDLKkc5tJ7pekuaZsFFas/cyfTymoCQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.62.0.tgz", + "integrity": "sha512-9NWUgpfRPiUpsPdYopddbQLjWXbMBNaxM7K5VXPZIPfcfJJ4mG6VqrEJysL/79zgl7hC9kJlP+zXA0r5niomdg==", "license": "MIT", "dependencies": { "@tanstack/query-devtools": "5.61.4" @@ -1346,7 +1346,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.61.5", + "@tanstack/react-query": "^5.62.0", "react": "^18 || ^19" } }, diff --git a/package.json b/package.json index b97f150..d5100b7 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.5", + "@tanstack/react-query-devtools": "^5.62.0", "next": "14.2.15", "react": "^18", "react-dom": "^18",