From b8cf8ddaa2b038e2e1c1606804a4dc454cfad75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:34:48 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.17.12 to 5.17.15 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.17.12 to 5.17.15. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.17.15/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] --- 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 c15accfb..4fadf139 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.5", "@navikt/next-logger": "^1.21.0", - "@tanstack/react-query": "^5.17.12", + "@tanstack/react-query": "^5.17.15", "@tanstack/react-query-devtools": "^5.17.12", "next": "14.0.4", "react": "^18", @@ -1443,9 +1443,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.17.10", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.10.tgz", - "integrity": "sha512-bJ2oQUDBftvHcEkLS3gyzzShSeZpJyzNNRu8oHK13iNdsofyaDXtNO/c1Zy/PZYVX+PhqOXwoT42gMiEMRSSfQ==", + "version": "5.17.15", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.15.tgz", + "integrity": "sha512-QURxpu77/ICA4d61aPvV7EcJ2MwmksxUejKBaq/xLcO2TUJAlXf4PFKHC/WxnVFI/7F1jeLx85AO3Vpk0+uBXw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1461,11 +1461,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.17.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.12.tgz", - "integrity": "sha512-mJQ+3da1ug4t9b+GycUuNzMs5hd6t+F4tJ1hqyaN/dlETP+bWwYwrv2GXFIbZIfI1K1Hu+XWZ6HUhRPbNtZ4QQ==", + "version": "5.17.15", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.15.tgz", + "integrity": "sha512-9qur91mOihaUN7pXm6ioDtS+4qgkBcCiIaZyvi3lZNcQZsrMGCYZ+eP3hiFrV4khoJyJrFUX1W0NcCVlgwNZxQ==", "dependencies": { - "@tanstack/query-core": "5.17.10" + "@tanstack/query-core": "5.17.15" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 992c1cd7..dbae8bd6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@navikt/ds-tokens": "^5.9.2", "@navikt/nav-dekoratoren-moduler": "^2.1.5", "@navikt/next-logger": "^1.21.0", - "@tanstack/react-query": "^5.17.12", + "@tanstack/react-query": "^5.17.15", "@tanstack/react-query-devtools": "^5.17.12", "next": "14.0.4", "react": "^18",