mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 06:10:58 +00:00
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bootstrap:20160627 - https://snyk.io/vuln/npm:concat-stream:20160901 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:extend:20180424 - https://snyk.io/vuln/npm:jquery:20150627 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:ms:20170412
This commit is contained in:
parent
efaa7ae94f
commit
a3b43ca766
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
"moment": "~2.11.2",
|
||||
"mongoose": "~4.4.6",
|
||||
"morgan": "~1.6.1",
|
||||
"newrelic": "~1.22.1",
|
||||
"newrelic": "~1.22.2",
|
||||
"perfect-scrollbar": "~0.6.10",
|
||||
"react": "~0.14.6",
|
||||
"react-autolink": "~0.2.1",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"socket.io-client": "~2.1.1",
|
||||
"steam": "~1.4.0",
|
||||
"steamidconvert": "~0.2.4",
|
||||
"toastr": "~2.1.2",
|
||||
"toastr": "~2.1.4",
|
||||
"uglify-js-brunch": ">= 2.0.1",
|
||||
"winston": "~1.0.1"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue