From aa0d1a2b8d9e9c1a5ccadd53b3d178ac92338a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:03:29 +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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68bda24..e3f6e28 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/react": "^18.0.18", "autoprefixer": "^10.4.13", "babel-loader": "^9.0.0", - "browser-sync": "^2.18.6", + "browser-sync": "^3.0.2", "chai": "^4.0.0", "cross-env": "^7.0.3", "css-loader": "^6.7.3",