-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
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
Impossible to update braces to ^3.0.3 #6739
Comments
cc @sarahetter |
I have the same issue. I tried removing the CLI including manually removing Netlify CLI from modules and package.json to reinstall and the problem just comes back. |
@DavidWaters-AP it's because Netlify use |
Closing as resolved for braces (has been updated) and as duplicate topic for #6731 |
Describe the bug
On my local machine
After running
npm audit
andnpm audit fix
I get the warning:When checking the braces package in
node_modules/netlify-cli/node_modules/
, I see it's version's 3.0.2On GitHub
Also trying to solve the issue through Dependabot throws an error:
Steps to reproduce
npm install netlify-cli --save-dev
npm update
Configuration
[[redirects]]
from = "/es/*"
to = "/es/404.html"
status = 404
[[redirects]]
from = "/*"
to = "/404.html"
status = 404
Environment
Had to use
npx node_modules/netlify-cli/node_modules/envinfo --system --binaries --npmPackages netlify-cli --npmGlobalPackages netlify-cli
Here's the content of the package.json:
The text was updated successfully, but these errors were encountered: