Skip to content

Commit 76918f8

Browse files
fix(deps): update dependency color to v4.0.2 (#346)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 13c7171 commit 76918f8

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/lodash": "4.14.172",
5757
"@types/react-native": "0.65.5",
5858
"@uiw/icons": "2.5.3",
59-
"color": "4.0.1",
59+
"color": "4.0.2",
6060
"lodash": "4.17.21",
6161
"prop-types": "15.7.2",
6262
"react-native-gesture-handler": "1.10.3",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7546,13 +7546,21 @@ color-string@^1.6.0:
75467546
color-name "^1.0.0"
75477547
simple-swizzle "^0.2.2"
75487548

7549-
color@4.0.1:
7550-
version "4.0.1"
7551-
resolved "https://registry.yarnpkg.com/color/-/color-4.0.1.tgz#21df44cd10245a91b1ccf5ba031609b0e10e7d67"
7552-
integrity sha512-rpZjOKN5O7naJxkH2Rx1sZzzBgaiWECc6BYXjeCE6kF0kcASJYbUq02u7JqIHwCb/j3NhV+QhRL2683aICeGZA==
7549+
color-string@^1.7.4:
7550+
version "1.7.4"
7551+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.7.4.tgz#79a7bf242610a8aa1b5e2681f3bf6bcfa666245f"
7552+
integrity sha512-nVdUvPVgZMpRQad5dcsCMOSB5BXLljklTiaxS6ehhKxDsAI5sD7k5VmFuBt1y3Rlym8uulc/ANUN/bMWtBu6Sg==
7553+
dependencies:
7554+
color-name "^1.0.0"
7555+
simple-swizzle "^0.2.2"
7556+
7557+
color@4.0.2:
7558+
version "4.0.2"
7559+
resolved "https://registry.yarnpkg.com/color/-/color-4.0.2.tgz#8bdb639132a37ae8823fd672de5180d0988fca80"
7560+
integrity sha512-fSu0jW2aKQG2FHlDywqdFPdabJHsUdZ0xabSt3wFZdcgRKtLnUHs19nUtuFuLGVMFhINGgfZEIjbUOsGZXGu7Q==
75537561
dependencies:
75547562
color-convert "^2.0.1"
7555-
color-string "^1.6.0"
7563+
color-string "^1.7.4"
75567564

75577565
color@^3.0.0, color@^3.1.3:
75587566
version "3.2.1"

0 commit comments

Comments
 (0)