From 8eef15faf28f61935001a5c0518455066a21a40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 06:20:50 +0000 Subject: [PATCH] Bump chokidar from 4.0.1 to 4.0.3 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 4.0.1 to 4.0.3. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/4.0.1...4.0.3) --- 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..29870d1eb9f 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.3", "classnames": "2.5.1", "common-tags": "1.8.2", "compression": "1.7.5", diff --git a/yarn.lock b/yarn.lock index 3fdcb2ed3d8..1f21de9d9fd 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.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30" + integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA== dependencies: readdirp "^4.0.1"