From 658cbc3537d62c82b91145c0153439c5d66605f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jun 2023 14:57:41 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 432a1ab..fa715e1 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "license": "MIT", "devDependencies": { "commitizen": "^2.9.5", - "eslint": "^4.2.0", + "eslint": "^7.0.0", "eslint-config-mailonline": "^9.0.0", "husky": "^0.14.3", - "jest-cli": "22.4.2", - "jest": "22.4.2", + "jest-cli": "24.3.0", + "jest": "24.0.0", "mol-conventional-changelog": "^1.2.0", - "semantic-release": "^12.4.0" + "semantic-release": "^21.0.0" }, "config": { "commitizen": {