mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 21:19:43 -08:00
9daf944ba5
* fix(core): Upgrade semver to address CVE-2022-25883 [GH Advisory](https://github.com/advisories/GHSA-c2qf-rxjj-qqgw) * enforce the patched version of semver everywhere in the dev setup
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"dependencies": {
|
|
"add-stream": "^1.0.0",
|
|
"conventional-changelog": "^4.0.0",
|
|
"glob": "^10.3.0",
|
|
"semver": "^7.5.4",
|
|
"tempfile": "^5.0.0",
|
|
"typescript": "*"
|
|
}
|
|
}
|