Skip to content

Update vulnerable dev dependencies #1

@anddoutoi

Description

@anddoutoi

Issue

I have identified two vulnerable devDependencies that probably can be bumped to the highest major within the current ^ semver range.

@babel/core

Screenshot 2023-03-03 at 22 52 22

https://devhub.checkmarx.com/cve-details/Cxc7705965-e0f0/

semantic-release

Screenshot 2023-03-03 at 22 52 40

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/core
  • npm view @babel/core versions
  • npm view semantic-release
  • npm view semantic-release versions

Fix:

  • npm install --save-dev @babel/[email protected]
  • npm install --save-dev semantic-release@???

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions