From b7ed5958e3362c0a7adcb21d947a0b3d4dbdafb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 May 2021 02:55:27 +0000 Subject: [PATCH] fix: @commitlint/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- @commitlint/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/cli/package.json b/@commitlint/cli/package.json index c133b6a3b7..c24b3b2b6b 100644 --- a/@commitlint/cli/package.json +++ b/@commitlint/cli/package.json @@ -65,7 +65,7 @@ "core-js": "^3.6.1", "get-stdin": "7.0.0", "lodash": "^4.17.15", - "meow": "5.0.0", + "meow": "6.0.0", "regenerator-runtime": "0.13.3", "resolve-from": "5.0.0", "resolve-global": "1.0.0"