forked from alampros/react-confetti
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Issue
I have identified two vulnerable devDependencies that probably can be bumped to the highest major within the current ^ semver range.
@babel/core
https://devhub.checkmarx.com/cve-details/Cxc7705965-e0f0/
semantic-release
https://devhub.checkmarx.com/cve-details/CVE-2022-31051/
Suggestion
Find the highest published version that wouldn't break the current ^ semver and install that version. Useful commands:
Find out:
npm view @babel/corenpm view @babel/core versionsnpm view semantic-releasenpm view semantic-release versions
Fix:
npm install --save-dev @babel/[email protected]npm install --save-dev semantic-release@???
Reactions are currently unavailable

