Comparing version 5.0.2 to 5.0.3
@@ -5,2 +5,10 @@ # Changelog | ||
### [5.0.3](https://github.com/zemirco/json2csv/compare/v5.0.2...v5.0.3) (2020-09-24) | ||
### Bug Fixes | ||
* audit dependencies fix ([d6d0fc7](https://github.com/zemirco/json2csv/commit/d6d0fc78128e01e021414aaf52a65cbcd09a1225)) | ||
* update commander dep ([322e568](https://github.com/zemirco/json2csv/commit/322e568793ec4a64f43ec2ac82c9886177bcc4ed)) | ||
### [5.0.2](https://github.com/zemirco/json2csv/compare/v5.0.1...v5.0.2) (2020-09-24) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "json2csv", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Convert JSON to CSV", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"commander": "^5.0.0", | ||
"commander": "^6.1.0", | ||
"jsonparse": "^1.3.1", | ||
@@ -46,0 +46,0 @@ "lodash.get": "^4.4.2" |
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
377053
+ Addedcommander@6.2.1(transitive)
- Removedcommander@5.1.0(transitive)
Updatedcommander@^6.1.0