From 2bc7eb2321ef691dd8f067b2e3d9b9cf9d705bf2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 04:57:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 41ca13f..736f11e 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "mime-types": "^2.1.26", "node-uuid": "^1.4.8", "nodemailer": "^6.4.2", - "openpgp": "^4.9.0", + "openpgp": "^5.0.0", "pug": "^2.0.4", "snapsvg": "^0.5.1", "socket.io": "^2.3.0",