From 832c2362419c86d1dcf8e472735ecd120a5f612d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:45:31 +0000 Subject: [PATCH] Bump browser-sync from 2.29.3 to 3.0.2 Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.29.3 to 3.0.2. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.3...v3.0.2) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index b366cffd3..0350f5dcb --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "basic-auth": "^2.0.0", "basic-auth-connect": "^1.0.0", "body-parser": "^1.14.1", - "browser-sync": "^2.27.5", + "browser-sync": "^3.0.2", "client-sessions": "^0.8.0", "compression": "^1.7.4", "connect-flash": "^0.1.1",