From c81398024de16e5f82560f10176519dfc261de3a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:59:44 +0000 Subject: [PATCH] fix: node_modules/chalk/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- node_modules/chalk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/chalk/package.json b/node_modules/chalk/package.json index 3c500105bcbf2..983a033c4f093 100644 --- a/node_modules/chalk/package.json +++ b/node_modules/chalk/package.json @@ -51,7 +51,7 @@ ], "devDependencies": { "@types/node": "^16.11.10", - "ava": "^3.15.0", + "ava": "^5.3.0", "c8": "^7.10.0", "color-convert": "^2.0.1", "execa": "^6.0.0",