From f56719d5bec6d9ecee11457ba828d1aea6a952e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:39:26 +0000 Subject: [PATCH] feat(deps): bump @tanstack/react-query from 5.61.4 to 5.61.5 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.61.4 to 5.61.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.61.5/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 52dfb0502b..72826fb0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@react-pdf/renderer": "^4.1.5", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", - "@tanstack/react-query": "^5.61.4", + "@tanstack/react-query": "^5.61.5", "comlink": "^4.4.2", "crypto-es": "^2.1.0", "date-fns": "^4.0.0", @@ -5076,9 +5076,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.61.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.61.4.tgz", - "integrity": "sha512-rsnemyhPvEG4ViZe0R2UQDM8NgQS/BNC5/Gf9RTs0TKN5thUhPUwnL2anWG4jxAGKFyDfvG7PXbx6MRq3hxi1w==", + "version": "5.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.61.5.tgz", + "integrity": "sha512-iG5vqurEOEbv+paP6kW3zPENa99kSIrd1THISJMaTwVlJ+N5yjVDNOUwp9McK2DWqWCXM3v13ubBbAyhxT78UQ==", "license": "MIT", "funding": { "type": "github", @@ -5086,12 +5086,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.61.4", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.4.tgz", - "integrity": "sha512-Nh5+0V4fRVShSeDHFTVvzJrvwTdafIvqxyZUrad71kJWL7J+J5Wrd/xcHTWfSL1mR/9eoufd2roXOpL3F16ECA==", + "version": "5.61.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.61.5.tgz", + "integrity": "sha512-rjy8aqPgBBEz/rjJnpnuhi8TVkVTorMUsJlM3lMvrRb5wK6yzfk34Er0fnJ7w/4qyF01SnXsLB/QsTBsLF5PaQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.61.4" + "@tanstack/query-core": "5.61.5" }, "funding": { "type": "github", diff --git a/package.json b/package.json index ad5d0c9269..a49e237165 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@react-pdf/renderer": "^4.1.5", "@smakss/random-string": "^2.0.2", "@sws2apps/react-sw-helper": "^1.25.0", - "@tanstack/react-query": "^5.61.4", + "@tanstack/react-query": "^5.61.5", "comlink": "^4.4.2", "crypto-es": "^2.1.0", "date-fns": "^4.0.0",