From 6ab2d8d1b082fa28b511d833827026ab0d2933fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:08:09 +0000 Subject: [PATCH] build(deps): bump chokidar from 3.5.3 to 5.0.0 in /packages/to-md Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.5.3 to 5.0.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.5.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] --- packages/to-md/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/to-md/package.json b/packages/to-md/package.json index a63423a..26e867a 100644 --- a/packages/to-md/package.json +++ b/packages/to-md/package.json @@ -30,7 +30,7 @@ "lint": "eslint lib test" }, "dependencies": { - "chokidar": "3.5.3", + "chokidar": "5.0.0", "extend": "3.0.2", "fs-extra": "^11.1.1" }