From 4254b9b499dc352a7a6446eff6a4cce827909294 Mon Sep 17 00:00:00 2001 From: Julien Martins Da Costa Date: Wed, 27 Oct 2021 14:57:02 +0200 Subject: [PATCH] Upgrade browser-sync to fix the ua-parser-js vulnerability --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1cb8562..1670744 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wide/forge", - "version": "2.2.1", + "version": "2.2.2", "description": "Zero-based configuration builder for frontend integration projects.", "license": "MIT", "author": "Aymeric Assier (https://github.com/myeti)", @@ -25,7 +25,7 @@ }, "dependencies": { "autoprefixer": "^9.7.6", - "browser-sync": "^2.26.14", + "browser-sync": "^2.27.6", "chalk": "^3.0.0", "chokidar": "^3.5.1", "columnify": "^1.5.4",