mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump color from 4.0.0 to 4.0.1
Bumps [color](https://github.com/Qix-/color) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/Qix-/color/releases) - [Commits](https://github.com/Qix-/color/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: color dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cb54c4fed3
commit
6309b352c0
2 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"dependencies": {
|
||||
"args": "5.0.1",
|
||||
"chalk": "4.1.2",
|
||||
"color": "4.0.0",
|
||||
"color": "4.0.1",
|
||||
"columnify": "1.5.4",
|
||||
"css-loader": "6.2.0",
|
||||
"got": "11.8.2",
|
||||
|
|
|
|||
|
|
@ -2374,10 +2374,10 @@ color-string@^1.6.0:
|
|||
color-name "^1.0.0"
|
||||
simple-swizzle "^0.2.2"
|
||||
|
||||
color@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.npmjs.org/color/-/color-4.0.0.tgz#7f0c89d3fcf04c45e20c81c7c24cd73314acac1f"
|
||||
integrity sha512-aVUOa5aYWJSimvei14J5rdxLeljG0EB/uXTovVaaSokW+D4MsAz3MrKsRNaKqPa2KL7Wfvh7PZyIIaaX4lYdzQ==
|
||||
color@4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.npmjs.org/color/-/color-4.0.1.tgz#21df44cd10245a91b1ccf5ba031609b0e10e7d67"
|
||||
integrity sha512-rpZjOKN5O7naJxkH2Rx1sZzzBgaiWECc6BYXjeCE6kF0kcASJYbUq02u7JqIHwCb/j3NhV+QhRL2683aICeGZA==
|
||||
dependencies:
|
||||
color-convert "^2.0.1"
|
||||
color-string "^1.6.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue