From 7d818d00fdea5105df9c9e76a907f2a10278f867 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Mar 2020 00:37:09 +0000 Subject: [PATCH] fix: upgrade chalk from 2.4.1 to 2.4.2 Snyk has created this PR to upgrade chalk from 2.4.1 to 2.4.2. See this package in NPM: https://www.npmjs.com/package/chalk See this project in Snyk: https://app.snyk.io/org/reidweb/project/ecac6cbc-248a-4626-9d2b-3d1e5f84630f?utm_source=github&utm_medium=upgrade-pr --- 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 5775898..c8fb8d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -487,9 +487,9 @@ } }, "chalk": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", - "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "requires": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", diff --git a/package.json b/package.json index 19d1102..fbdc6e1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "bluebird": "^3.5.0", - "chalk": "2.4.1", + "chalk": "2.4.2", "commander": "^2.9.0", "cz-conventional-changelog": "^3.0.0", "xml2js": "^0.4.17"