From 35bafdc3ffa35ac66fdcd9a747ab462eefd4f5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 19:56:23 +0000 Subject: [PATCH] Bump chokidar from 4.0.3 to 5.0.0 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.3 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0) --- updated-dependencies: - dependency-name: chokidar dependency-version: 5.0.0 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(-) diff --git a/package.json b/package.json index 4b52dc5..d629c8a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "argsclopts": "^1.0.4", "async-folder-walker": "^3.0.5", "browser-sync": "^3.0.2", - "chokidar": "^4.0.0", + "chokidar": "^5.0.0", "clean-deep": "^3.4.0", "cpx2": "^8.0.0", "esbuild": "^0.27.1",