From 7ae6f9f0fb903ac38a44e2fab4ad640f39fc4adf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Oct 2024 19:53:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6190e4e2..24cd1b0a8 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "zombie": "^5.0.7" }, "dependencies": { - "activitystrea.ms": "^2.1.3", + "activitystrea.ms": "^3.1.0", "bcryptjs": "^2.4.3", "body-parser": "^1.15.2", "bunyan": "^1.8.12",