From f1098de300a551d24beb29ed26f89e1a7cfb4d60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Nov 2021 07:44:00 +0000 Subject: [PATCH] fix: @commitlint/core/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 --- @commitlint/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/core/package.json b/@commitlint/core/package.json index f03b84c11f..702c2f87aa 100644 --- a/@commitlint/core/package.json +++ b/@commitlint/core/package.json @@ -35,7 +35,7 @@ "license": "MIT", "dependencies": { "@commitlint/format": "^8.3.4", - "@commitlint/lint": "^8.3.5", + "@commitlint/lint": "^9.0.0", "@commitlint/load": "^8.3.5", "@commitlint/read": "^8.3.4" },