[@wordpress/script]jest-dev-server has some severity vulnerabilities #56069
Labels
[Status] In Progress
Tracking issues with work in progress
[Tool] WP Scripts
/packages/scripts
[Type] Bug
An existing feature does not function as intended
[Type] Security
Related to security concerns or efforts
Description
The "npm audit" just said severity vulnerabilities:
axios 0.8.1 - 1.5.1
Severity: moderate
Axios Cross-Site Request Forgery Vulnerability - GHSA-wf5p-g6vw-rhxx
fix available via
npm audit fix --force
Will install @wordpress/[email protected], which is a breaking change
node_modules/axios
wait-on >=5.0.0-rc.0
Depends on vulnerable versions of axios
node_modules/wait-on
jest-dev-server >=5.0.0
Depends on vulnerable versions of wait-on
node_modules/jest-dev-server
@wordpress/scripts >=18.1.0
Depends on vulnerable versions of jest-dev-server
node_modules/@wordpress/scripts
4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Step-by-step reproduction instructions
Delete the "node_modules" folder and "package-lock.json".
Next, execute "ncu", "ncu -u", "npm install --force", and "npm audit" in order.
Screenshots, screen recording, code snippet
Environment info
System:
Binaries:
npmPackages:
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
No
The text was updated successfully, but these errors were encountered: