From 94401a6b73eeaf370aeaf9cbf92f23f4fc7bde9b Mon Sep 17 00:00:00 2001 From: Matthew Lorimor Date: Thu, 14 Oct 2021 10:46:01 -0500 Subject: [PATCH] fix(security): explicitly update keypair dependency https://securitylab.github.com/advisories/GHSL-2021-1012-keypair/ Co-authored-by: Justin Beckwith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06b5edb..f79783ed 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "karma-remap-coverage": "^0.1.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^5.0.0", - "keypair": "^1.0.1", + "keypair": "^1.0.4", "linkinator": "^2.0.0", "mocha": "^8.0.0", "mv": "^2.1.1",