From 71727ecce09e43b758b9a7bd6d71ecb685ce42b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 06:51:27 +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 c3188637a9..a4d7b2851b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server.js", "dependencies": { "chai": "^3.5.0", - "chai-http": "^2.0.1", + "chai-http": "^5.0.0", "ejs": "^2.4.1", "express": "^4.13.4", "mocha": "^2.4.5",