From a63e7cc2268f1dd148b479d98895be59e5382eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 09:41:52 +0000 Subject: [PATCH] build(deps): bump chokidar from 3.6.0 to 5.0.0 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.6.0 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.6.0...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] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5f6de414a9..63a84ef466 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -26,7 +26,7 @@ "dependencies": { "@compas/stdlib": "0.20.1", "c8": "10.1.3", - "chokidar": "3.6.0", + "chokidar": "5.0.0", "recast": "0.23.11", "tree-kill": "1.2.2" },