From 6884ff1f9dca9e5fdede8006ffaa2ad0a7e5ce06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jul 2023 01:40:46 +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 2cdc0fe..24b3cc1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-mailonline": "^9.0.0", "husky": "^0.14.3", "jest": "^23.4.1", - "semantic-release": "^15.8.0" + "semantic-release": "^21.0.2" }, "jest": { "verbose": true,