From 6ab6de0d2785d97b7ea035ec261f89b56a13e968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 12:51:15 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.39.0 to 5.40.0 (#274) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.39.0 to 5.40.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.40.0/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4df80fb..5274c73a 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.36.2", + "@tanstack/react-query": "^5.40.0", "@tanstack/react-query-devtools": "^5.39.0", "next": "14.2.3", "react": "^18", @@ -1247,9 +1247,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.38.0.tgz", - "integrity": "sha512-QtkoxvFcu52mNpp3+qOo9H265m3rt83Dgbw5WnNyJvr83cegrQ7zT8haHhL4Rul6ZQkeovxyWbXVW9zI0WYx6g==", + "version": "5.40.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.40.0.tgz", + "integrity": "sha512-eD8K8jsOIq0Z5u/QbvOmfvKKE/XC39jA7yv4hgpl/1SRiU+J8QCIwgM/mEHuunQsL87dcvnHqSVLmf9pD4CiaA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1265,11 +1265,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.39.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.39.0.tgz", - "integrity": "sha512-zc0WnyEffyTgG+myLv8cY2tJOUT6jOprCiprpbMqylCaCFipSDUPCYCt2AC+qxgk2CFuqiI/fjb1u5/HhLkrPg==", + "version": "5.40.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.40.0.tgz", + "integrity": "sha512-iv/W0Axc4aXhFzkrByToE1JQqayxTPNotCoSCnarR/A1vDIHaoKpg7FTIfP3Ev2mbKn1yrxq0ZKYUdLEJxs6Tg==", "dependencies": { - "@tanstack/query-core": "5.38.0" + "@tanstack/query-core": "5.40.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a09a0113..b9e31386 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.36.2", + "@tanstack/react-query": "^5.40.0", "@tanstack/react-query-devtools": "^5.39.0", "next": "14.2.3", "react": "^18",