From 165a34d43ee1d773220ba5fe09e81c0f96ead39b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 00:19:44 +0000 Subject: [PATCH] chore(deps): bump chalk in /packages/create-contentful-extension Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v4.1.2) Signed-off-by: dependabot-preview[bot] --- packages/create-contentful-extension/package-lock.json | 6 +++--- packages/create-contentful-extension/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/create-contentful-extension/package-lock.json b/packages/create-contentful-extension/package-lock.json index 119f278..8e37799 100644 --- a/packages/create-contentful-extension/package-lock.json +++ b/packages/create-contentful-extension/package-lock.json @@ -31,9 +31,9 @@ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" }, "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "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" diff --git a/packages/create-contentful-extension/package.json b/packages/create-contentful-extension/package.json index f2475c0..a39e119 100644 --- a/packages/create-contentful-extension/package.json +++ b/packages/create-contentful-extension/package.json @@ -36,7 +36,7 @@ "url": "https://github.com/contentful/create-contentful-extension/issues" }, "dependencies": { - "chalk": "4.1.0", + "chalk": "4.1.2", "commander": "6.2.0", "cross-spawn": "7.0.3", "fs-extra": "9.1.0",