From 9a1f34cc3f2741f67e2ba495d8ab6e212d538233 Mon Sep 17 00:00:00 2001 From: twilio-product-security <67294289+twilio-product-security@users.noreply.github.com> Date: Wed, 13 Mar 2024 02:14:31 -0700 Subject: [PATCH] [Snyk] Security upgrade @commitlint/cli from 9.1.2 to 17.0.0 (#476) * fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 * chore: upgrade commitlint config --------- Co-authored-by: snyk-bot Co-authored-by: Victor Ayogu --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20059b85..206bb995 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "devDependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.0", - "@commitlint/cli": "^9.1.2", - "@commitlint/config-conventional": "^10.0.0", + "@commitlint/cli": "^19.1.0", + "@commitlint/config-conventional": "^19.1.0", "@twilio/test-dep": "npm:twilio@3.84.0", "@types/jest": "^29.2.4", "all-contributors-cli": "^6.1.2",