From 59513f12099d225650f3f0fddc5d713a37f3d754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:56:10 +0000 Subject: [PATCH] Update dependency chokidar to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 201d0ea..c729fa3 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "@typescript-eslint/parser": "^8.18.0", "audit-ci": "^7.1.0", "aws-sdk-client-mock": "^4.1.0", - "chokidar": "^3.6.0", + "chokidar": "^4.0.2", "concurrently": "^9.1.0", "cypress": "^13.16.1", "cypress-multi-reporters": "^2.0.4",