From 4c0cf2ff0c91b1bf1074c7c3cb53873967b0cc1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Sep 2022 05:44:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cdc0fe..ea21beb 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": "^15.10.6" }, "jest": { "verbose": true,