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
It has been fixed in [email protected] and I understand that I can override this with resolutions in my package.json, but seeing this much strictness in network-viewer's package.json makes me believe that it wasn't meant to be upgraded?
At the very least, it tells me that network-viewer hasn't been tested with [email protected], so even if I override it via resolutions, I don't have enough confidence that I won't break anything, besides the following warning:
[email protected]
(the latest version at the time of writing this issue) depends on a specific version ofaxios
without^
or~
markers:https://github.com/saucelabs/network-viewer/blob/2.4.4/package.json#L47
[email protected]
has a known vulnerability: Axios Cross-Site Request Forgery VulnerabilityIt has been fixed in
[email protected]
and I understand that I can override this withresolutions
in mypackage.json
, but seeing this much strictness innetwork-viewer
'spackage.json
makes me believe that it wasn't meant to be upgraded?At the very least, it tells me that
network-viewer
hasn't been tested with[email protected]
, so even if I override it viaresolutions
, I don't have enough confidence that I won't break anything, besides the following warning:Minimal project to reproduce the audit report:
Output:
Same things in npm:
Specifications
The text was updated successfully, but these errors were encountered: