mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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",
|
||||
"dependencies": {
|
||||
"async-retry": "1.1.4",
|
||||
"color": "2.0.1",
|
||||
"color": "3.1.2",
|
||||
"convert-css-color-name-to-hex": "0.1.1",
|
||||
"default-shell": "1.0.1",
|
||||
"electron-store": "5.0.0",
|
||||
|
|
|
|||
|
|
@ -43,9 +43,10 @@ color-string@^1.5.2:
|
|||
color-name "^1.0.0"
|
||||
simple-swizzle "^0.2.2"
|
||||
|
||||
color@2.0.1:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/color/-/color-2.0.1.tgz#e4ed78a3c4603d0891eba5430b04b86314f4c839"
|
||||
color@3.1.2:
|
||||
version "3.1.2"
|
||||
resolved "https://registry.yarnpkg.com/color/-/color-3.1.2.tgz#68148e7f85d41ad7649c5fa8c8106f098d229e10"
|
||||
integrity sha512-vXTJhHebByxZn3lDvDJYw4lR5+uB3vuoHsuYA5AKuxRVn5wzzIfQKGLBmgdVRHKTJYeK5rvJcHnrd0Li49CFpg==
|
||||
dependencies:
|
||||
color-convert "^1.9.1"
|
||||
color-string "^1.5.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue