From 5488f0494422b6df576fcf9db4aa0306ee4fadaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 23:34:20 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f11d39e..3be9cfe 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/pantojs/panto#readme", "dependencies": { "callback2promise": "^1.0.2", - "chokidar": "^1.6.1", + "chokidar": "^3.0.0", "define-frozen-property": "^0.1.0", "glob": "^7.1.1", "lodash": "^4.16.4",