Skip to content

Commit e93116e

Browse files
authored
chore(deps): update chalk (#27753)
1 parent 287e313 commit e93116e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/parser": "^2.34.0",
3232
"babel-eslint": "^10.1.0",
3333
"babel-jest": "^24.9.0",
34-
"chalk": "^2.4.2",
34+
"chalk": "^4.1.0",
3535
"chokidar": "^3.4.3",
3636
"cross-env": "^7.0.2",
3737
"danger": "^10.5.0",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@hapi/joi": "^15.1.1",
1515
"@types/common-tags": "^1.8.0",
1616
"better-opn": "^2.0.0",
17-
"chalk": "^2.4.2",
17+
"chalk": "^4.1.0",
1818
"clipboardy": "^2.3.0",
1919
"common-tags": "^1.8.0",
2020
"configstore": "^5.0.1",

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/gatsbyjs/gatsby/issues"
1212
},
1313
"dependencies": {
14-
"chalk": "^2.4.2",
14+
"chalk": "^4.1.0",
1515
"date-fns": "^2.16.1",
1616
"fs-extra": "^8.1.0",
1717
"gatsby-core-utils": "^1.3.23",

packages/gatsby-remark-images-contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@babel/runtime": "^7.11.2",
1919
"axios": "^0.20.0",
20-
"chalk": "^2.4.2",
20+
"chalk": "^4.1.0",
2121
"cheerio": "^1.0.0-rc.3",
2222
"is-relative-url": "^3.0.0",
2323
"lodash": "^4.17.20",

packages/gatsby-remark-images/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.11.2",
11-
"chalk": "^2.4.2",
11+
"chalk": "^4.1.0",
1212
"cheerio": "^1.0.0-rc.3",
1313
"gatsby-core-utils": "^1.3.23",
1414
"is-relative-url": "^3.0.0",

packages/gatsby-source-shopify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"babel-preset-gatsby-package": "^0.5.3",
37-
"chalk": "^2.4.2",
37+
"chalk": "^4.1.0",
3838
"gatsby-node-helpers": "^0.3.0",
3939
"gatsby-source-filesystem": "^2.4.0",
4040
"graphql-request": "^1.8.2",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"browserslist": "^4.12.2",
4444
"cache-manager": "^2.11.1",
4545
"cache-manager-fs-hash": "^0.0.9",
46-
"chalk": "^2.4.2",
46+
"chalk": "^4.1.0",
4747
"chokidar": "^3.4.2",
4848
"common-tags": "^1.8.0",
4949
"compression": "^1.7.4",

0 commit comments

Comments
 (0)