From 98fc4a41eb36928dd68b7fd5619b1eb3e97ee597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:50:36 +0000 Subject: [PATCH] Bump braces and watchify Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [watchify](https://github.com/browserify/watchify). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits/3.0.3) Updates `watchify` from 3.11.1 to 3.11.1 - [Release notes](https://github.com/browserify/watchify/releases) - [Changelog](https://github.com/browserify/watchify/blob/master/CHANGELOG.md) - [Commits](https://github.com/browserify/watchify/compare/v3.11.1...v3.11.1) --- updated-dependencies: - dependency-name: braces dependency-version: 3.0.3 dependency-type: indirect - dependency-name: watchify dependency-version: 3.11.1 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 8293430..fbfeaf4 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,6 @@ "tosource": "^1.0.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^2.0.0", - "watchify": "^3.7.0" + "watchify": "^3.11.1" } }