Skip to content

Commit aa3204d

Browse files
chore(deps): bump color from 4.2.3 to 5.0.3
Bumps [color](https://github.com/Qix-/color) from 4.2.3 to 5.0.3. - [Release notes](https://github.com/Qix-/color/releases) - [Commits](Qix-/color@4.2.3...5.0.3) --- updated-dependencies: - dependency-name: color dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bfefa2 commit aa3204d

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@docusaurus/utils-common": "3.9.2",
5656
"@mermaid-js/layout-elk": "^0.1.9",
5757
"clsx": "^2.0.0",
58-
"color": "^4.2.3",
58+
"color": "^5.0.3",
5959
"execa": "^5.1.1",
6060
"fs-extra": "^11.1.1",
6161
"netlify-plugin-cache": "^1.0.3",

yarn.lock

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6703,6 +6703,13 @@ color-convert@^2.0.1:
67036703
dependencies:
67046704
color-name "~1.1.4"
67056705

6706+
color-convert@^3.1.3:
6707+
version "3.1.3"
6708+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-3.1.3.tgz#db6627b97181cb8facdfce755ae26f97ab0711f1"
6709+
integrity sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==
6710+
dependencies:
6711+
color-name "^2.0.0"
6712+
67066713
color-name@1.1.3:
67076714
version "1.1.3"
67086715
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
@@ -6713,6 +6720,11 @@ color-name@^1.0.0, color-name@~1.1.4:
67136720
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
67146721
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
67156722

6723+
color-name@^2.0.0:
6724+
version "2.1.0"
6725+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-2.1.0.tgz#0b677385c1c4b4edfdeaf77e38fa338e3a40b693"
6726+
integrity sha512-1bPaDNFm0axzE4MEAzKPuqKWeRaT43U/hyxKPBdqTfmPF+d6n7FSoTFxLVULUJOmiLp01KjhIPPH+HrXZJN4Rg==
6727+
67166728
color-string@^1.9.0:
67176729
version "1.9.1"
67186730
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
@@ -6721,6 +6733,13 @@ color-string@^1.9.0:
67216733
color-name "^1.0.0"
67226734
simple-swizzle "^0.2.2"
67236735

6736+
color-string@^2.1.3:
6737+
version "2.1.4"
6738+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-2.1.4.tgz#9dcf566ff976e23368c8bd673f5c35103ab41058"
6739+
integrity sha512-Bb6Cq8oq0IjDOe8wJmi4JeNn763Xs9cfrBcaylK1tPypWzyoy2G3l90v9k64kjphl/ZJjPIShFztenRomi8WTg==
6740+
dependencies:
6741+
color-name "^2.0.0"
6742+
67246743
color-support@^1.1.3:
67256744
version "1.1.3"
67266745
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
@@ -6734,6 +6753,14 @@ color@^4.2.3:
67346753
color-convert "^2.0.1"
67356754
color-string "^1.9.0"
67366755

6756+
color@^5.0.3:
6757+
version "5.0.3"
6758+
resolved "https://registry.yarnpkg.com/color/-/color-5.0.3.tgz#f79390b1b778e222ffbb54304d3dbeaef633f97f"
6759+
integrity sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==
6760+
dependencies:
6761+
color-convert "^3.1.3"
6762+
color-string "^2.1.3"
6763+
67376764
colord@^2.9.3:
67386765
version "2.9.3"
67396766
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"

0 commit comments

Comments
 (0)