-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Run npm audit fix to get rid of vulnerabilities #13876
Conversation
I'm also looking whether we should update |
To this point, we updated the one instance of
|
I updated all instances of See cb965b4 |
|
It was already bumped in core according to linked file from trunk.
I don't know. There are no breaking changes introduced. We should finally clarify what minor version bump of dependency means in the context of the changelog. |
@@ -21,7 +21,7 @@ | |||
"module": "build-module/index.js", | |||
"react-native": "src/index", | |||
"dependencies": { | |||
"@babel/runtime": "^7.0.0" | |||
"@babel/runtime": "^7.3.1" |
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
* Run npm audit fix to get rid of vulnerabilities * Bump all Babel packages to the latest version * Update lodash version in PHP file
* Run npm audit fix to get rid of vulnerabilities * Bump all Babel packages to the latest version * Update lodash version in PHP file
Before
After