From bdf2565bfcce5e7e9c88835ec0d3881893b3ad4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 22:04:36 +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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- deps/acorn-plugins/acorn-static-class-features/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/acorn-plugins/acorn-static-class-features/package.json b/deps/acorn-plugins/acorn-static-class-features/package.json index 066223d9965df5..c8ad664387ba35 100644 --- a/deps/acorn-plugins/acorn-static-class-features/package.json +++ b/deps/acorn-plugins/acorn-static-class-features/package.json @@ -24,9 +24,9 @@ "version": "0.2.0", "devDependencies": { "acorn": "^6.1.0", - "eslint": "^5.13.0", + "eslint": "^9.26.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^5.2.0", + "mocha": "^10.6.0", "test262": "git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d", "test262-parser-runner": "^0.5.0" },