Skip to content

Commit ef275c7

Browse files
Bump chalk from 4.1.0 to 4.1.2 (#747)
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0709533 commit ef275c7

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "npm run-script lint && npm run-script node-test"
3030
},
3131
"dependencies": {
32-
"chalk": "^4.1.0",
32+
"chalk": "^4.1.2",
3333
"cli-table3": "^0.6.0",
3434
"core-object": "^3.1.5",
3535
"debug": "^4.3.2",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ chai@^4.3.4:
16561656
pathval "^1.1.1"
16571657
type-detect "^4.0.5"
16581658

1659-
[email protected], chalk@^4.0.0, chalk@^4.1.0:
1659+
16601660
version "4.1.0"
16611661
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
16621662
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
@@ -1692,6 +1692,14 @@ chalk@^3.0.0:
16921692
ansi-styles "^4.1.0"
16931693
supports-color "^7.1.0"
16941694

1695+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
1696+
version "4.1.2"
1697+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1698+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1699+
dependencies:
1700+
ansi-styles "^4.1.0"
1701+
supports-color "^7.1.0"
1702+
16951703
character-entities-legacy@^1.0.0:
16961704
version "1.1.4"
16971705
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"

0 commit comments

Comments
 (0)