From 2c7d80fe6cdc8c237ce4ad01a353a71eb91c749f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:14:46 +0000 Subject: [PATCH] chore(deps): bump chokidar from 3.6.0 to 4.0.0 (#763) Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.0) --- updated-dependencies: - dependency-name: chokidar dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd832129..b280c908 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "dependencies": { "@fastify/deepmerge": "^2.0.0", "chalk": "^4.1.2", - "chokidar": "^3.5.2", + "chokidar": "^4.0.0", "close-with-grace": "^2.1.0", "commist": "^3.0.0", "dotenv": "^16.0.0",