update dependency chalk to v4.1.2 (#7093)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-07-30 09:28:14 -04:00
committed by GitHub
parent 48ef5b1a9d
commit bf5adef9de
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -14280,9 +14280,9 @@
}
},
"node_modules/chalk": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dependencies": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
@@ -54171,7 +54171,7 @@
"dependencies": {
"@directus/sdk-js": "9.0.0-rc.53",
"@lnfusion/gatsby-source-graphql": "0.0.4",
"chalk": "4.1.1",
"chalk": "4.1.2",
"gatsby-source-filesystem": "3.10.0",
"invariant": "2.2.4",
"ms": "2.1.3"
@@ -60267,7 +60267,7 @@
"requires": {
"@directus/sdk-js": "9.0.0-rc.53",
"@lnfusion/gatsby-source-graphql": "0.0.4",
"chalk": "4.1.1",
"chalk": "4.1.2",
"gatsby-source-filesystem": "3.10.0",
"invariant": "2.2.4",
"ms": "2.1.3"
@@ -72310,9 +72310,9 @@
"integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg=="
},
"chalk": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"requires": {
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"

View File

@@ -12,7 +12,7 @@
"dependencies": {
"@directus/sdk-js": "9.0.0-rc.53",
"@lnfusion/gatsby-source-graphql": "0.0.4",
"chalk": "4.1.1",
"chalk": "4.1.2",
"gatsby-source-filesystem": "3.10.0",
"invariant": "2.2.4",
"ms": "2.1.3"