From 42d6097030daf4889f9f28fb6129b06714680d85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:49:42 -0400 Subject: [PATCH] fix(deps): update dependency chalk to v4 (#6342) Co-authored-by: Renovate Bot --- package-lock.json | 4 ++-- packages/gatsby-source-directus/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b25b495fa3efa..a0d3e8daa1f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51256,7 +51256,7 @@ "dependencies": { "@directus/sdk-js": "9.0.0-rc.53", "@lnfusion/gatsby-source-graphql": "0.0.4", - "chalk": "2.4.2", + "chalk": "4.1.1", "gatsby-source-filesystem": "3.7.1", "invariant": "2.2.4", "ms": "2.1.3" @@ -57846,7 +57846,7 @@ "requires": { "@directus/sdk-js": "9.0.0-rc.53", "@lnfusion/gatsby-source-graphql": "0.0.4", - "chalk": "2.4.2", + "chalk": "4.1.1", "gatsby-source-filesystem": "3.7.1", "invariant": "2.2.4", "ms": "2.1.3" diff --git a/packages/gatsby-source-directus/package.json b/packages/gatsby-source-directus/package.json index bb3fd63cced9f..0b509167b7ab7 100644 --- a/packages/gatsby-source-directus/package.json +++ b/packages/gatsby-source-directus/package.json @@ -12,7 +12,7 @@ "dependencies": { "@directus/sdk-js": "9.0.0-rc.53", "@lnfusion/gatsby-source-graphql": "0.0.4", - "chalk": "2.4.2", + "chalk": "4.1.1", "gatsby-source-filesystem": "3.7.1", "invariant": "2.2.4", "ms": "2.1.3"