Describe the bug
Packages that are required only for development are specified as dependencies, not dev-dependencies.
Thereby, the users of this package are receiving false vulnerability alerts.
To Reproduce
Steps to reproduce the behavior:
- Install this package on your repository
- Enable depentabot on npm packages
- Receive vulnerability alert for some package ( like
onchange )
- In this repository,
onchange is used for only development.
- so actually this alert is no need to deal with
Expected behavior
Reinstall packages for only development as dev-dependencies.
There are 4 packages
prettier
eslint-config-prettier
eslint-plugin-prettier
onchange
Screenshots
No
Desktop (please complete the following information):
No
Smartphone (please complete the following information):
No
Additional context
No
Describe the bug
Packages that are required only for development are specified as dependencies, not dev-dependencies.
Thereby, the users of this package are receiving false vulnerability alerts.
To Reproduce
Steps to reproduce the behavior:
onchange)onchangeis used for only development.Expected behavior
Reinstall packages for only development as dev-dependencies.
There are 4 packages
prettiereslint-config-prettiereslint-plugin-prettieronchangeScreenshots
No
Desktop (please complete the following information):
No
Smartphone (please complete the following information):
No
Additional context
No