Skip to content

Commit 9dc353e

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-FORMDATA-10841150
1 parent de402c7 commit 9dc353e

File tree

2 files changed

+62
-8
lines changed

2 files changed

+62
-8
lines changed

package-lock.json

Lines changed: 61 additions & 7 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
@@ -24,7 +24,7 @@
2424
"axios": "^1.8.3",
2525
"busboy": "^1.5.0",
2626
"express": "^4.21.2",
27-
"form-data": "^4.0.0",
27+
"form-data": "^4.0.4",
2828
"jsrsasign": "^11.1.0",
2929
"swagger-ui-express": "^4.3.0",
3030
"uuid": "^8.3.2",

0 commit comments

Comments
 (0)