From af55c99a9362d5169f0cae1968fd0d890148b0dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 16:11:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- 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",