fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-FORMIDABLE-9788127
This commit is contained in:
snyk-bot 2025-05-06 07:07:59 +00:00
parent fc760976bf
commit 7b28403c80
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 1110 additions and 340 deletions

1452
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -140,7 +140,7 @@
"eslint-plugin-promise": "^5.1.0",
"got": "^11.8.5",
"http-parser-js": "^0.5.2",
"mocha": "^10.1.0",
"mocha": "^11.2.2",
"nock": "~12.0.3",
"nyc": "~15.0.0",
"prettier": "^2.0.5",
@ -148,7 +148,7 @@
"remark-lint": "^8.0.0",
"remark-lint-list-item-indent": "^2.0.1",
"remark-preset-lint-recommended": "^5.0.0",
"superagent": "^7.1.1",
"superagent": "^10.2.1",
"ts-node": "^10.8.1",
"typedoc": "^0.22.11",
"typescript": "^4.3.5",