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
Debug Log as shown here:
│ high │ Server-Side Request Forgery │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ axios │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=0.21.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ arweave-bundles │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ arweave-bundles > arweave > axios │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/1594 │
Can update the package.json and yarn.lock file with.
package.json
yarn.lock
yarn add axios
And then republish as a new npm version.
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Debug Log as shown here:
Solution
Can update the
package.json
andyarn.lock
file with.And then republish as a new
npm
version.The text was updated successfully, but these errors were encountered: