Skip to content

Commit

Permalink
fix(deps): update dependency chalk to ^4.1.1 (#32250)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 6, 2021
1 parent c497970 commit bd03035
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.0",
"chalk": "^4.1.1",
"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.0",
"chalk": "^4.1.1",
"date-fns": "^2.21.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^2.10.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.0",
"chalk": "^4.1.1",
"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.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.9",
"gatsby-core-utils": "^2.10.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.0",
"chalk": "^4.1.1",
"common-tags": "^1.8.0",
"contentful": "^8.1.7",
"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.0",
"chalk": "^4.1.1",
"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.0",
"chalk": "^4.1.1",
"chokidar": "^3.4.2",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
Expand Down

0 comments on commit bd03035

Please sign in to comment.