hmpo-form-wizard
Advanced tools
Comparing version 11.5.0 to 11.5.1
{ | ||
"name": "hmpo-form-wizard", | ||
"version": "11.5.0", | ||
"version": "11.5.1", | ||
"description": "Routing and request handling for a multi-step form processes", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "npm run test:lint && npm run test:unit && npm run test:cover && npm audit", | ||
"test": "npm run test:lint && npm run test:unit && npm run test:cover && npm audit --production", | ||
"test:lint": "eslint .", | ||
@@ -29,5 +29,5 @@ "test:unit": "nyc --reporter=lcov --reporter=text-summary _mocha", | ||
"debug": "^4.1.1", | ||
"deep-clone-merge": "^1.5.0", | ||
"hmpo-model": "^3.0.0", | ||
"json5": "^2.1.1", | ||
"deep-clone-merge": "^1.5.1", | ||
"hmpo-model": "^3.0.1", | ||
"json5": "^2.1.2", | ||
"moment": "^2.17.1", | ||
@@ -43,8 +43,8 @@ "underscore": "^1.9.2" | ||
"express": "^4.17.1", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
"proxyquire": "^2.1.3", | ||
"reqres": "^3.0.1", | ||
"sinon": "^8.1.1", | ||
"sinon-chai": "^3.4.0" | ||
"sinon": "^9.0.1", | ||
"sinon-chai": "^3.5.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "nyc": { |
378108
Updateddeep-clone-merge@^1.5.1
Updatedhmpo-model@^3.0.1
Updatedjson5@^2.1.2