-
Notifications
You must be signed in to change notification settings - Fork 137
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
security: update dev packages #2023
Conversation
Updated packages so we could fix the security vulnurability for nesbot/carbon We needed to updated the dev dependency for lucatume/wp-browser to version 4 and we also had to update the codeception packages too.
🦋 Changeset detectedLatest commit: b8bbfe9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 Next.js Bundle Analysis for @faustwp/getting-started-exampleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
}, | ||
"require-dev": { | ||
"doctrine/dbal": "^4.0.0", | ||
"nesbot/carbon": "^2.71.0 || ^3.0.0", |
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.
Security fix. This needed to be at least 2.71.6 which is why the bot couldn't update cc @theodesp
Updated packages so we could fix the security vulnurability for nesbot/carbon
We needed to updated the dev dependency for lucatume/wp-browser to version 4 and we also had to update the codeception packages too.
Tasks
Description
Fixes security vulnerability for https://github.com/wpengine/faustjs/security/dependabot/229
It updates the lucatume/wp-browser to remove nesbot/carbon as it needed to be at least version 2.7.6 - https://github.com/wpengine/faustjs/pull/2023/files#diff-52ed4176df556392b4f72b1d0300a7a75d59103da85b7d37b1fa9c849f2f82acL383
I also sorted the packages
Related Issue(s):
Testing
Screenshots
Documentation Changes
Dependant PRs