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
decap-cms-app currently has a vulnerable dependency - "trim" For now I am overriding it in package.json:
"overrides": { "trim": "1.0.1" },
But it looks like decap is working to fix the issue: decaporg/decap-cms#6513 Once they fix the issue we'll probably want to remove the override.
The text was updated successfully, but these errors were encountered:
Turns out we don't need to install decap with npm in order to use local server, so this is now not necessary. Using the CDN instead.
Sorry, something went wrong.
No branches or pull requests
decap-cms-app currently has a vulnerable dependency - "trim"
For now I am overriding it in package.json:
But it looks like decap is working to fix the issue: decaporg/decap-cms#6513
Once they fix the issue we'll probably want to remove the override.
The text was updated successfully, but these errors were encountered: