-
Notifications
You must be signed in to change notification settings - Fork 361
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
change: [M3-8383] - Packages updates and resolution for braces vulnerability #10830
Conversation
@@ -47,6 +47,7 @@ | |||
"docs": "bunx [email protected] dev docs" | |||
}, | |||
"resolutions": { | |||
"braces": "^3.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the resolution is needed because cypress-vite
(latest) still requires a version of chokidar that itself still requires braces 3.0.2
. I don't think there's a better way to do it for now.
@@ -50,7 +50,7 @@ | |||
"eslint-plugin-sonarjs": "^0.5.0", | |||
"lint-staged": "^13.2.2", | |||
"prettier": "~2.2.1", | |||
"tsup": "^7.2.0" | |||
"tsup": "^8.2.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tsup
and lint-staged
are bumped to consolidate other dependencies around this update and avoid more resolution declarations. No regression noticed.
…kage vulnerability
Coverage Report: ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📦🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @abailly-akamai!
Description 📝
Updating packages to resolve this
braces
vulnerability.See self review for extra details about the version bumps.
Changes 🔄
braces
resolutionHow to test 🧪
Verification steps
As an Author I have considered 🤔
Check all that apply