From 3ad28f16e4e76d970ee3f655e0528101f51926c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 08:55:49 +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 yarn: chalk See this project in Snyk: https://app.snyk.io/org/appsecfun/project/eb10aac6-5149-4d2c-a360-5b3fbd53b281?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c345966..3fbfe95 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "repository": "browserslist/typo", "bin": "./cli.js", "dependencies": { - "chalk": "^2.4.1" + "chalk": "^2.4.2" } } diff --git a/yarn.lock b/yarn.lock index c0d4bb0..3731964 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8,9 +8,10 @@ ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -chalk@^2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" +chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: ansi-styles "^3.2.1" escape-string-regexp "^1.0.5"