From 480f78ecae7fbc6aec0ea602b3e53fcb5bb89e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:14:20 +0000 Subject: [PATCH] build(deps): bump chokidar from 3.5.3 to 4.0.3 in /packages/to-md Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.5.3 to 4.0.3. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.5.3...4.0.3) --- updated-dependencies: - dependency-name: chokidar 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..d270e28 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": "4.0.3", "extend": "3.0.2", "fs-extra": "^11.1.1" }