From 2300e02a12f68a6a230e624fc6ebb3a3a1463f4a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 00:19:24 +0000 Subject: [PATCH] Bump chokidar from 3.4.0 to 3.4.1 in /app Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.4.0...3.4.1) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 3c306a4c..d8bf01d9 100644 --- a/app/package.json +++ b/app/package.json @@ -69,7 +69,7 @@ "itunes-nowplaying-mac": "0.3.1" }, "devDependencies": { - "chokidar": "^3.4.0", + "chokidar": "^3.4.1", "electron": "^9.1.1", "electron-builder": "^22.7.0", "electron-rebuild": "^1.11.0", diff --git a/app/yarn.lock b/app/yarn.lock index a16b868d..514b2322 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -747,10 +747,10 @@ chalk@^4.0.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chokidar@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.0.tgz#b30611423ce376357c765b9b8f904b9fba3c0be8" - integrity sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ== +chokidar@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1" + integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g== dependencies: anymatch "~3.1.1" braces "~3.0.2"