Comparing version 9.0.0 to 9.1.0
@@ -14,5 +14,5 @@ "use strict"; | ||
const logSymbols = __importStar(require("log-symbols")); | ||
const chalk_1 = __importDefault(require("chalk")); | ||
const strip_ansi_1 = __importDefault(require("strip-ansi")); | ||
const text_table_1 = __importDefault(require("text-table")); | ||
const chalk_1 = __importDefault(require("chalk")); | ||
const os_1 = require("os"); | ||
@@ -19,0 +19,0 @@ const eol_1 = require("eol"); |
{ | ||
"name": "leasot", | ||
"description": "Parse and output TODOs and FIXMEs from comments in your files", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"author": "Gilad Peleg <gilad@giladpeleg.com> (https://www.giladpeleg.com)", | ||
@@ -12,4 +12,4 @@ "bin": { | ||
"async": "^3.1.0", | ||
"chalk": "^2.4.2", | ||
"commander": "^4.0.0", | ||
"chalk": "^3.0.0", | ||
"commander": "^4.0.1", | ||
"eol": "^0.9.1", | ||
@@ -21,3 +21,3 @@ "get-stdin": "^7.0.0", | ||
"log-symbols": "^3.0.0", | ||
"strip-ansi": "^5.2.0", | ||
"strip-ansi": "^6.0.0", | ||
"text-table": "^0.2.0" | ||
@@ -27,5 +27,5 @@ }, | ||
"@types/async": "^3.0.3", | ||
"@types/lodash": "^4.14.144", | ||
"@types/lodash": "^4.14.146", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.11.1", | ||
"@types/node": "^12.12.7", | ||
"@types/text-table": "^0.2.1", | ||
@@ -37,8 +37,8 @@ "gh-pages": "^2.1.1", | ||
"mocha": "^6.2.2", | ||
"prettier": "^1.18.2", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.0", | ||
"should": "^13.2.3", | ||
"ts-node": "^8.4.1", | ||
"ts-node": "^8.5.0", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.6.4" | ||
"typescript": "^3.7.2" | ||
}, | ||
@@ -45,0 +45,0 @@ "engines": { |
+ Added@types/node@22.13.1(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removed@types/node@22.13.0(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedstrip-ansi@5.2.0(transitive)
Updatedchalk@^3.0.0
Updatedcommander@^4.0.1
Updatedstrip-ansi@^6.0.0