From aae75b8622512462f0f29ea2ce28e9f66d4d5d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 08:20:36 +0000 Subject: [PATCH] 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 bbd98bc..09aaa73 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "babel-preset-minify": "^0.5.2", "catto.js": "^1.2.4", "chalk": "^4.1.2", - "chokidar": "^4.0.3", + "chokidar": "^5.0.0", "pako": "^2.1.0", "typeorm": "^0.3.22" },