You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the semver dependency on the package.json from npm is ver 6.0.0 (moderate severity vulnerability) instead of 7.3.2
"dependencies": {
"semver": "^6.0.0"
},
The correct version should be this one (from GitHub):
"dependencies": {
"semver": "^7.3.2"
},
The text was updated successfully, but these errors were encountered:
It seems the semver dependency on the package.json from npm is ver 6.0.0 (moderate severity vulnerability) instead of 7.3.2
"dependencies": {
"semver": "^6.0.0"
},
The correct version should be this one (from GitHub):
"dependencies": {
"semver": "^7.3.2"
},
The text was updated successfully, but these errors were encountered: