From 92d8ef33bdc06a0b2612780bb14bc0e5da17140a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Oct 2023 14:28:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc2ba6d..c0ddbbd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@babel/preset-env": "^7.18.9", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", - "@commitlint/cli": "^17.0.3", + "@commitlint/cli": "^18.0.0", "@commitlint/config-conventional": "^17.0.3", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7",