From fcd4347af03f28d943ee420c4872c23bcc1be035 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 03:47:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 84ce74f281c..97be6879e11 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,9 @@ "brackets-eslint": "3.2.0" }, "dependencies": { - "anymatch": "1.3.0", + "anymatch": "3.0.0", "async": "2.1.4", - "chokidar": "1.6.1", + "chokidar": "3.0.0", "decompress-zip": "0.3.0", "fs-extra": "2.0.0", "lodash": "4.17.15",