Skip to content

Commit 5201514

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRPCSERVER-10060256
1 parent 7bf07c6 commit 5201514

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

package-lock.json

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@trpc/client": "^10.45.1",
7373
"@trpc/next": "^10.45.2",
7474
"@trpc/react-query": "^10.45.1",
75-
"@trpc/server": "^10.45.1",
75+
"@trpc/server": "^11.1.1",
7676
"algoliasearch": "^5.7.0",
7777
"clsx": "^2.1.1",
7878
"copy-to-clipboard": "^3.3.3",

0 commit comments

Comments
 (0)