From 5e70fc2badf6a907e1e8e00a4204abc4beb8fa51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 08:50:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- 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",