From d1bca9ce56479593ad290e2fc1332989f8f850bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 06:55:26 +0000 Subject: [PATCH] Bump chokidar from 4.0.1 to 4.0.2 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/4.0.1...4.0.2) --- updated-dependencies: - dependency-name: chokidar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 14cb8056a86..d56d672766b 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "addons-moz-compare": "1.3.0", "base62": "2.0.2", "better-npm-run": "0.1.1", - "chokidar": "4.0.1", + "chokidar": "4.0.2", "classnames": "2.5.1", "common-tags": "1.8.2", "compression": "1.7.5", diff --git a/yarn.lock b/yarn.lock index 3fdcb2ed3d8..70ab3859ff0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3059,10 +3059,10 @@ chokidar-cli@^3.0.0: lodash.throttle "^4.1.1" yargs "^13.3.0" -chokidar@4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.1.tgz#4a6dff66798fb0f72a94f616abbd7e1a19f31d41" - integrity sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA== +chokidar@4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.2.tgz#97b9562c9f59de559177f069eadf5dcc67d24798" + integrity sha512-/b57FK+bblSU+dfewfFe0rT1YjVDfOmeLQwCAuC+vwvgLkXboATqqmy+Ipux6JrF6L5joe5CBnFOw+gLWH6yKg== dependencies: readdirp "^4.0.1"