Skip to content

Commit c5652b3

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-14427432
1 parent 672bd65 commit c5652b3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 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
@@ -73,7 +73,7 @@
7373
"@trpc/client": "^11.7.2",
7474
"@trpc/next": "^11.7.2",
7575
"@trpc/react-query": "^11.7.2",
76-
"@trpc/server": "^11.7.2",
76+
"@trpc/server": "^11.8.0",
7777
"algoliasearch": "5.12.0",
7878
"clsx": "^2.1.1",
7979
"copy-to-clipboard": "^3.3.3",

0 commit comments

Comments
 (0)