From f395f7f7661db20204cb420c4dfb9c57041ce3a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 May 2022 03:28:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 432a1ab..f1cd9d4 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ }, "license": "MIT", "devDependencies": { - "commitizen": "^2.9.5", + "commitizen": "^4.0.1", "eslint": "^4.2.0", "eslint-config-mailonline": "^9.0.0", "husky": "^0.14.3", - "jest-cli": "22.4.2", - "jest": "22.4.2", + "jest-cli": "24.9.0", + "jest": "24.0.0", "mol-conventional-changelog": "^1.2.0", "semantic-release": "^12.4.0" },