build(deps): Bump @trpc/server from 11.13.4 to 11.16.0

Bumps [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server) from 11.13.4 to 11.16.0.
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.16.0/packages/server)

---
updated-dependencies:
- dependency-name: "@trpc/server"
  dependency-version: 11.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-30 21:04:42 +00:00
committed by GitHub
parent e55a59c2d2
commit 7055050f70
2 changed files with 9 additions and 19 deletions

26
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"@tanstack/react-query": "^5.91.0",
"@trpc/client": "^11.13.4",
"@trpc/react-query": "^11.13.4",
"@trpc/server": "^11.13.4",
"@trpc/server": "^11.16.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/ws": "^8.18.1",
"@xterm/addon-fit": "^0.11.0",
@@ -33,6 +33,7 @@
"dotenv": "^17.3.1",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.577.0",
"next": ">=16.2.0",
"node-cron": "^4.2.1",
"node-pty": "^1.1.0",
"pocketbase": "^0.26.8",
@@ -3444,13 +3445,6 @@
"tailwindcss": "4.2.2"
}
},
"node_modules/@tailwindcss/node/node_modules/tailwindcss": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
"integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
"dev": true,
"license": "MIT"
},
"node_modules/@tailwindcss/oxide": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.2.tgz",
@@ -3770,13 +3764,6 @@
"tailwindcss": "4.2.2"
}
},
"node_modules/@tailwindcss/postcss/node_modules/tailwindcss": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
"integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
"dev": true,
"license": "MIT"
},
"node_modules/@tailwindcss/typography": {
"version": "0.5.19",
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz",
@@ -3914,13 +3901,16 @@
}
},
"node_modules/@trpc/server": {
"version": "11.13.4",
"resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.13.4.tgz",
"integrity": "sha512-SZmLwi43KSp1D3jp2aPuzqhC644gIy87hgFuD9xWCTwFspH9Pr5DO2/JmpWjCqybTG2fTuKYzxFYLUGjTY5LGg==",
"version": "11.16.0",
"resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.16.0.tgz",
"integrity": "sha512-XgGuUMddrUTd04+za/WE5GFuZ1/YU9XQG0t3VL5WOIu2JspkOlq6k4RYEiqS6HSJt+S0RXaPdIoE2anIP/BBRQ==",
"funding": [
"https://trpc.io/sponsor"
],
"license": "MIT",
"bin": {
"intent": "bin/intent.js"
},
"peerDependencies": {
"typescript": ">=5.7.2"
}

View File

@@ -34,7 +34,7 @@
"@tanstack/react-query": "^5.91.0",
"@trpc/client": "^11.13.4",
"@trpc/react-query": "^11.13.4",
"@trpc/server": "^11.13.4",
"@trpc/server": "^11.16.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/ws": "^8.18.1",
"@xterm/addon-fit": "^0.11.0",