From 373e2ee66bdfe53c0bdfcaaf58a3183e9096bf4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Oct 2020 05:08:24 +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-FLAT-596927 --- 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 cc0c52a65d2dfe..37c24e0f739a7c 100644 --- a/deps/acorn-plugins/acorn-numeric-separator/package.json +++ b/deps/acorn-plugins/acorn-numeric-separator/package.json @@ -26,7 +26,7 @@ "acorn": "^6.0.0", "eslint": "^5.5.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^6.0.2", + "mocha": "^8.2.0", "test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0", "test262-parser-runner": "^0.5.0" }