build(deps): bump chalk from 4.1.1 to 4.1.2

This commit is contained in:
dependabot[bot] 2021-08-02 21:56:52 +00:00 committed by GitHub
parent 13c61cda19
commit 695353024a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@
},
"dependencies": {
"@octokit/rest": "^18.8.0",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"clipanion": "^2.6.2",
"debug": "^4.3.2",
"fdir": "^5.1.0",

View file

@ -5,7 +5,7 @@
"build": "node ../cli/scripts/index.js build --release"
},
"dependencies": {
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"dockerode": "^3.3.0",
"pretty-bytes": "^5.6.0",
"table": "^6.7.1"

View file

@ -1908,10 +1908,10 @@ chalk@^2.0.0, chalk@^2.4.1:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
version "4.1.1"
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"