Skip to content

Commit

Permalink
Upgrade to [email protected] to avoid false-positive vulnerability repor…
Browse files Browse the repository at this point in the history
…ts (#182)
  • Loading branch information
cronvel committed Jul 24, 2021
1 parent ab6f00f commit 028fbd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminal-kit",
"version": "1.49.3",
"version": "1.49.4",
"description": "256 colors, keys and mouse, input field, progress bars, screen buffer (including 32-bit composition and image loading), text buffer, and many more... Whether you just need colors and styles, build a simple interactive command line tool or a complexe terminal app: this is the absolute terminal lib for Node.js!",
"main": "lib/termkit.js",
"directories": {
Expand All @@ -17,9 +17,8 @@
"nextgen-events": "^1.3.4",
"seventh": "^0.7.40",
"string-kit": "^0.11.9",
"tree-kit": "^0.6.2"
"tree-kit": "^0.7.0"
},
"devDependencies": {},
"scripts": {
"test": "tea-time -R dot"
},
Expand Down

0 comments on commit 028fbd3

Please sign in to comment.