Merge pull request #28 from Trivernis/renovate/express-4.x

Update dependency express to v4.17.1
pull/29/head
Trivernis 6 years ago committed by GitHub
commit 5a16fd4f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
package-lock.json generated

@ -1669,9 +1669,9 @@
} }
}, },
"express": { "express": {
"version": "4.17.0", "version": "4.17.1",
"resolved": "https://registry.npmjs.org/express/-/express-4.17.0.tgz", "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
"integrity": "sha512-1Z7/t3Z5ZnBG252gKUPyItc4xdeaA0X934ca2ewckAsVsw9EG71i++ZHZPYnus8g/s5Bty8IMpSVEuRkmwwPRQ==", "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
"requires": { "requires": {
"accepts": "~1.3.7", "accepts": "~1.3.7",
"array-flatten": "1.1.1", "array-flatten": "1.1.1",

@ -10,7 +10,7 @@
"connect-pg-simple": "5.0.0", "connect-pg-simple": "5.0.0",
"cookie-parser": "1.4.4", "cookie-parser": "1.4.4",
"debug": "4.1.1", "debug": "4.1.1",
"express": "4.17.0", "express": "4.17.1",
"express-compile-sass": "latest", "express-compile-sass": "latest",
"express-graphql": "0.8.0", "express-graphql": "0.8.0",
"express-minify": "^1.0.0", "express-minify": "^1.0.0",

Loading…
Cancel
Save