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
Getting this error when running npm install; npm audit:
# npm audit report
axios >=1.3.2
Severity: high
Server-Side Request Forgery in axios - https://github.com/advisories/GHSA-8hc4-vh64-cxmj
fix available via `npm audit fix --force`
Will install axios@1.3.1, which is a breaking change
node_modules/axios
@reportportal/client-javascript >=5.1.0
Depends on vulnerable versions of axios
node_modules/@reportportal/client-javascript
@reportportal/agent-js-playwright >=5.1.7
Depends on vulnerable versions of @reportportal/client-javascript
node_modules/@reportportal/agent-js-playwright
3 high severity vulnerabilities
The text was updated successfully, but these errors were encountered:
Versions I'm using in my package json:
Getting this error when running
npm install; npm audit
:The text was updated successfully, but these errors were encountered: