From a47e178b5082594b9490d5b23ced8cc5ffb8d055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 05:03:27 +0000 Subject: [PATCH] Bump chokidar from 3.5.3 to 3.6.0 in /materialious/electron Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0) --- updated-dependencies: - dependency-name: chokidar dependency-type: direct:production update-type: version-update:semver-minor ... 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 e757ba10..c0e8178f 100644 --- a/materialious/electron/package.json +++ b/materialious/electron/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@capacitor-community/electron": "^5.0.0", - "chokidar": "~3.5.3", + "chokidar": "~3.6.0", "electron-is-dev": "~2.0.0", "electron-serve": "~1.1.0", "electron-unhandled": "~4.0.1",