-
Notifications
You must be signed in to change notification settings - Fork 9
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
AX-4551: Incomplete List of Disallowed Inputs in @babel/traverse #58
Conversation
@audiocipher - looking good from a first pass! One thing that comes to mind:
|
Unfortunately due to rebuilding |
@nabeelz7 @ross-tew-expel In my latest commit I tried only bumping the transitive dependency |
This reverts commit 016e42a.
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 for the additional research, AJ - sounds like this is the best path forward
This PR is to resolve the critical snyk vulnerability
@babel/traverse Incomplete List of Disallowed Inputs
.This vulnerability was introduced through
[email protected], [email protected]
and resolved by upgrading to@babel/[email protected]
.*Note: upgrading to
@babel/[email protected]
caused errors due to an incompatibility between ember-auto-import and webpack, so an additional change was made to resolve this in ember-cli-build.js.