From 2b741edd97fc7128e29f738eb7baf0f10cffc377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:36:45 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-query from 5.32.0 to 5.35.1 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.32.0 to 5.35.1. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.35.1/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index b9e0651..44e1a78 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nextui-org/react": "^2.3.1", "@olros/stats": "^2.2.1", "@prisma/client": "^5.13.0", - "@tanstack/react-query": "^5.32.0", + "@tanstack/react-query": "^5.35.1", "axios": "^1.6.7", "clsx": "^2.1.0", "date-fns": "^3.6.0", diff --git a/yarn.lock b/yarn.lock index 2555c91..ba467b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2341,17 +2341,17 @@ legacy-swc-helpers "npm:@swc/helpers@=0.4.14" tslib "^2.4.0" -"@tanstack/query-core@5.32.0": - version "5.32.0" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.32.0.tgz#e097ec2b394a2f64de33c98cd8baf3525c99641a" - integrity sha512-Z3flEgCat55DRXU5UMwYU1U+DgFZKA3iufyOKs+II7iRAo0uXkeU7PH5e6sOH1CGEag0IpKmZxlUFpCg6roSKw== +"@tanstack/query-core@5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.35.1.tgz#a7e6cbf0f252475da19ba9cba6567e8fe683b2ee" + integrity sha512-0Dnpybqb8+ps6WgqBnqFEC+1F/xLvUosRAq+wiGisTgolOZzqZfkE2995dEXmhuzINiTM7/a6xSGznU0NIvBkw== -"@tanstack/react-query@^5.32.0": - version "5.32.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.32.0.tgz#52d441e7ad2a0098dc426f3834f68150c13f265b" - integrity sha512-+E3UudQtarnx9A6xhpgMZapyF+aJfNBGFMgI459FnduEZqT/9KhOWnMOneZahLRt52yzskSA0AuOyLkXHK0yBA== +"@tanstack/react-query@^5.35.1": + version "5.35.1" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.35.1.tgz#3b7c710bb32c6c71e0cbe64029dded9b0cbd9a0f" + integrity sha512-i2T7m2ffQdNqlX3pO+uMsnQ0H4a59Ens2GxtlMsRiOvdSB4SfYmHb27MnvFV8rGmtWRaa4gPli0/rpDoSS5LbQ== dependencies: - "@tanstack/query-core" "5.32.0" + "@tanstack/query-core" "5.35.1" "@types/json-schema@^7.0.12": version "7.0.15"