diff --git a/package-lock.json b/package-lock.json index e7204c9b..a7fe1a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1670,9 +1670,9 @@ "integrity": "sha1-HNXdr1boMlnG746QbM8G91/pobI=" }, "chokidar": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", - "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.1.tgz", + "integrity": "sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==", "requires": { "anymatch": "~3.1.1", "braces": "~3.0.2", diff --git a/package.json b/package.json index 1073b870..efeddfdb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "auto-launch": "^5.0.5", "bitfield": "^3.0.0", "capture-frame": "^3.0.2", - "chokidar": "^3.4.0", + "chokidar": "^3.4.1", "chromecasts": "^1.9.1", "create-torrent": "^4.4.2", "debounce": "^1.2.0",