-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 2 vulnerabilities #92
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -48,8 +48,8 @@ | |||||
| "classnames": "^2.2.6", | ||||||
| "decimal.js": "^10.2.0", | ||||||
| "lodash-es": "^4.17.15", | ||||||
| "npm": "^6.11.3", | ||||||
| "nuxt": "^2.9.2", | ||||||
| "npm": "^7.21.0", | ||||||
| "nuxt": "^3.0.0", | ||||||
|
||||||
| "nuxt": "^3.0.0", | |
| "nuxt": "^2.18.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The npm package should not be included as a runtime dependency. npm is the package manager itself and is installed globally on the system. Having it as a dependency is unnecessary and can cause conflicts or confusion. If the intention is to ensure a minimum npm version is used, this should be specified in the "engines" field of package.json instead.