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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
This commit is contained in:
snyk-bot 2023-11-30 14:56:32 +00:00
parent f93f896002
commit bbfda17526
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
2 changed files with 2664 additions and 1353 deletions

4011
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -118,7 +118,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@cucumber/cucumber": "^8.0.0",
"@cucumber/cucumber": "^10.0.0",
"@types/chai": "^4.2.11",
"@types/cucumber": "^6.0.1",
"@types/got": "^9.6.11",
@ -144,13 +144,13 @@
"nock": "~12.0.3",
"nyc": "~15.0.0",
"prettier": "^2.0.5",
"remark-cli": "^10.0.0",
"remark-cli": "^12.0.0",
"remark-lint": "^8.0.0",
"remark-lint-list-item-indent": "^2.0.1",
"remark-preset-lint-recommended": "^5.0.0",
"superagent": "^7.1.1",
"ts-node": "^10.8.1",
"typedoc": "^0.22.11",
"typedoc": "^0.23.0",
"typescript": "^4.3.5",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"