From 36ddeb6a4b052ed3b82b19f9750347705e37c7b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Dec 2023 23:55:27 +0000 Subject: [PATCH] fix: upgrade @trpc/react-query from 10.43.3 to 10.43.6 Snyk has created this PR to upgrade @trpc/react-query from 10.43.3 to 10.43.6. See this package in npm: https://www.npmjs.com/package/@trpc/react-query See this project in Snyk: https://app.snyk.io/org/mayank1513/project/2f9b9996-c143-46a6-b773-f378cd465587?utm_source=github&utm_medium=referral&page=upgrade-pr --- typescript/trpc-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/trpc-nextjs/package.json b/typescript/trpc-nextjs/package.json index 7eb0b59ff2ee..9a44eb5fff7d 100644 --- a/typescript/trpc-nextjs/package.json +++ b/typescript/trpc-nextjs/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query": "4.36.1", "@trpc/client": "10.43.3", "@trpc/next": "10.43.3", - "@trpc/react-query": "10.43.3", + "@trpc/react-query": "10.43.6", "@trpc/server": "10.43.3", "next": "13.5.6", "react": "18.2.0",