From ed9fcc44239df341077b2195d380b7807583b82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:36:26 +0000 Subject: [PATCH] build(deps): bump chokidar from 3.5.3 to 3.6.0 Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/paulmillr/chokidar/releases) - [Commits](https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0) --- updated-dependencies: - dependency-name: chokidar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++---------- package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36fed03d..10dc143e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "axios": "^0.28.0", "body-parser": "^1.20.1", "cheerio": "^1.0.0-rc.12", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "commander": "^8.3.0", "core-js": "2.6.12", "dayjs": "^1.11.13", @@ -11468,15 +11468,9 @@ "optional": true }, "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -11489,6 +11483,9 @@ "engines": { "node": ">= 8.10.0" }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, "optionalDependencies": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index fed5580d..70730219 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "axios": "^0.28.0", "body-parser": "^1.20.1", "cheerio": "^1.0.0-rc.12", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "commander": "^8.3.0", "core-js": "2.6.12", "dayjs": "^1.11.13",