From adbd9923b8ebb9891421a75225ca66111af77a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 08:00:32 +0000 Subject: [PATCH] build(deps): Bump @trpc/client from 11.5.1 to 11.6.0 Bumps [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) from 11.5.1 to 11.6.0. - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v11.6.0/packages/client) --- updated-dependencies: - dependency-name: "@trpc/client" dependency-version: 11.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9d446c..db54b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@radix-ui/react-slot": "^1.2.3", "@t3-oss/env-nextjs": "^0.13.8", "@tanstack/react-query": "^5.87.4", - "@trpc/client": "^11.0.0", + "@trpc/client": "^11.6.0", "@trpc/react-query": "^11.0.0", "@trpc/server": "^11.0.0", "@types/react-syntax-highlighter": "^15.5.13", @@ -2736,15 +2736,15 @@ } }, "node_modules/@trpc/client": { - "version": "11.5.1", - "resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.5.1.tgz", - "integrity": "sha512-7I6JJ1I1lxv3S87ht3FAIZi0XxQa7hnQ9K+Oo5BH7cGO8ZtWe9Ftq6ItdkuDfpsnsRPcR2h158AMWbNs/iptqg==", + "version": "11.6.0", + "resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.6.0.tgz", + "integrity": "sha512-DyWbYk2hd50BaVrXWVkaUnaSwgAF5g/lfBkXtkF1Aqlk6BtSzGUo3owPkgqQO2I5LwWy1+ra9TsSfBBvIZpTwg==", "funding": [ "https://trpc.io/sponsor" ], "license": "MIT", "peerDependencies": { - "@trpc/server": "11.5.1", + "@trpc/server": "11.6.0", "typescript": ">=5.7.2" } }, diff --git a/package.json b/package.json index 45cfab9..e708cc7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@radix-ui/react-slot": "^1.2.3", "@t3-oss/env-nextjs": "^0.13.8", "@tanstack/react-query": "^5.87.4", - "@trpc/client": "^11.0.0", + "@trpc/client": "^11.6.0", "@trpc/react-query": "^11.0.0", "@trpc/server": "^11.0.0", "@types/react-syntax-highlighter": "^15.5.13",