build(deps): Bump @trpc/server (#413)

Bumps the npm_and_yarn group with 1 update in the / directory: [@trpc/server](https://github.com/trpc/trpc/tree/HEAD/packages/server).


Updates `@trpc/server` from 11.7.2 to 11.8.0
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.8.0/packages/server)

---
updated-dependencies:
- dependency-name: "@trpc/server"
  dependency-version: 11.8.0
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-07 20:33:20 +01:00
committed by GitHub
parent ec92c0ea6d
commit ef73d98873
2 changed files with 18 additions and 18 deletions

30
package-lock.json generated
View File

@@ -16,9 +16,9 @@
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.12",
"@trpc/client": "^11.7.2",
"@trpc/react-query": "^11.7.2",
"@trpc/server": "^11.7.2",
"@trpc/client": "^11.8.0",
"@trpc/react-query": "^11.8.0",
"@trpc/server": "^11.8.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/ws": "^8.18.1",
"@xterm/addon-fit": "^0.10.0",
@@ -3834,39 +3834,39 @@
}
},
"node_modules/@trpc/client": {
"version": "11.7.2",
"resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.7.2.tgz",
"integrity": "sha512-OQxqUMfpDvjcszo9dbnqWQXnW2L5IbrKSz2H7l8s+mVM3EvYw7ztQ/gjFIN3iy0NcamiQfd4eE6qjcb9Lm+63A==",
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.8.0.tgz",
"integrity": "sha512-imJQeESX1hAapDaC4JB91yvXg41AZfBuTh/scnEiN/hAubZa5s/ikp0n+w29q2GCf+hREkr3WptUFKFJoDAIug==",
"funding": [
"https://trpc.io/sponsor"
],
"license": "MIT",
"peerDependencies": {
"@trpc/server": "11.7.2",
"@trpc/server": "11.8.0",
"typescript": ">=5.7.2"
}
},
"node_modules/@trpc/react-query": {
"version": "11.7.2",
"resolved": "https://registry.npmjs.org/@trpc/react-query/-/react-query-11.7.2.tgz",
"integrity": "sha512-IcLDMqx2mvlGRxkr0/m37TtPvRQ8nonITH3EwYv436x0Igx8eduR9z4tdgGBsjJY9e5W1G7cZ4zKCwrizSimFQ==",
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/@trpc/react-query/-/react-query-11.8.0.tgz",
"integrity": "sha512-zJG22PqhGUBq6ke58McGxRBGWGDTHlmsgpxp/rQx8iT2yi0Ja1H2/UcSsjZ/MG65DhCfpKvMVH0OVivTn9FWwA==",
"funding": [
"https://trpc.io/sponsor"
],
"license": "MIT",
"peerDependencies": {
"@tanstack/react-query": "^5.80.3",
"@trpc/client": "11.7.2",
"@trpc/server": "11.7.2",
"@trpc/client": "11.8.0",
"@trpc/server": "11.8.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"typescript": ">=5.7.2"
}
},
"node_modules/@trpc/server": {
"version": "11.7.2",
"resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.7.2.tgz",
"integrity": "sha512-AgB26PXY69sckherIhCacKLY49rxE2XP5h38vr/KMZTbLCL1p8IuIoKPjALTcugC2kbyQ7Lbqo2JDVfRSmPmfQ==",
"version": "11.8.0",
"resolved": "https://registry.npmjs.org/@trpc/server/-/server-11.8.0.tgz",
"integrity": "sha512-DphyQnLuyX2nwJCQGWQ9zYz4hZGvRhSBqDhQ0SH3tDhQ3PU4u68xofA0pJ741Ir4InEAFD+TtJVLAQy+wVOkiQ==",
"funding": [
"https://trpc.io/sponsor"
],

View File

@@ -32,9 +32,9 @@
"@t3-oss/env-nextjs": "^0.13.10",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.12",
"@trpc/client": "^11.7.2",
"@trpc/react-query": "^11.7.2",
"@trpc/server": "^11.7.2",
"@trpc/client": "^11.8.0",
"@trpc/react-query": "^11.8.0",
"@trpc/server": "^11.8.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/ws": "^8.18.1",
"@xterm/addon-fit": "^0.10.0",