From 628453a78525aa8052d4d29197f7d5d3f959637c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 13:01:21 +0000 Subject: [PATCH] fix: deps/acorn-plugins/acorn-static-class-features/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-static-class-features/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/acorn-plugins/acorn-static-class-features/package.json b/deps/acorn-plugins/acorn-static-class-features/package.json index ff9ff30c05911b..4041d901c3cf98 100644 --- a/deps/acorn-plugins/acorn-static-class-features/package.json +++ b/deps/acorn-plugins/acorn-static-class-features/package.json @@ -34,7 +34,7 @@ } ], "dependencies": { - "acorn-private-class-elements": "^0.1.0" + "acorn-private-class-elements": "^0.2.0" }, "deprecated": false, "description": "Support for static class features in acorn", @@ -42,7 +42,7 @@ "acorn": "^6.1.0", "eslint": "^5.13.0", "eslint-plugin-node": "^8.0.1", - "mocha": "^5.2.0", + "mocha": "^9.2.2", "test262": "git+https://github.com/tc39/test262.git#33a306d1026b72227eb50a918db19ada16f12b3d", "test262-parser-runner": "^0.5.0" },