From d10b612a8ee22d0976aa173ed0f9f974256f28f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Jul 2022 05:02:56 +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 - https://snyk.io/vuln/SNYK-JS-PARSEURL-2942134 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 432a1ab..2feb600 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,14 @@ }, "license": "MIT", "devDependencies": { - "commitizen": "^2.9.5", + "commitizen": "^3.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", "mol-conventional-changelog": "^1.2.0", - "semantic-release": "^12.4.0" + "semantic-release": "^15.8.0" }, "config": { "commitizen": {