From 437ea2121382ce5d0111384964641e43133ff25b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 02:39:33 +0000 Subject: [PATCH] fix: upgrade @tanstack/react-query from 5.52.1 to 5.52.2 Snyk has created this PR to upgrade @tanstack/react-query from 5.52.1 to 5.52.2. See this package in npm: @tanstack/react-query See this project in Snyk: https://app.snyk.io/org/zntb/project/3f7a23d2-a22c-4487-8442-502155814573?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 87a9e2f..132e305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "5.52.1", + "@tanstack/react-query": "^5.52.2", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", @@ -6405,9 +6405,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.52.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.52.0.tgz", - "integrity": "sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.52.2.tgz", + "integrity": "sha512-9vvbFecK4A0nDnrc/ks41e3UHONF1DAnGz8Tgbxkl59QcvKWmc0ewhYuIKRh8NC4ja5LTHT9EH16KHbn2AIYWA==", "license": "MIT", "funding": { "type": "github", @@ -6433,12 +6433,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.1.tgz", - "integrity": "sha512-soyn4dNIUZ8US8NaPVXv06gkZFHaZnPfKWPDjRJjFRW3Y7WZ0jx72eT6zhw3VQlkMPysmXye8l35ewPHspKgbQ==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.2.tgz", + "integrity": "sha512-d4OwmobpP+6+SvuAxW1RzAY95Pv87Gu+0GjtErzFOUXo+n0FGcwxKvzhswCsXKxsgnAr3bU2eJ2u+GXQAutkCQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.52.0" + "@tanstack/query-core": "5.52.2" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a955492..a6008aa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-tooltip": "^1.0.7", - "@tanstack/react-query": "5.52.1", + "@tanstack/react-query": "5.52.2", "blo": "^1.2.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1",