From 6f4c4c9c1fd0f669361c6c8bfa21450b4a0844e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:37:30 +0000 Subject: [PATCH] build(deps): bump @tanstack/react-query from 5.17.1 to 5.17.9 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.17.1 to 5.17.9. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.17.9/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 1a694dc..5988e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "^5.17.1", + "@tanstack/react-query": "^5.17.9", "@tanstack/react-query-devtools": "^5.17.1", "@tanstack/react-table": "^8.11.3", "axios": "^1.6.5", @@ -1906,9 +1906,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.1.tgz", - "integrity": "sha512-kUXozQmU7NBtzX5dM6qfFNZN+YK/9Ct37hnG/ogdgI4mExIx7VH/qRepsPhKfNrJz2w81/JykmM3Uug6sVpUSw==", + "version": "5.17.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.9.tgz", + "integrity": "sha512-8xcvpWIPaRMDNLMvG9ugcUJMgFK316ZsqkPPbsI+TMZsb10N9jk0B6XgPk4/kgWC2ziHyWR7n7wUhxmD0pChQw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -1924,11 +1924,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.1.tgz", - "integrity": "sha512-4JYgX0kU+pvwVQi5eRiHGvBK7WnahEl6lmaxd32ZVSKmByAxLgaewoxBR03cdDNse8lUD2zGOe0sx3M/EGRlmA==", + "version": "5.17.9", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.17.9.tgz", + "integrity": "sha512-M5E9gwUq1Stby/pdlYjBlL24euIVuGbWKIFCbtnQxSdXI4PgzjTSdXdV3QE6fc+itF+TUvX/JPTKIwq8yuBXcg==", "dependencies": { - "@tanstack/query-core": "5.17.1" + "@tanstack/query-core": "5.17.9" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a037653..b1e2e31 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "^5.17.1", + "@tanstack/react-query": "^5.17.9", "@tanstack/react-query-devtools": "^5.17.1", "@tanstack/react-table": "^8.11.3", "axios": "^1.6.5",