-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security advice semver #2119
Security advice semver #2119
Comments
A lot of packages use I solved it temporally by: YARN
"resolutions": {
"**/semver": "^7.5.2"
}
yarn install
yarn audit NPM
"resolutions": {
"semver": "7.5.2"
}
npm i -D npm-force-resolutions
npx npm-force-resolutions
npm audit |
There are 3 moderate severity vulnerabilities otherwise ref: remy/nodemon#2119
you could also use (doesn't require "overrides": {
"semver": "7.5.2"
} |
…sion of semver. Solution: remy/nodemon#2119
A better approach: "overrides": {
"nodemon": {
"simple-update-notifier": {
"semver": "^7.5.2"
}
}
} |
Thanks, but this one doesnt fix the issue. Out of 3 moderate vulnerabilities it leaves 2. |
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
GHSA-c2qf-rxjj-qqgw
The text was updated successfully, but these errors were encountered: