From 218e16d2546fa5384c68a2891a11da3e2bcbb98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:28:11 +0000 Subject: [PATCH] Bump chokidar from 3.6.0 to 4.0.0 in /materialious/electron 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] --- materialious/electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialious/electron/package.json b/materialious/electron/package.json index c7389c84..062b1ef5 100644 --- a/materialious/electron/package.json +++ b/materialious/electron/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@capacitor-community/electron": "^5.0.0", - "chokidar": "~3.6.0", + "chokidar": "~4.0.0", "electron-is-dev": "~2.0.0", "electron-serve": "~1.1.0", "electron-unhandled": "~5.0.0",