From 2e2ec26bf7dd837802e5ccae34429c8e68794274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:53:04 +0000 Subject: [PATCH] chore(deps-dev): update browser-sync requirement from ^2.29.1 to ^2.29.3 Updates the requirements on [browser-sync](https://github.com/BrowserSync/browser-sync) to permit the latest version. - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js) - [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v2.29.3) --- updated-dependencies: - dependency-name: browser-sync dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16230d68cb..adfa24eebb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "devDependencies": { - "browser-sync": "^2.29.1", + "browser-sync": "^2.29.3", "browser-sync-webpack-plugin": "^2.3.0", "bulma": "^1.0.2", "cross-env": "^7.0.3",