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:
parent
f93f896002
commit
bbfda17526
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue