hmpo-form-wizard
Advanced tools
Comparing version 11.0.1 to 11.0.2
{ | ||
"name": "hmpo-form-wizard", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Routing and request handling for a multi-step form processes", | ||
@@ -26,4 +26,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"csrf": "^3.0.2", | ||
"body-parser": "^1.19.0", | ||
"csrf": "^3.1.0", | ||
"debug": "^4.1.1", | ||
@@ -41,11 +41,11 @@ "deep-clone-merge": "^1.3.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.13.0", | ||
"express": "^4.16.1", | ||
"eslint": "^5.16.0", | ||
"express": "^4.17.1", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^5.0.4", | ||
"mocha": "^6.1.4", | ||
"proxyquire": "^2.0.0", | ||
"reqres": "^2.0.0", | ||
"sinon": "^7.2.3", | ||
"sinon": "^7.3.2", | ||
"sinon-chai": "^3.0.0" | ||
} | ||
} |
+ Addedarray-flatten@3.0.0(transitive)
+ Addedbody-parser@2.0.2(transitive)
+ Addeddebug@3.1.0(transitive)
+ Addedrouter@2.0.0(transitive)
- Removedbody-parser@2.1.0(transitive)
- Removedqs@6.14.0(transitive)
- Removedrouter@2.1.0(transitive)
Updatedbody-parser@^1.19.0
Updatedcsrf@^3.1.0