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
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
The text was updated successfully, but these errors were encountered:
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
)onchange
is used for only development.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
The text was updated successfully, but these errors were encountered: