From bafd788dc2e061f82800268e89ef7eb1aa2c047c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 04:52:59 +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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- deps/acorn-plugins/acorn-static-class-features/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/acorn-plugins/acorn-static-class-features/package.json b/deps/acorn-plugins/acorn-static-class-features/package.json index ff9ff30c05911b..0a05e96ab69fdf 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",