From 5facc751ee70f6f0b6a759c4398201ff2ad0652c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 21:41:22 +0000 Subject: [PATCH] fix: deps/acorn-plugins/acorn-private-methods/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- deps/acorn-plugins/acorn-private-methods/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/acorn-plugins/acorn-private-methods/package.json b/deps/acorn-plugins/acorn-private-methods/package.json index e7b91592aaa9b9..07c29bee2f174d 100644 --- a/deps/acorn-plugins/acorn-private-methods/package.json +++ b/deps/acorn-plugins/acorn-private-methods/package.json @@ -29,7 +29,7 @@ "acorn": "^6.1.0", "eslint": "^5.13.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^5.2.0", + "mocha": "^10.1.0", "test262": "git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d", "test262-parser-runner": "^0.5.0" }