From 957f6d29bb4a63655d9d28a7ce6ca9360d7e8c32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Nov 2021 08:53:27 +0000 Subject: [PATCH] fix: @alias/commitlint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- @alias/commitlint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@alias/commitlint/package.json b/@alias/commitlint/package.json index 085f3985b9..71271587d1 100644 --- a/@alias/commitlint/package.json +++ b/@alias/commitlint/package.json @@ -34,7 +34,7 @@ }, "license": "MIT", "dependencies": { - "@commitlint/cli": "^8.3.5" + "@commitlint/cli": "^9.1.2" }, "devDependencies": { "@commitlint/utils": "^8.3.4",