From 9ae9609e251518b35873c1e956b16b95ef54ce56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:11:45 +0000 Subject: [PATCH] build(deps): bump chokidar from 3.6.0 to 4.0.3 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.6.0 to 4.0.3. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.3) --- 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 98ad7d1..3e749b7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@adobe/aio-lib-web": "^7", "@oclif/core": "^3", "chalk": "^4", - "chokidar": "^3.6.0", + "chokidar": "^4.0.3", "connect-livereload": "^0.6.1", "execa": "^5.0.0", "express": "^4.18.2",