From ef6fe1994b470d805e31724458f2149eb92b4e38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 19:58:00 +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 de9761a8..a098d960 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "autoprefixer": "6.4.1", "chalk": "1.1.3", - "chokidar": "1.6.1", + "chokidar": "3.0.0", "clean-css": "3.4.19", "cross-spawn": "4.0.0", "express": "4.14.0", @@ -55,7 +55,7 @@ "tslint": "3.15.1", "tslint-eslint-rules": "1.5.0", "uglify-js": "2.7.3", - "webpack": "2.2.0-rc.3", + "webpack": "5.0.0", "ws": "1.1.1", "xml2js": "^0.4.17" },