From 1063f5e63e3c7c8362fb1b2c80e045aa91738a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 10:37:55 +0100 Subject: [PATCH] Build(deps-dev): Bump chalk from 4.1.1 to 4.1.2 (#2246) Bumps [chalk](https://github.com/chalk/chalk) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d30d2a38..c7496b535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4286,9 +4286,9 @@ } }, "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==", "dev": true, "requires": { "ansi-styles": "^4.1.0", diff --git a/package.json b/package.json index dae0e5aba..7ba7042a2 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "adf-tslint-rules": "0.0.7", "ajv-cli": "^4.2.0", "browser-sync": "^2.27.5", - "chalk": "^4.1.0", + "chalk": "^4.1.2", "codelyzer": "^6.0.1", "commander": "^6.1.0", "connect-history-api-fallback": "^1.6.0",