From 219813adbc9ce07263c8545f95c0565f324759eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:57:08 +0000 Subject: [PATCH] Bump chokidar from 3.6.0 to 4.0.3 in /tools/integration-api Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.6.0 to 4.0.3. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.6.0...4.0.3) --- updated-dependencies: - dependency-name: chokidar dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/integration-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/integration-api/package.json b/tools/integration-api/package.json index a15cd06..bef09d1 100644 --- a/tools/integration-api/package.json +++ b/tools/integration-api/package.json @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "ajv": "^8.17.1", - "chokidar": "^3.5.3", + "chokidar": "^4.0.3", "cors": "^2.8.5", "express": "^4.18.2", "helmet": "^7.1.0",