Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "cdigit", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Collection of check digit algorithms implemented in JavaScript", | ||
@@ -72,12 +72,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"commander": "^7.2.0" | ||
"commander": "^8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.20.0", | ||
"@typescript-eslint/parser": "^4.20.0", | ||
"eslint": "^7.23.0", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.2.1", | ||
"@typescript-eslint/eslint-plugin": "^4.30.0", | ||
"@typescript-eslint/parser": "^4.30.0", | ||
"eslint": "^7.32.0", | ||
"mocha": "^9.1.1", | ||
"prettier": "^2.3.2", | ||
"tsutils": "^3.21.0", | ||
"typescript": "^4.2.3" | ||
"typescript": "^4.4.2" | ||
}, | ||
@@ -84,0 +84,0 @@ "prettier": { |
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
+ Addedcommander@8.3.0(transitive)
- Removedcommander@7.2.0(transitive)
Updatedcommander@^8.1.0