Bump chokidar from 3.5.3 to 3.6.0 in /extensions/ql-vscode (#3389)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-22 06:21:58 -08:00
committed by GitHub
parent b826ed3d9c
commit 2b14639c80
2 changed files with 8 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
"@vscode/webview-ui-toolkit": "^1.0.1", "@vscode/webview-ui-toolkit": "^1.0.1",
"ajv": "^8.11.0", "ajv": "^8.11.0",
"child-process-promise": "^2.2.1", "child-process-promise": "^2.2.1",
"chokidar": "^3.5.3", "chokidar": "^3.6.0",
"d3": "^7.6.1", "d3": "^7.6.1",
"d3-graphviz": "^5.0.2", "d3-graphviz": "^5.0.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
@@ -12740,15 +12740,9 @@
} }
}, },
"node_modules/chokidar": { "node_modules/chokidar": {
"version": "3.5.3", "version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
],
"dependencies": { "dependencies": {
"anymatch": "~3.1.2", "anymatch": "~3.1.2",
"braces": "~3.0.2", "braces": "~3.0.2",
@@ -12761,6 +12755,9 @@
"engines": { "engines": {
"node": ">= 8.10.0" "node": ">= 8.10.0"
}, },
"funding": {
"url": "https://paulmillr.com/funding/"
},
"optionalDependencies": { "optionalDependencies": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"
} }

View File

@@ -1947,7 +1947,7 @@
"@vscode/webview-ui-toolkit": "^1.0.1", "@vscode/webview-ui-toolkit": "^1.0.1",
"ajv": "^8.11.0", "ajv": "^8.11.0",
"child-process-promise": "^2.2.1", "child-process-promise": "^2.2.1",
"chokidar": "^3.5.3", "chokidar": "^3.6.0",
"d3": "^7.6.1", "d3": "^7.6.1",
"d3-graphviz": "^5.0.2", "d3-graphviz": "^5.0.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",