From 2ff175a3e73740a21bd968d91324cba7857446fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 23:38:01 +0000 Subject: [PATCH] fix: deps/acorn-plugins/acorn-static-class-features/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/acorn-plugins/acorn-static-class-features/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/acorn-plugins/acorn-static-class-features/package.json b/deps/acorn-plugins/acorn-static-class-features/package.json index 788d912abf16b2..c5e77882d54e2e 100644 --- a/deps/acorn-plugins/acorn-static-class-features/package.json +++ b/deps/acorn-plugins/acorn-static-class-features/package.json @@ -26,7 +26,7 @@ "acorn": "^6.1.0", "eslint": "^5.13.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^5.2.0", + "mocha": "^11.0.1", "test262": "git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d", "test262-parser-runner": "^0.5.0" },