From df10af82a4547501ffccb3ffe1d21efe4a2ee768 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jul 2020 02:53:52 +0000 Subject: [PATCH] fix: @commitlint/lint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- @commitlint/lint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index a53dc2294c..5725ec784d 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -40,7 +40,7 @@ "dependencies": { "@commitlint/is-ignored": "^8.3.5", "@commitlint/parse": "^8.3.4", - "@commitlint/rules": "^8.3.4", + "@commitlint/rules": "^9.0.0", "@commitlint/types": "^8.3.4" } }