From 41f5719ce05a2fdc6b83b4fc5d7704d04cfc41e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Apr 2025 07:16:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EAZYLOGGER-8708044 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d6c4f29..7b3b33a9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", "version": "0.0.1", "dependencies": { - "browser-sync": "^2.0.0", + "browser-sync": "^3.0.4", "gulp": "gulpjs/gulp#4.0", "minimist": "^1.2.0", "patternengine-node-handlebars": "^1.0.0",