From 0b7736b8de9f59c82d1aaf3b47892932412b7b25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 22:57:04 +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 c1fd5da7..259d0f85 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "awesome-yjs": "git+https://ci.open-paas.org/stash/scm/om/awesome-yjs.git", "body-parser": "1.15.2", "bson": "0.5.5", - "chokidar": "1.6.0", + "chokidar": "3.0.0", "connect-dynamic-middleware": "0.1.0", "cookie-parser": "1.4.3", "cors": "2.8.1",