From 3f297754b0d03fb1101c11d168f3ffbd73a9b925 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 May 2025 14:37:05 +0000 Subject: [PATCH] fix: examples/with-chat2query-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRPCSERVER-10060256 --- examples/with-chat2query-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-chat2query-api/package.json b/examples/with-chat2query-api/package.json index 83fa669..cff1ab3 100644 --- a/examples/with-chat2query-api/package.json +++ b/examples/with-chat2query-api/package.json @@ -14,7 +14,7 @@ "@trpc/client": "11.0.0-rc.660", "@trpc/next": "11.0.0-rc.660", "@trpc/react-query": "11.0.0-rc.660", - "@trpc/server": "11.0.0-rc.660", + "@trpc/server": "11.1.1", "@vercel/analytics": "1.5.0", "clsx": "2.1.1", "framer-motion": "11.15.0",