mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Upgrade semver to address CVE-2022-25883 (#6689)
* 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
This commit is contained in:
committed by
GitHub
parent
486d16bcdb
commit
9daf944ba5
2
.github/scripts/package.json
vendored
2
.github/scripts/package.json
vendored
@@ -3,7 +3,7 @@
|
||||
"add-stream": "^1.0.0",
|
||||
"conventional-changelog": "^4.0.0",
|
||||
"glob": "^10.3.0",
|
||||
"semver": "^7.5.2",
|
||||
"semver": "^7.5.4",
|
||||
"tempfile": "^5.0.0",
|
||||
"typescript": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user