Skip to content

Commit 25a14af

Browse files
Migrate to DABH's fork of colors (#469)
1 parent ea983ba commit 25a14af

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"babel-eslint": "^10.0.1",
5555
"babel-loader": "^8.0.5",
5656
"chai": "^4.2.0",
57-
"colors": "^1.3.3",
57+
"@colors/colors": "^1.3.3",
5858
"eslint": "^5.12.0",
5959
"grunt": "^1.0.3",
6060
"grunt-babel": "^8.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,11 @@
945945
"@babel/helper-validator-identifier" "^7.22.20"
946946
to-fast-properties "^2.0.0"
947947

948+
"@colors/colors@^1.3.3":
949+
version "1.6.0"
950+
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.6.0.tgz#ec6cd237440700bc23ca23087f513c75508958b0"
951+
integrity sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==
952+
948953
"@jridgewell/gen-mapping@^0.3.2":
949954
version "0.3.3"
950955
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
@@ -2371,7 +2376,7 @@ color-name@~1.1.4:
23712376
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
23722377
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
23732378

2374-
colors@1.4.0, colors@^1.3.3:
2379+
colors@1.4.0:
23752380
version "1.4.0"
23762381
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
23772382
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==

0 commit comments

Comments
 (0)