Update dependencies to mitigate vulnerable libraries identified by Snyk.

This commit is contained in:
Tai Dickerson 2017-10-13 16:27:20 -04:00
parent f19c5d1049
commit c7405195af
3 changed files with 2238 additions and 93 deletions

4
.snyk Normal file
View File

@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
ignore: {}
patch: {}

2310
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,20 +14,21 @@
},
"main": "haste",
"dependencies": {
"busboy": "0.2.4",
"connect": "^3.6.5",
"connect-ratelimit": "0.0.7",
"connect-route": "0.1.5",
"connect": "3.4.1",
"st": "1.1.0",
"winston": "0.6.2",
"redis-url": "0.1.0",
"pg": "^4.5.7",
"redis": "0.8.1",
"uglify-js": "1.3.3",
"busboy": "0.2.4",
"pg": "4.1.1"
"redis-url": "0.1.0",
"st": "^1.2.1",
"uglify-js": "^2.6.0",
"winston": "^0.8.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
"should": "*",
"snyk": "^1.34.4"
},
"bundledDependencies": [],
"engines": {