This commit is contained in:
Kayla Washburn 2018-03-02 17:13:55 +00:00 committed by GitHub
commit 7d755fac4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{
"name": "chalk",
"version": "2.3.1",
"version": "2.3.2",
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",
@ -41,7 +41,7 @@
"text"
],
"dependencies": {
"ansi-styles": "^3.2.0",
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.2.0"
},