fix: security CVE-2025-68130 (#2343)

## Description

Fix security
[CVE-2025-68130](https://github.com/advisories/GHSA-43p4-m455-4f4j)
This commit is contained in:
Ted Liang
2025-12-22 21:53:49 +11:00
committed by GitHub
parent 810e00da03
commit 5624484631
3 changed files with 25 additions and 25 deletions
+4 -4
View File
@@ -13,9 +13,9 @@
"@documenso/lib": "*",
"@documenso/prisma": "*",
"@tanstack/react-query": "5.90.10",
"@trpc/client": "11.7.1",
"@trpc/react-query": "11.7.1",
"@trpc/server": "11.7.1",
"@trpc/client": "11.8.1",
"@trpc/react-query": "11.8.1",
"@trpc/server": "11.8.1",
"@ts-rest/core": "^3.52.1",
"formidable": "^3.5.4",
"luxon": "^3.7.2",
@@ -29,4 +29,4 @@
"devDependencies": {
"@types/formidable": "^3.4.6"
}
}
}