From ba06d90871fe628c6c3adceb0de6890e50c77c19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 18:00:54 +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 c1e6684..293bbdc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "cssnano-preset-advanced": "^4.0.0", "postcss-cli": "^8.0.0", "nodemon": "^2.0.3", - "mocha": "^7.1.1", + "mocha": "^11.0.1", "eslint": "^6.0.0", "stylelint": "^13.0.0", "supertest": "^3.0.0"