Skip to content

Commit 78a1906

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 144ee25 commit 78a1906

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 5 additions & 2 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
@@ -55,7 +55,7 @@
5555
"assert": "^2.1.0",
5656
"axios": "^1.9.0",
5757
"buffer": "^6.0.3",
58-
"form-data": "^4.0.2",
58+
"form-data": "^4.0.4",
5959
"husky": "^9.1.7",
6060
"lodash": "^4.17.21",
6161
"qs": "^6.14.0",

0 commit comments

Comments
 (0)