From 1944ed61fb59cdd5d7f8330857b2e1e009497cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:13:33 +0100 Subject: [PATCH] Bump chokidar from 4.0.1 to 4.0.3 in /status-app (#14) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- status-app/package-lock.json | 8 ++++---- status-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/status-app/package-lock.json b/status-app/package-lock.json index 9222c75..ee1bd1e 100644 --- a/status-app/package-lock.json +++ b/status-app/package-lock.json @@ -9,7 +9,7 @@ "version": "7.97.0-next", "license": "EPL-2.0", "dependencies": { - "chokidar": "^4.0.1", + "chokidar": "^4.0.3", "ejs": "^3.1.10", "express": "^4.21.2" } @@ -129,9 +129,9 @@ } }, "node_modules/chokidar": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", - "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", "dependencies": { "readdirp": "^4.0.1" }, diff --git a/status-app/package.json b/status-app/package.json index ded0dba..bee80cb 100644 --- a/status-app/package.json +++ b/status-app/package.json @@ -8,7 +8,7 @@ }, "license": "EPL-2.0", "dependencies": { - "chokidar": "^4.0.1", + "chokidar": "^4.0.3", "ejs": "^3.1.10", "express": "^4.21.2" }