From 2de4622c6022e03bbbce34464cbfe90f9bbd70af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 09:08:19 +0000 Subject: [PATCH] chore(deps): update dependency browser-sync to v3 --- templates/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/typescript/package.json b/templates/typescript/package.json index 68d6ce9..cc433d5 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -83,7 +83,7 @@ "@typescript-eslint/parser": "6.20.0", "@wang1212/eslint-config": "0.4.0", "babel-jest": "29.6.2", - "browser-sync": "2.29.3", + "browser-sync": "3.0.2", "commitizen": "4.3.0", "concurrently": "8.2.2", "cross-env": "7.0.3",