From 6b917b71e52efd36868e1aea15d5e1978cd28045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 07:02:04 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.62.8 to 5.62.11 (#627) Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.62.8 to 5.62.11. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.11/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 0ddcdf7..f47cf9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@navikt/ds-tokens": "^5.9.2", "@navikt/nav-dekoratoren-moduler": "^3.1.3", "@navikt/next-logger": "^1.35.0", - "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query": "^5.62.11", "@tanstack/react-query-devtools": "^5.62.8", "next": "14.2.15", "react": "^18", @@ -1298,9 +1298,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.8", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.8.tgz", - "integrity": "sha512-4fV31vDsUyvNGrKIOUNPrZztoyL187bThnoQOvAXEVlZbSiuPONpfx53634MKKdvsDir5NyOGm80ShFaoHS/mw==", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.9.tgz", + "integrity": "sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1317,11 +1317,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.8", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.8.tgz", - "integrity": "sha512-8TUstKxF/fysHonZsWg/hnlDVgasTdHx6Q+f1/s/oPKJBJbKUWPZEHwLTMOZgrZuroLMiqYKJ9w69Abm8mWP0Q==", + "version": "5.62.11", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.11.tgz", + "integrity": "sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ==", "dependencies": { - "@tanstack/query-core": "5.62.8" + "@tanstack/query-core": "5.62.9" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 3650dbc..63dc1c1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@navikt/ds-tokens": "^5.9.2", "@navikt/nav-dekoratoren-moduler": "^3.1.3", "@navikt/next-logger": "^1.35.0", - "@tanstack/react-query": "^5.62.8", + "@tanstack/react-query": "^5.62.11", "@tanstack/react-query-devtools": "^5.62.8", "next": "14.2.15", "react": "^18",