Skip to content

Commit

Permalink
fix(deps): update dependency chalk to ^4.1.2 (#32576)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 2, 2021
1 parent 9b49f37 commit 5c4e109
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-jest": "^24.9.0",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.1",
"cross-env": "^7.0.3",
"danger": "^10.6.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/code-frame": "^7.14.0",
"@types/common-tags": "^1.8.0",
"better-opn": "^2.0.0",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"clipboardy": "^2.3.0",
"common-tags": "^1.8.0",
"configstore": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-preload-fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"date-fns": "^2.21.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.12.0-next.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@babel/runtime": "^7.14.6",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.9",
"is-relative-url": "^3.0.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.12.0-next.0",
"is-relative-url": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@hapi/joi": "^15.1.1",
"@vercel/fetch-retry": "^5.0.3",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"contentful": "^8.4.0",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"btoa": "^1.2.1",
"cache-manager": "^3.4.0",
"cache-manager-fs-hash": "^0.0.9",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.9",
"clipboardy": "^2.1.0",
"diff": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"body-parser": "^1.19.0",
"browserslist": "^4.12.2",
"cache-manager": "^2.11.1",
"chalk": "^4.1.1",
"chalk": "^4.1.2",
"chokidar": "^3.4.2",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7883,10 +7883,10 @@ chalk@^3.0.0:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^4.0, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
chalk@^4.0, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
Expand Down

0 comments on commit 5c4e109

Please sign in to comment.