mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-21 19:21:13 +00:00
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:fresh:20170908
This commit is contained in:
parent
a7da403571
commit
722e0247fa
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
"cors": "~2.7.1",
|
"cors": "~2.7.1",
|
||||||
"css-brunch": ">= 1.0 < 1.8",
|
"css-brunch": ">= 1.0 < 1.8",
|
||||||
"discord.js": "^11.1.0",
|
"discord.js": "^11.1.0",
|
||||||
"express": "~4.13.1",
|
"express": "~4.15.5",
|
||||||
"express-handlebars": "~2.0.1",
|
"express-handlebars": "~2.0.1",
|
||||||
"extend": "~3.0.0",
|
"extend": "~3.0.0",
|
||||||
"howler": "~1.1.28",
|
"howler": "~1.1.28",
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"react-dom": "~0.14.6",
|
"react-dom": "~0.14.6",
|
||||||
"react-emoji": "~0.4.1",
|
"react-emoji": "~0.4.1",
|
||||||
"request": "~2.82.0",
|
"request": "~2.82.0",
|
||||||
"serve-favicon": "~2.3.0",
|
"serve-favicon": "~2.4.5",
|
||||||
"socket.io": "~1.3.7",
|
"socket.io": "~1.3.7",
|
||||||
"socket.io-client": "~1.3.0",
|
"socket.io-client": "~1.3.0",
|
||||||
"steam": "~1.4.0",
|
"steam": "~1.4.0",
|
||||||
|
|
Loading…
Reference in a new issue