From fd3c25b8b202efb16a709b905922096db52208d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 23:47:35 +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-MINIMATCH-3050818 --- deps/acorn-plugins/acorn-numeric-separator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/acorn-plugins/acorn-numeric-separator/package.json b/deps/acorn-plugins/acorn-numeric-separator/package.json index bf3615e6b7e7ea..699f7bbcc44e38 100644 --- a/deps/acorn-plugins/acorn-numeric-separator/package.json +++ b/deps/acorn-plugins/acorn-numeric-separator/package.json @@ -39,7 +39,7 @@ "acorn": "^6.0.0", "eslint": "^5.5.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^6.0.2", + "mocha": "^9.2.2", "test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0", "test262-parser-runner": "^0.5.0" },