express-api-common
Advanced tools
Comparing version 4.1.4 to 4.1.5
{ | ||
"name": "express-api-common", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "express api configured with logging, healthcheck, prometheus metrics, and other things I commonly use", | ||
@@ -26,8 +26,8 @@ "scripts": { | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"debug": "^4.0.1", | ||
"express": "^4.16.2", | ||
"express-prom-bundle": "^5.1.0", | ||
"express-servicebus": "^1.0.1", | ||
"prom-client": "^11.2.1" | ||
"body-parser": "^1.19.0", | ||
"debug": "^4.1.1", | ||
"express": "^4.17.1", | ||
"express-prom-bundle": "^6.0.0", | ||
"express-servicebus": "^1.0.2", | ||
"prom-client": "^12.0.0" | ||
}, | ||
@@ -37,21 +37,19 @@ "devDependencies": { | ||
"babel-core": "6.26.3", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "24.5.0", | ||
"babel-plugin-module-resolver": "3.2.0", | ||
"babel-eslint": "10.1.0", | ||
"babel-jest": "26.0.1", | ||
"babel-plugin-module-resolver": "4.0.0", | ||
"babel-plugin-transform-object-rest-spread": "6.26.0", | ||
"babel-preset-env": "1.7.0", | ||
"babel-register": "6.26.0", | ||
"commitizen": "3.0.7", | ||
"cz-conventional-changelog": "2.1.0", | ||
"eslint": "5.15.3", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.16.0", | ||
"eslint-plugin-node": "8.0.1", | ||
"eslint-plugin-promise": "4.0.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"husky": "1.3.1", | ||
"jest": "24.5.0", | ||
"regenerator-runtime": "0.13.2", | ||
"semantic-release": "15.13.3", | ||
"travis-deploy-once": "5.0.11" | ||
"commitizen": "4.1.2", | ||
"cz-conventional-changelog": "3.2.0", | ||
"eslint": "7.0.0", | ||
"eslint-config-standard": "14.1.1", | ||
"eslint-plugin-import": "2.20.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | ||
"husky": "4.2.5", | ||
"jest": "26.0.1", | ||
"regenerator-runtime": "0.13.5" | ||
}, | ||
@@ -58,0 +56,0 @@ "license": "ISC", |
19
6542
+ Addedexpress-prom-bundle@6.6.0(transitive)
+ Addedprom-client@12.0.0(transitive)
- Removedexpress-prom-bundle@5.1.5(transitive)
- Removedprom-client@11.5.3(transitive)
Updatedbody-parser@^1.19.0
Updateddebug@^4.1.1
Updatedexpress@^4.17.1
Updatedexpress-prom-bundle@^6.0.0
Updatedexpress-servicebus@^1.0.2
Updatedprom-client@^12.0.0