From d0ed20f10bd9a935fad7e09d947177bf9500a8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 10:36:42 +0100 Subject: [PATCH] fix(deps): update dependency chokidar to v3.5.3 (#2121) Co-authored-by: Renovate Bot Co-authored-by: Alex --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf1011e7..0bcf7bb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "auto-launch": "5.0.5", "bitfield": "4.0.0", "capture-frame": "4.0.0", - "chokidar": "3.5.2", + "chokidar": "3.5.3", "chromecasts": "1.10.2", "create-torrent": "5.0.1", "debounce": "1.2.1", @@ -2970,9 +2970,15 @@ "integrity": "sha1-HNXdr1boMlnG746QbM8G91/pobI=" }, "node_modules/chokidar": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", - "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -17027,9 +17033,9 @@ "integrity": "sha1-HNXdr1boMlnG746QbM8G91/pobI=" }, "chokidar": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", - "integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "requires": { "anymatch": "~3.1.2", "braces": "~3.0.2", diff --git a/package.json b/package.json index 22ffe668..2a383877 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "auto-launch": "5.0.5", "bitfield": "4.0.0", "capture-frame": "4.0.0", - "chokidar": "3.5.2", + "chokidar": "3.5.3", "chromecasts": "1.10.2", "create-torrent": "5.0.1", "debounce": "1.2.1",