Skip to content

Commit 520269b

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 c238951 commit 520269b

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package-lock.json

Lines changed: 15 additions & 16 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
@@ -148,7 +148,7 @@
148148
"remark-lint": "^8.0.0",
149149
"remark-lint-list-item-indent": "^2.0.1",
150150
"remark-preset-lint-recommended": "^5.0.0",
151-
"superagent": "^7.1.1",
151+
"superagent": "^10.2.2",
152152
"ts-node": "^10.8.1",
153153
"typedoc": "^0.22.11",
154154
"typescript": "^4.3.5",

0 commit comments

Comments
 (0)