-
Notifications
You must be signed in to change notification settings - Fork 67
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
fixed project's vulnerabilities and updated outdated packages #8
base: master
Are you sure you want to change the base?
fixed project's vulnerabilities and updated outdated packages #8
Conversation
"@babel/core": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"@babel/register": "^7.4.0", | ||
"@babel/core": "^7.7.4", |
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.
These changes might help developers around the globe, installing latest packages.
package-lock.json
Outdated
"@babel/traverse": "^7.4.5", | ||
"@babel/types": "^7.4.4", | ||
"convert-source-map": "^1.1.0", | ||
"version": "7.7.4", |
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.
this files isn't needed to be pushed inside the repository. Please remove it.
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.
Please remove package-lock.json from this PR.
exclude package-lock.json
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 to go!
A number of packages relied on older versions of
lodash
andmixin-deep
, which resulted in 279 vulnerabilities. Rannpm audit fix
to solve this.Updated the following outdated packages: