From 9cb4b315ca6de12858179630df8b3b639fc76865 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 12:44:11 +0000 Subject: [PATCH] fix: deps/acorn-plugins/acorn-numeric-separator/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-numeric-separator/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/acorn-plugins/acorn-numeric-separator/package.json b/deps/acorn-plugins/acorn-numeric-separator/package.json index bf3615e6b7e7ea..cf1e5c601ed5c6 100644 --- a/deps/acorn-plugins/acorn-numeric-separator/package.json +++ b/deps/acorn-plugins/acorn-numeric-separator/package.json @@ -37,9 +37,9 @@ "description": "Support for numeric separators in acorn", "devDependencies": { "acorn": "^6.0.0", - "eslint": "^5.5.0", + "eslint": "^9.26.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^6.0.2", + "mocha": "^10.6.0", "test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0", "test262-parser-runner": "^0.5.0" },