From c61a6e1f08f5c0b47810d077891361b5c349d547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:40:54 +0000 Subject: [PATCH] chore(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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50ad387..f97a90c 100644 --- a/package.json +++ b/package.json @@ -296,7 +296,7 @@ "webpack-cli": "^5.0.0" }, "dependencies": { - "chokidar": "^3.5.3", + "chokidar": "^5.0.0", "commander": "^9.4.1", "glob": "^8.0.3", "js-sha3": "^0.8.0",