hunspell-reader
Advanced tools
Comparing version 5.19.7 to 5.20.0
{ | ||
"name": "hunspell-reader", | ||
"version": "5.19.7", | ||
"version": "5.20.0", | ||
"description": "A library for reading Hunspell Dictionary Files", | ||
@@ -43,11 +43,11 @@ "bin": "bin.js", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.23", | ||
"@types/node": "^17.0.31", | ||
"jest": "^27.5.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.6.3" | ||
"typescript": "^4.6.4" | ||
}, | ||
"dependencies": { | ||
"commander": "^9.1.0", | ||
"fs-extra": "^10.0.1", | ||
"commander": "^9.2.0", | ||
"fs-extra": "^10.1.0", | ||
"gensequence": "^3.1.1", | ||
@@ -59,3 +59,3 @@ "iconv-lite": "^0.6.3" | ||
}, | ||
"gitHead": "1d33cd1b61250f8c4c5c2c218ec43675614784ca" | ||
"gitHead": "626dd9068d625c2100dee6a3fef4dea95ae83376" | ||
} |
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
Updatedcommander@^9.2.0
Updatedfs-extra@^10.1.0