From 370859076a52ec25c2653555792cf5d14c2a310e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:21:36 +0000 Subject: [PATCH] fix(deps): bump chokidar from 3.6.0 to 4.0.1 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.6.0 to 4.0.1. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.1) --- updated-dependencies: - dependency-name: chokidar dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f5ebb55..b9061e30 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/parser": "^5.49.0", "babel-jest": "^29.7.0", "babel-polyfill": "6.26.0", - "chokidar": "^3.6.0", + "chokidar": "^4.0.1", "concurrently": "^8.2.2", "cypress": "^13.12.0", "eslint": "^8.57.0",