From 7f43e1cbb919317da17882e3f0a4aac1b84af858 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jul 2021 23:29:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a34f60..a5da3d9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "bitcoinjs-message": "^2.0.0", "data-queue": "0.0.3", "interface-connection": "~0.3.2", - "libp2p-secio": "~0.9.2", + "libp2p-secio": "~0.11.1", "node-forge": "~0.7.1", "pull-stream-to-net-socket": "^1.0.0", "shell-escape": "~0.2.0",