We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently axios is required at ^0.18.0.
axios
^0.18.0
gulp-reporter/package.json
Line 9 in 80560d8
However, there is a current high-severity advisory for axios:
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ high │ Server-Side Request Forgery │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ axios │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=0.21.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ eclint │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ eclint > gulp-reporter > axios │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/1594 │ └───────────────┴──────────────────────────────────────────────────────────────┘
Please update the axios dependency to >=0.21.1 (or more specifically, ^0.21.1).
>=0.21.1
^0.21.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
axios
is required at^0.18.0
.gulp-reporter/package.json
Line 9 in 80560d8
However, there is a current high-severity advisory for
axios
:Please update the
axios
dependency to>=0.21.1
(or more specifically,^0.21.1
).The text was updated successfully, but these errors were encountered: