mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-29 15:42:18 +00:00
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for cblanc/sws_gathers: https://snyk.io/test/github/cblanc/sws_gathers
This commit is contained in:
parent
a029ea1979
commit
1694c2e4a1
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
"homepage": "https://github.com/cblanc/sws_gathers",
|
||||
"dependencies": {
|
||||
"async": "~1.4.0",
|
||||
"babel": "~5.8.21",
|
||||
"babel": "~6.0.0",
|
||||
"babel-brunch": "~6.0.0",
|
||||
"babel-preset-es2015": "~6.3.13",
|
||||
"babel-preset-react": "~6.3.13",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"javascript-brunch": ">= 1.0 < 1.8",
|
||||
"javascript-state-machine": "~2.3.5",
|
||||
"jquery": "~2.2.0",
|
||||
"lodash": "~4.0.0",
|
||||
"lodash": "~4.17.5",
|
||||
"moment": "~2.11.2",
|
||||
"mongoose": "~4.4.6",
|
||||
"morgan": "~1.6.1",
|
||||
|
|
Loading…
Reference in a new issue