Skip to content

Commit 550aeb0

Browse files
fix(deps): update dependency color to v4.2.3 (#355) (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e14e27e commit 550aeb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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/react-native": "0.69.1",
5757
"@uiw/icons": "2.5.3",
5858
"ahooks": "2.10.14",
59-
"color": "4.0.2",
59+
"color": "4.2.3",
6060
"lodash": "4.17.21",
6161
"prop-types": "15.7.2",
6262
"react-native-gesture-handler": "2.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7418,21 +7418,21 @@ color-name@^1.0.0, color-name@^1.1.4, color-name@~1.1.4:
74187418
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
74197419
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
74207420

7421-
color-string@^1.6.0, color-string@^1.7.4:
7421+
color-string@^1.6.0, color-string@^1.9.0:
74227422
version "1.9.1"
74237423
resolved "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
74247424
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
74257425
dependencies:
74267426
color-name "^1.0.0"
74277427
simple-swizzle "^0.2.2"
74287428

7429-
color@4.0.2:
7430-
version "4.0.2"
7431-
resolved "https://registry.npmjs.org/color/-/color-4.0.2.tgz#8bdb639132a37ae8823fd672de5180d0988fca80"
7432-
integrity sha512-fSu0jW2aKQG2FHlDywqdFPdabJHsUdZ0xabSt3wFZdcgRKtLnUHs19nUtuFuLGVMFhINGgfZEIjbUOsGZXGu7Q==
7429+
color@4.2.3:
7430+
version "4.2.3"
7431+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
7432+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
74337433
dependencies:
74347434
color-convert "^2.0.1"
7435-
color-string "^1.7.4"
7435+
color-string "^1.9.0"
74367436

74377437
color@^3.1.3:
74387438
version "3.2.1"

0 commit comments

Comments
 (0)