From b40fab3b76c5aabc60e64c4d334800a0dbbad244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:05:30 +0000 Subject: [PATCH] Bump browser-sync-client from 3.0.3 to 3.0.4 Bumps [browser-sync-client](https://github.com/shakyshane/browser-sync-client) from 3.0.3 to 3.0.4. - [Commits](https://github.com/shakyshane/browser-sync-client/commits) --- updated-dependencies: - dependency-name: browser-sync-client dependency-version: 3.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7fca767..549b9243 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "babelify": "^10.0.0", "base64-img": "^1.0.4", "browser-sync": "^3.0.3", - "browser-sync-client": "^3.0.3", + "browser-sync-client": "^3.0.4", "browserify": "^17.0.1", "chai": "^5.2.0", "core-js": "^3.41.0", @@ -3717,10 +3717,11 @@ } }, "node_modules/browser-sync-client": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-3.0.3.tgz", - "integrity": "sha512-TOEXaMgYNjBYIcmX5zDlOdjEqCeCN/d7opf/fuyUD/hhGVCfP54iQIDhENCi012AqzYZm3BvuFl57vbwSTwkSQ==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-3.0.4.tgz", + "integrity": "sha512-+ew5ubXzGRKVjquBL3u6najS40TG7GxCdyBll0qSRc/n+JRV9gb/yDdRL1IAgRHqjnJTdqeBKKIQabjvjRSYRQ==", "dev": true, + "license": "ISC", "dependencies": { "etag": "1.8.1", "fresh": "0.5.2", diff --git a/package.json b/package.json index 20617d71..c1f0021e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babelify": "^10.0.0", "base64-img": "^1.0.4", "browser-sync": "^3.0.3", - "browser-sync-client": "^3.0.3", + "browser-sync-client": "^3.0.4", "browserify": "^17.0.1", "chai": "^5.2.0", "core-js": "^3.41.0",