Update helmet and compression

Alternative to https://github.com/w33ble/customer-manager-vue-demo/pull/4

Both older versions had a ReDoS vulnerable version of debug.
This commit is contained in:
Joe Fleming
2017-09-27 08:57:21 -07:00
committed by GitHub
parent 29c2b69b72
commit 780a8ca101

View File

@@ -11,9 +11,9 @@
"start": "NODE_ENV=production node ."
},
"dependencies": {
"compression": "^1.0.3",
"compression": "^1.7.1",
"cors": "^2.5.2",
"helmet": "^3.6.1",
"helmet": "^3.8.2",
"isarray": "~1.0.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",