Comparing version 4.0.1 to 4.0.2
@@ -8,2 +8,10 @@ # Changelog | ||
## [4.0.2] - 2020-08-18 | ||
### Updated | ||
- uuid 8.1.0 -> 8.3.0 | ||
- typescript 3.9.5 -> 3.9.7 | ||
- eslint ecmaVersion 2020 | ||
## [4.0.1] - 2020-07-18 | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "gzipper", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "CLI for compressing files.", | ||
@@ -39,14 +39,14 @@ "main": "index.js", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.0.13", | ||
"@types/semver": "^7.2.0", | ||
"@types/node": "^14.6.0", | ||
"@types/semver": "^7.3.3", | ||
"@types/sinon": "^9.0.4", | ||
"@types/uuid": "^8.0.0", | ||
"@typescript-eslint/eslint-plugin": "^3.1.0", | ||
"@typescript-eslint/parser": "^3.1.0", | ||
"codecov": "^3.7.0", | ||
"@types/uuid": "^8.3.0", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"codecov": "^3.7.2", | ||
"copyfiles": "^2.3.0", | ||
"cross-env": "^7.0.2", | ||
"eslint": "^7.2.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"mocha": "^7.2.0", | ||
@@ -57,6 +57,6 @@ "nyc": "^15.1.0", | ||
"semver": "^7.3.2", | ||
"sinon": "^9.0.2", | ||
"sinon": "^9.0.3", | ||
"source-map-support": "^0.5.19", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -69,4 +69,4 @@ "engines": { | ||
"deep-equal": "^2.0.3", | ||
"uuid": "^8.1.0" | ||
"uuid": "^8.3.0" | ||
} | ||
} |
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
181630
Updateduuid@^8.3.0