Skip to content

Commit a0b0a10

Browse files
chore(deps): bump chalk from 4.1.2 to 5.3.0
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c8625c commit a0b0a10

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@inquirer/confirm": "2.0.17",
3939
"@inquirer/prompts": "3.3.2",
4040
"@inquirer/select": "1.3.3",
41-
"chalk": "4.1.2",
41+
"chalk": "5.3.0",
4242
"commander": "11.1.0",
4343
"yaml": "2.3.4"
4444
},

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1390,14 +1390,6 @@ camelcase@^7.0.1:
13901390
resolved "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz"
13911391
integrity sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==
13921392

1393-
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
1394-
version "4.1.2"
1395-
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
1396-
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1397-
dependencies:
1398-
ansi-styles "^4.1.0"
1399-
supports-color "^7.1.0"
1400-
14011393
[email protected], chalk@^5.0.0, chalk@^5.2.0, chalk@^5.3.0:
14021394
version "5.3.0"
14031395
resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz"
@@ -1412,6 +1404,14 @@ chalk@^2.4.2:
14121404
escape-string-regexp "^1.0.5"
14131405
supports-color "^5.3.0"
14141406

1407+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
1408+
version "4.1.2"
1409+
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
1410+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1411+
dependencies:
1412+
ansi-styles "^4.1.0"
1413+
supports-color "^7.1.0"
1414+
14151415
chardet@^0.7.0:
14161416
version "0.7.0"
14171417
resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz"

0 commit comments

Comments
 (0)