-
-
Notifications
You must be signed in to change notification settings - Fork 69
Bump and audit dependencies with npm audit fix #47
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
Conversation
…bpack to v4 on example. chore(NA): declare dependencies for example on its own package.json.
Codecov Report
@@ Coverage Diff @@
## master #47 +/- ##
==========================================
+ Coverage 12.67% 17.14% +4.46%
==========================================
Files 7 7
Lines 355 350 -5
Branches 61 57 -4
==========================================
+ Hits 45 60 +15
+ Misses 272 259 -13
+ Partials 38 31 -7
Continue to review full report at Codecov.
|
alexander-akait
left a comment
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.
Good job, need rebase
|
@evilebottnawi rebase applied |
Small PR to bump the used dependencies for newer version and run
npm audit fixto ensure security standards.jestandbabel-jestare not bumped to the last version as they are not compatible withnode 4.8that we still support. Another PR to drop the support for node 4 is already opened #48CC\ @evilebottnawi