@mocks-server/core
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -29,2 +29,6 @@ # Change Log | ||
## [1.4.7] - 2020-06-14 | ||
### Changed | ||
- chore(deps): Update dependencies | ||
## [1.4.6] - 2020-04-10 | ||
@@ -31,0 +35,0 @@ ### Changed |
{ | ||
"name": "@mocks-server/core", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "Pluggable mock server supporting multiple api behaviors", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "eslint index.js src test jest.config.js jest.acceptance.config.js", | ||
"lint": "eslint *.js src test", | ||
"lint-staged": "lint-staged", | ||
@@ -46,10 +46,10 @@ "test": "jest", | ||
"@hapi/boom": "9.1.0", | ||
"commander": "5.0.0", | ||
"commander": "5.1.0", | ||
"cors": "2.8.5", | ||
"express": "4.17.1", | ||
"express-request-id": "1.4.1", | ||
"fs-extra": "9.0.0", | ||
"fs-extra": "9.0.1", | ||
"lodash": "4.17.15", | ||
"md5": "2.2.1", | ||
"node-watch": "0.6.3", | ||
"node-watch": "0.6.4", | ||
"require-all": "3.0.0", | ||
@@ -61,10 +61,10 @@ "route-parser": "0.0.5", | ||
"coveralls": "3.0.9", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.1", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"eslint": "7.2.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"husky": "4.2.5", | ||
"is-promise": "2.1.0", | ||
"jest": "25.3.0", | ||
"lint-staged": "10.1.3", | ||
"prettier": "2.0.4", | ||
"is-promise": "4.0.0", | ||
"jest": "26.0.1", | ||
"lint-staged": "10.2.10", | ||
"prettier": "2.0.5", | ||
"request": "2.88.2", | ||
@@ -79,5 +79,3 @@ "request-promise": "4.2.5", | ||
"test/**/*.js": "eslint", | ||
"index.js": "eslint", | ||
"jest.config.js": "eslint", | ||
"jest.acceptance.config.js": "eslint" | ||
"*.js": "eslint" | ||
}, | ||
@@ -90,4 +88,4 @@ "husky": { | ||
"engines": { | ||
"node": "10.x || 12.x || 13.x" | ||
"node": "12.x || 14.x" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86865
+ Addedcommander@5.1.0(transitive)
+ Addedfs-extra@9.0.1(transitive)
+ Addednode-watch@0.6.4(transitive)
- Removedcommander@5.0.0(transitive)
- Removedfs-extra@9.0.0(transitive)
- Removednode-watch@0.6.3(transitive)
Updatedcommander@5.1.0
Updatedfs-extra@9.0.1
Updatednode-watch@0.6.4