From 8fcda330457515658fd2710e1055730527e5ad91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Oct 2020 04:32:31 +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 bf3615e6b7e7ea..97f8a1ff2c8e62 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": "^8.2.0", "test262": "git+https://github.com/tc39/test262.git#de567d3aa5de4eaa11e00131d26b9fe77997dfb0", "test262-parser-runner": "^0.5.0" },