From e751629040c108ea046342eb3495f2c35d1ccf19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:01:45 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.28.6 to 5.28.8 (#163) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.28.6 to 5.28.8. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.28.8/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-patch ... 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 1d2e6513..f3f72019 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.28.6", + "@tanstack/react-query": "^5.28.8", "@tanstack/react-query-devtools": "^5.28.6", "next": "14.1.4", "react": "^18", @@ -1260,9 +1260,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.6.tgz", - "integrity": "sha512-hnhotV+DnQtvtR3jPvbQMPNMW4KEK0J4k7c609zJ8muiNknm+yoDyMHmxTWM5ZnlZpsz0zOxYFr+mzRJNHWJsA==", + "version": "5.28.8", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.8.tgz", + "integrity": "sha512-cx64XHeB0kvKxFt22ibvegPeOxnaWVFUbAuhXoIrb7+XePEexHWoB9Kq5n9qroNPkRwQZwgFAP9HNbQz5ohoIg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1278,11 +1278,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.28.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.6.tgz", - "integrity": "sha512-/DdYuDBSsA21Qbcder1R8Cr/3Nx0ZnA2lgtqKsLMvov8wL4+g0HBz/gWYZPlIsof7iyfQafyhg4wUVUsS3vWZw==", + "version": "5.28.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.8.tgz", + "integrity": "sha512-4XYhoRmcThqziB32HsyiBLNXJcukaeGfYwAQ+fZqUUE3ZP4oB/Zy41UJdql+TUg98+vsezfbixxAwAbGHfc5Hg==", "dependencies": { - "@tanstack/query-core": "5.28.6" + "@tanstack/query-core": "5.28.8" }, "funding": { "type": "github", diff --git a/package.json b/package.json index ac3fc718..beae87a4 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.28.6", + "@tanstack/react-query": "^5.28.8", "@tanstack/react-query-devtools": "^5.28.6", "next": "14.1.4", "react": "^18",