From 9d21be83609fc4e2ba6c7424d5f12708b852da74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 09:50:20 +0000 Subject: [PATCH] fix: upgrade commitlint from 19.3.0 to 19.4.0 Snyk has created this PR to upgrade commitlint from 19.3.0 to 19.4.0. See this package in npm: commitlint See this project in Snyk: https://app.snyk.io/org/abbhiishek/project/3cfa53a6-2b99-469d-abf7-c8d9491a9f7d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acb74bd..3020468 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "packages/*" ], "dependencies": { - "commitlint": "19.3.0", + "commitlint": "19.4.0", "husky": "^9.0.11", "prettier-plugin-tailwindcss": "^0.5.14" }