From 30a7eb2a8a07547864ade5fa557014cf736001cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 06:47:25 +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 812ff1a4..f65b92d6 100644 --- a/materialious/electron/package.json +++ b/materialious/electron/package.json @@ -22,7 +22,7 @@ "dependencies": { "@capacitor-community/electron": "^5.0.0", "@types/node": "^16.18.71", - "chokidar": "~3.5.3", + "chokidar": "~3.6.0", "electron-is-dev": "~2.0.0", "electron-serve": "~1.1.0", "electron-unhandled": "~4.0.1",