From 4e627084aff97f7c3f089712f9e1574ced76efd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:28:06 +0000 Subject: [PATCH] Bump braces and chokidar Bumps [braces](https://github.com/micromatch/braces) to 3.0.2 and updates ancestor dependency [chokidar](https://github.com/paulmillr/chokidar). These dependencies need to be updated together. Updates `braces` from 1.8.5 to 3.0.2 - [Release notes](https://github.com/micromatch/braces/releases) - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/1.8.5...3.0.2) Updates `chokidar` from 1.7.0 to 3.5.3 - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/1.7.0...3.5.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: chokidar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09bf090cf1b9..39ac37f2e783 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "algoliasearch": "^4.6.0", "async-transforms": "1.0.6", "cheerio": "1.0.0-rc.3", - "chokidar": "^3.5.1", + "chokidar": "^3.5.3", "chokidar-cli": "^2.1.0", "common-tags": "^1.8.0", "compression": "^1.7.4",