From fce13f49c76a2e88c0947200f77d8599ccb231dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 May 2022 20:21:42 +0000 Subject: [PATCH] feat: upgrade chalk from 2.4.2 to 5.0.1 Snyk has created this PR to upgrade chalk from 2.4.2 to 5.0.1. See this package in npm: https://www.npmjs.com/package/chalk See this project in Snyk: https://app.snyk.io/org/mikolaj-roszak/project/3837d29a-6377-44d1-8c3c-b73af848c869?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bb25fb8c27..893d47d6384 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/googleapis/google-cloud-node#readme", "dependencies": { - "chalk": "^2.4.2", + "chalk": "^5.0.1", "figures": "^3.0.0", "node-fetch": "^2.6.0", "yargs": "^13.2.4"