From 54ed04c9450ce6e37f3be00be1b930657ba9a8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:54:45 +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 d25f6d7c8..18e326258 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "axios": "1.13.2", "chalk": "4.1.2", "cheerio": "^1.0.0", - "chokidar": "^4.0.3", + "chokidar": "^5.0.0", "commander": "14.0.2", "cross-spawn": "7.0.6", "css-to-xpath": "0.1.0",