Update 'colors' package

On the off chance a problem in the older version caused #1763
This commit is contained in:
Dan Stillman 2019-12-23 04:58:50 -05:00
parent 12ccbf45c8
commit bfceb10e03
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2012,9 +2012,9 @@
"dev": true "dev": true
}, },
"colors": { "colors": {
"version": "1.1.2", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"dev": true "dev": true
}, },
"combine-source-map": { "combine-source-map": {

View file

@ -39,7 +39,7 @@
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"chokidar": "^2.1.2", "chokidar": "^2.1.2",
"co-mocha": "^1.2.1", "co-mocha": "^1.2.1",
"colors": "^1.1.2", "colors": "^1.4.0",
"eslint": "^5.14.1", "eslint": "^5.14.1",
"eslint-plugin-react": "^7.12.4", "eslint-plugin-react": "^7.12.4",
"fs-extra": "^3.0.1", "fs-extra": "^3.0.1",