From 3fcd33720b256bbef7724193710d660b6765cb9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:16:34 +0300 Subject: [PATCH] chore(deps): update browser-sync to 3.0.2 (#167) This breaks the build process, but fixes the next pr that will in turn fix dependencies. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51c57ef..c773b77 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@ivuorinen/eslint-config": "^0.4.0", "@ivuorinen/stylelint-config": "^0.2.0", "autoprefixer": "^10.4.16", - "browser-sync": "^2.29.3", + "browser-sync": "^3.0.0", "browser-sync-webpack-plugin": "^2.3.0", "engine.io": "^6.5.5", "laravel-mix": "^6.0.49",