From 0741935afd9fc2457180c8061bd8a6f8d4756836 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 01:52:51 +0000 Subject: [PATCH] fix: upgrade chalk from 4.1.0 to 4.1.2 Snyk has created this PR to upgrade chalk from 4.1.0 to 4.1.2. See this package in npm: chalk See this project in Snyk: https://app.snyk.io/org/jnellissery/project/c1509dac-3df9-40eb-a61e-8c0813c79dcf?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index b7b9d2c00dd4b..3223b204cb76f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -43,7 +43,7 @@ "@nrwl/webpack": "file:../webpack", "@nrwl/workspace": "file:../workspace", "@svgr/webpack": "^6.1.2", - "chalk": "4.1.0", + "chalk": "4.1.2", "dotenv": "~10.0.0", "fs-extra": "^10.1.0", "ignore": "^5.0.4",