Skip to content

Commit

Permalink
[Deps] pin cli-table; update string.prototype.trim
Browse files Browse the repository at this point in the history
See Automattic/cli-table#160 for the breaking change that necessitates pinning `cli-table`
  • Loading branch information
ljharb committed Dec 6, 2021
1 parent b3bd23a commit 68abf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
],
"dependencies": {
"chalk": "^2.4.2",
"cli-table": "^0.3.5",
"cli-table": "=0.3.6",
"for-each": "^0.3.3",
"json-file-plus": "^3.3.1",
"object.assign": "^4.1.2",
"promise": "^8.1.0",
"semver": "^5.7.1",
"string.prototype.trim": "^1.2.3",
"string.prototype.trim": "^1.2.5",
"yargs": "^10.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 68abf80

Please sign in to comment.