From 9b1a52e626c3a413951b5d58452c26a9a8ba2da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:54:19 +0000 Subject: [PATCH] build(deps): update @trpc/client requirement in /dashboard Updates the requirements on [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) to permit the latest version. - [Release notes](https://github.com/trpc/trpc/releases) - [Commits](https://github.com/trpc/trpc/commits/v11.18.0/packages/client) --- updated-dependencies: - dependency-name: "@trpc/client" dependency-version: 11.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 1ba619c8..cb2559b4 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -21,7 +21,7 @@ "dependencies": { "@openpath/api": "file:../api", "@openpath/shared": "file:../shared", - "@trpc/client": "^11.17.0", + "@trpc/client": "^11.18.0", "cookie-parser": "^1.4.7", "express": "^5.2.1", "winston": "^3.17.0"