From 46def79b9fa9c15291137374ff443bed7c41104a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:20:56 +0000 Subject: [PATCH] Bump chokidar from 4.0.3 to 5.0.0 in /package 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/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/package.json b/package/package.json index 5b096250a..60804af3e 100644 --- a/package/package.json +++ b/package/package.json @@ -17,7 +17,7 @@ "node": ">=14.0.0" }, "dependencies": { - "chokidar": "^4.0.0", + "chokidar": "^5.0.0", "immutable": "^5.0.2", "source-map-js": ">=0.6.2 <2.0.0" },