-
Notifications
You must be signed in to change notification settings - Fork 5
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
Dependency security updates #76
Conversation
I tried
|
I removed
|
I manually fixed the line number in the
|
I removed |
I tested this with the Fed Search Demo D8 site, as well as ran the Cypress test. Seems like everything still works! |
@byrond this is working as expected. One thing that is odd is that it appears Github is no longer flagging those versions of Acorn and Minimist, but I see the previously flagged versions from their email and I have verified those are no longer in the lock file: |
The alerts were withdrawn: |
Since this cleans out packages that are not needed this is good cleanup even though the security alerts were withdrawn. |
I also confirmed Cypress tests run as expected. |
Updates the following dependencies in order to upgrade vulnerable versions of
acorn
andminimist
:Testing
yarn why acorn
yarn why minimist