Comparing version 1.0.4 to 1.0.5
module.exports = { | ||
clearMocks: true, | ||
collectCoverage: true, | ||
coverageDirectory: 'coverage' | ||
coverageDirectory: 'coverage', | ||
} |
{ | ||
"name": "episodic", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "An opinionated CLI tool to automatically rename TV show releases", | ||
@@ -33,3 +33,3 @@ "author": "Rafael Bardini", | ||
"chalk": "^4.1.0", | ||
"commander": "^7.2.0", | ||
"commander": "^8.3.0", | ||
"imdb-api": "^4.4.0", | ||
@@ -44,9 +44,12 @@ "inquirer": "^8.1.0", | ||
"eslint-config-standard": "16.0.3", | ||
"eslint-plugin-import": "2.23.4", | ||
"eslint-plugin-import": "2.25.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "5.1.0", | ||
"jest": "27.0.5", | ||
"prettier": "2.3.1", | ||
"eslint-plugin-promise": "5.1.1", | ||
"jest": "27.3.1", | ||
"prettier": "2.4.1", | ||
"strip-ansi": "6.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=12" | ||
} | ||
} |
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
1505003
+ Addedcommander@8.3.0(transitive)
- Removedcommander@7.2.0(transitive)
Updatedcommander@^8.3.0