From 18f7040c3fb0c4f96e10fefcac4acf42aef18bd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jan 2023 19:48:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7e4d92f2f..a2d9986ad8 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "parse-json": "4.0.0", "regenerator-runtime": "0.11.1", "require-uncached": "1.0.3", - "sign-addon": "0.3.1", + "sign-addon": "5.2.0", "source-map-support": "0.5.3", "stream-to-promise": "2.2.0", "strip-json-comments": "2.0.1",