mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
Bump color from 2.0.1 to 3.1.2 in /app
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
ae49f9aa85
commit
cc0a86d2a8
2 changed files with 5 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"repository": "zeit/hyper",
|
"repository": "zeit/hyper",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async-retry": "1.1.4",
|
"async-retry": "1.1.4",
|
||||||
"color": "2.0.1",
|
"color": "3.1.2",
|
||||||
"convert-css-color-name-to-hex": "0.1.1",
|
"convert-css-color-name-to-hex": "0.1.1",
|
||||||
"default-shell": "1.0.1",
|
"default-shell": "1.0.1",
|
||||||
"electron-store": "5.0.0",
|
"electron-store": "5.0.0",
|
||||||
|
|
|
||||||
|
|
@ -43,9 +43,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-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