Skip to content

Commit 0bc25cb

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 3fe4e1a commit 0bc25cb

File tree

2 files changed

+55
-32
lines changed

2 files changed

+55
-32
lines changed

package-lock.json

Lines changed: 54 additions & 31 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
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@babel/cli": "^7.25.6",
18-
"superagent": "^9.0.2"
18+
"superagent": "^10.2.2"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)