Skip to content
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

NPM package.json not updated #40

Closed
enricoromeo opened this issue Jun 23, 2023 · 1 comment
Closed

NPM package.json not updated #40

enricoromeo opened this issue Jun 23, 2023 · 1 comment

Comments

@enricoromeo
Copy link

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"
},

@sindresorhus
Copy link
Owner

Duplicate of #39

@sindresorhus sindresorhus marked this as a duplicate of #39 Jun 23, 2023
@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants