From d5151d38751330063de7038236c6e02b8c8a2f1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Aug 2024 01:42:02 +0000 Subject: [PATCH] feat: upgrade chalk from 2.4.2 to 5.3.0 Snyk has created this PR to upgrade chalk from 2.4.2 to 5.3.0. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/pavinstrickland/project/dc9250fa-aad2-41e8-9846-8c74ad9e3ada?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/babel-highlight/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-highlight/package.json b/packages/babel-highlight/package.json index 68afb90f20b1..4ef54512122a 100644 --- a/packages/babel-highlight/package.json +++ b/packages/babel-highlight/package.json @@ -8,7 +8,7 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight", "main": "lib/index.js", "dependencies": { - "chalk": "^2.0.0", + "chalk": "^5.3.0", "esutils": "^2.0.2", "js-tokens": "^4.0.0" },