From ee02b9b313bd2b5a30dd765154fa534fbc567c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:10:06 +0000 Subject: [PATCH] chore(deps): bump chokidar from 3.6.0 to 4.0.0 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6422da35..f7af9525 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",