mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Bump color from 2.0.1 to 3.1.2
Bumps [color](https://github.com/Qix-/color) from 2.0.1 to 3.1.2. - [Release notes](https://github.com/Qix-/color/releases) - [Commits](https://github.com/Qix-/color/compare/2.0.1...3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c67eb9bab9
commit
b982b7e231
2 changed files with 5 additions and 5 deletions
|
|
@ -239,7 +239,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"args": "3.0.8",
|
"args": "3.0.8",
|
||||||
"chalk": "2.4.2",
|
"chalk": "2.4.2",
|
||||||
"color": "2.0.1",
|
"color": "3.1.2",
|
||||||
"columnify": "1.5.4",
|
"columnify": "1.5.4",
|
||||||
"css-loader": "3.2.0",
|
"css-loader": "3.2.0",
|
||||||
"got": "7.1.0",
|
"got": "7.1.0",
|
||||||
|
|
|
||||||
|
|
@ -2517,10 +2517,10 @@ color-string@^1.5.2:
|
||||||
color-name "^1.0.0"
|
color-name "^1.0.0"
|
||||||
simple-swizzle "^0.2.2"
|
simple-swizzle "^0.2.2"
|
||||||
|
|
||||||
color@2.0.1:
|
color@3.1.2:
|
||||||
version "2.0.1"
|
version "3.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/color/-/color-2.0.1.tgz#e4ed78a3c4603d0891eba5430b04b86314f4c839"
|
resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
|
||||||
integrity sha512-ubUCVVKfT7r2w2D3qtHakj8mbmKms+tThR8gI8zEYCbUBl8/voqFGt3kgBqGwXAopgXybnkuOq+qMYCRrp4cXw==
|
integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==
|
||||||
dependencies:
|
dependencies:
|
||||||
color-convert "^1.9.1"
|
color-convert "^1.9.1"
|
||||||
color-string "^1.5.2"
|
color-string "^1.5.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue