stubborn-ws
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,8 @@ | ||
## [5.0.2](https://github.com/ybonnefond/stubborn/compare/v5.0.1...v5.0.2) (2020-06-23) | ||
### Automatic Dependencies Upgrade | ||
* bump chalk from 3.0.0 to 4.1.0 ([c40f8a5](https://github.com/ybonnefond/stubborn/commit/c40f8a5cdfb3011a13df997a0f7f5d54be4a12a5)) | ||
## [5.0.1](https://github.com/ybonnefond/stubborn/compare/v5.0.0...v5.0.1) (2020-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "stubborn-ws", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Web server to mock external HTTP APIs in tests", | ||
@@ -70,3 +70,3 @@ "types": "dist/index.d.ts", | ||
"body-parser": "^1.19.0", | ||
"chalk": "^3.0.0", | ||
"chalk": "^4.1.0", | ||
"content-type": "^1.0.4", | ||
@@ -73,0 +73,0 @@ "lodash": "^4.17.15" |
176755
+ Addedchalk@4.1.2(transitive)
- Removedchalk@3.0.0(transitive)
Updatedchalk@^4.1.0