From 9d20b0cb59bd639f069611a1e99b6b9555ee0658 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jun 2020 02:53:40 +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-DOTPROP-543489 --- @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..0de2f3a267 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "@commitlint/is-ignored": "^8.3.5", - "@commitlint/parse": "^8.3.4", + "@commitlint/parse": "^9.0.0", "@commitlint/rules": "^8.3.4", "@commitlint/types": "^8.3.4" }