From 00bffbf44665b28829ac09e610ef5943c7815f68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 01:20:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d6c4f29..d981a70d 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": "^2.24.7", "gulp": "gulpjs/gulp#4.0", "minimist": "^1.2.0", "patternengine-node-handlebars": "^1.0.0",