Skip to content

Commit 5efe2d4

Browse files
Bump chalk from 4.1.2 to 5.6.0
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.6.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.6.0) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07530c7 commit 5efe2d4

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@eslint/js": "9.34.0",
2929
"acorn": "8.15.0",
3030
"acorn-walk": "8.3.4",
31-
"chalk": "4.1.2",
31+
"chalk": "5.6.0",
3232
"chokidar-cli": "3.0.0",
3333
"eleventy-xml-plugin": "0.1.0",
3434
"eslint": "9.34.0",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,13 +1992,10 @@ caniuse-lite@^1.0.30001718:
19921992
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001724.tgz#312e163553dd70d2c0fb603d74810c85d8ed94a0"
19931993
integrity sha512-WqJo7p0TbHDOythNTqYujmaJTvtYRZrjpP8TCvH6Vb9CYJerJNKamKzIWOM4BkQatWj9H2lYulpdAQNBe7QhNA==
19941994

1995-
chalk@4.1.2, chalk@^4.0.0, chalk@^4.1.2:
1996-
version "4.1.2"
1997-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1998-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1999-
dependencies:
2000-
ansi-styles "^4.1.0"
2001-
supports-color "^7.1.0"
1995+
chalk@5.6.0:
1996+
version "5.6.0"
1997+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.0.tgz#a1a8d294ea3526dbb77660f12649a08490e33ab8"
1998+
integrity sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==
20021999

20032000
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
20042001
version "2.4.2"
@@ -2009,6 +2006,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
20092006
escape-string-regexp "^1.0.5"
20102007
supports-color "^5.3.0"
20112008

2009+
chalk@^4.0.0, chalk@^4.1.2:
2010+
version "4.1.2"
2011+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
2012+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
2013+
dependencies:
2014+
ansi-styles "^4.1.0"
2015+
supports-color "^7.1.0"
2016+
20122017
char-regex@^1.0.2:
20132018
version "1.0.2"
20142019
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"

0 commit comments

Comments
 (0)