request-promise-middleware-framework
Advanced tools
Comparing version
@@ -9,2 +9,6 @@ # Changelog | ||
## [3.0.6] - 2019-12-10 | ||
### Fixed | ||
- Fixed security vulnerabilities. | ||
## [3.0] - 2019-03-15 | ||
@@ -11,0 +15,0 @@ ### Fixed |
{ | ||
"name": "request-promise-middleware-framework", | ||
"version": "3.0.4", | ||
"version": "3.0.6", | ||
"description": "A framework to intercept HTTP calls made via the request-promise HTTP client.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -392,5 +392,5 @@ { | ||
"lodash": { | ||
"version": "4.17.11", | ||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", | ||
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" | ||
"version": "4.17.13", | ||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", | ||
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" | ||
}, | ||
@@ -397,0 +397,0 @@ "lodash.assign": { |
@@ -13,3 +13,3 @@ { | ||
"express": "^4.16.4", | ||
"lodash": "^4.17.11", | ||
"lodash": "^4.17.13", | ||
"request": "^2.88.0", | ||
@@ -16,0 +16,0 @@ "request-promise": "^4.2.4", |
Sorry, the diff of this file is not supported yet
57221
0.12%