From 39e652e4f503eaaccb37fd10147b1ea7245e9122 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Dec 2024 07:04:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1fadb2b..84d21e6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "chai": "^5.0.3", "dotenv": "^16.4.1", "express": "^4.18.2", - "mocha": "^10.2.0", + "mocha": "^11.0.1", "request": "^2.88.0", "slack": "^11.0.2", "winston": "^3.11.0"