From 92317b7b2beaa479f2ced6924249c5cfa655a2f4 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 24 Aug 2019 04:53:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OPENPGP-460247 - https://snyk.io/vuln/SNYK-JS-OPENPGP-460248 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84659ea..abf28d0 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "merge-descriptors": "^1.0.1", "node-uuid": "^1.4.8", "nodemailer": "^4.7.0", - "openpgp": "3.0.11", + "openpgp": "4.2.0", "portastic": "^1.0.1", "pug": "^2.0.4", "socket.io": "^2.2.0",