From 464bfc4731699b22db3cd4e33338a3cd7bd941fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:35:57 +0000 Subject: [PATCH] chore(deps): 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] --- packages/healer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/healer/package.json b/packages/healer/package.json index 612cc8d..d976ca1 100644 --- a/packages/healer/package.json +++ b/packages/healer/package.json @@ -29,7 +29,7 @@ "chalk": "^5.3.0", "commander": "^12.1.0", "ora": "^8.0.1", - "chokidar": "^4.0.0", + "chokidar": "^5.0.0", "glob": "^11.0.0" }, "devDependencies": {