From 74378619c8797501ee90bd8683f0ea61f0cee8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 07:02:52 +0000 Subject: [PATCH] chore(deps): bump @tanstack/react-query from 5.39.0 to 5.51.15 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.39.0 to 5.51.15. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.51.15/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-lock.json | 19 +++++++++---------- package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5c1ee20..47255944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.10", "@tanstack/query-sync-storage-persister": "^5.40.0", - "@tanstack/react-query": "^5.39.0", + "@tanstack/react-query": "^5.51.15", "@tanstack/react-query-persist-client": "^5.39.0", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "^9.0.6", @@ -120,8 +120,7 @@ "vaul": "^0.8.9", "webpack": "^5.89.0", "zod": "^3.22.4" - }, - "devDependencies": {} + } }, "node_modules/@algolia/cache-browser-local-storage": { "version": "4.23.3", @@ -6202,11 +6201,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.39.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.39.0.tgz", - "integrity": "sha512-zc0WnyEffyTgG+myLv8cY2tJOUT6jOprCiprpbMqylCaCFipSDUPCYCt2AC+qxgk2CFuqiI/fjb1u5/HhLkrPg==", + "version": "5.51.15", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.15.tgz", + "integrity": "sha512-UgFg23SrdIYrmfTSxAUn9g+J64VQy11pb9/EefoY/u2+zWuNMeqEOnvpJhf52XQy0yztQoyM9p6x8PFyTNaxXg==", "dependencies": { - "@tanstack/query-core": "5.38.0" + "@tanstack/query-core": "5.51.15" }, "funding": { "type": "github", @@ -6254,9 +6253,9 @@ } }, "node_modules/@tanstack/react-query/node_modules/@tanstack/query-core": { - "version": "5.38.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.38.0.tgz", - "integrity": "sha512-QtkoxvFcu52mNpp3+qOo9H265m3rt83Dgbw5WnNyJvr83cegrQ7zT8haHhL4Rul6ZQkeovxyWbXVW9zI0WYx6g==", + "version": "5.51.15", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.15.tgz", + "integrity": "sha512-xyobHDJ0yhPE3+UkSQ2/4X1fLSg7ICJI5J1JyU9yf7F3deQfEwSImCDrB1WSRrauJkMtXW7YIEcC0oA6ZZWt5A==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" diff --git a/package.json b/package.json index 49a48e48..ef2daa80 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.10", "@tanstack/query-sync-storage-persister": "^5.40.0", - "@tanstack/react-query": "^5.39.0", + "@tanstack/react-query": "^5.51.15", "@tanstack/react-query-persist-client": "^5.39.0", "@types/jsdom": "^21.1.7", "@types/jsonwebtoken": "^9.0.6",