From 3778fdb227ced003e18e3164302583870dd4f182 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Jun 2022 19:47:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10a14924..3ab504d6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "jest": "^23.5.0", - "semantic-release": "^15.0.3", + "semantic-release": "^17.0.1", "sinon": "^7.2.3", "standard": "^11.0.1" },