From 8cb8707058ce22b050b185b82616e58c267f32e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:04:02 +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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d90689c9..618d6c61 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "dependencies": { "@fastify/deepmerge": "^3.0.0", "chalk": "^4.1.2", - "chokidar": "^4.0.0", + "chokidar": "^5.0.0", "close-with-grace": "^2.1.0", "commist": "^3.0.0", "fastify": "^5.0.0",