build(deps): Bump @trpc/client from 11.6.0 to 11.7.1

Bumps [@trpc/client](https://github.com/trpc/trpc/tree/HEAD/packages/client) from 11.6.0 to 11.7.1.
- [Release notes](https://github.com/trpc/trpc/releases)
- [Commits](https://github.com/trpc/trpc/commits/v11.7.1/packages/client)

---
updated-dependencies:
- dependency-name: "@trpc/client"
  dependency-version: 11.7.1
  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]
2025-11-10 19:37:58 +00:00
committed by GitHub
parent 815024fbc0
commit 2b27219f96
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@t3-oss/env-nextjs": "^0.13.8",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.5",
"@trpc/client": "^11.6.0",
"@trpc/client": "^11.7.1",
"@trpc/react-query": "^11.6.0",
"@trpc/server": "^11.6.0",
"@types/react-syntax-highlighter": "^15.5.13",
@@ -3519,15 +3519,15 @@
}
},
"node_modules/@trpc/client": {
"version": "11.6.0",
"resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.6.0.tgz",
"integrity": "sha512-DyWbYk2hd50BaVrXWVkaUnaSwgAF5g/lfBkXtkF1Aqlk6BtSzGUo3owPkgqQO2I5LwWy1+ra9TsSfBBvIZpTwg==",
"version": "11.7.1",
"resolved": "https://registry.npmjs.org/@trpc/client/-/client-11.7.1.tgz",
"integrity": "sha512-uOnAjElKI892/U6aQMcBHYs3x7mme3Cvv1F87ytBL56rBvs7+DyK7r43zgaXKf13+GtPEI6ex5xjVUfyDW8XcQ==",
"funding": [
"https://trpc.io/sponsor"
],
"license": "MIT",
"peerDependencies": {
"@trpc/server": "11.6.0",
"@trpc/server": "11.7.1",
"typescript": ">=5.7.2"
}
},

View File

@@ -28,7 +28,7 @@
"@t3-oss/env-nextjs": "^0.13.8",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.5",
"@trpc/client": "^11.6.0",
"@trpc/client": "^11.7.1",
"@trpc/react-query": "^11.6.0",
"@trpc/server": "^11.6.0",
"@types/react-syntax-highlighter": "^15.5.13",