mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(deps): Update dependency chokidar to v3.5.3.
This commit is contained in:
parent
277776c729
commit
45133218d8
17
.pnp.cjs
generated
17
.pnp.cjs
generated
@ -5941,7 +5941,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@lowdefy/operators-uuid", "workspace:packages/plugins/operators/operators-uuid"],
|
||||
["@lowdefy/operators-yaml", "workspace:packages/plugins/operators/operators-yaml"],
|
||||
["@next/eslint-plugin-next", "npm:12.0.10"],
|
||||
["chokidar", "npm:3.5.2"],
|
||||
["chokidar", "npm:3.5.3"],
|
||||
["dotenv", "npm:14.2.0"],
|
||||
["js-yaml", "npm:4.1.0"],
|
||||
["less", "npm:4.1.2"],
|
||||
@ -8990,6 +8990,21 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["readdirp", "npm:3.6.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}],
|
||||
["npm:3.5.3", {
|
||||
"packageLocation": "./.yarn/cache/chokidar-npm-3.5.3-c5f9b0a56a-b49fcde401.zip/node_modules/chokidar/",
|
||||
"packageDependencies": [
|
||||
["chokidar", "npm:3.5.3"],
|
||||
["anymatch", "npm:3.1.2"],
|
||||
["braces", "npm:3.0.2"],
|
||||
["fsevents", "patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"],
|
||||
["glob-parent", "npm:5.1.2"],
|
||||
["is-binary-path", "npm:2.1.0"],
|
||||
["is-glob", "npm:4.0.3"],
|
||||
["normalize-path", "npm:3.0.0"],
|
||||
["readdirp", "npm:3.6.0"]
|
||||
],
|
||||
"linkType": "HARD",
|
||||
}]
|
||||
]],
|
||||
["chownr", [
|
||||
|
BIN
.yarn/cache/chokidar-npm-3.5.3-c5f9b0a56a-b49fcde401.zip
vendored
Normal file
BIN
.yarn/cache/chokidar-npm-3.5.3-c5f9b0a56a-b49fcde401.zip
vendored
Normal file
Binary file not shown.
@ -61,7 +61,7 @@
|
||||
"@lowdefy/operators-nunjucks": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-uuid": "4.0.0-alpha.6",
|
||||
"@lowdefy/operators-yaml": "4.0.0-alpha.6",
|
||||
"chokidar": "3.5.2",
|
||||
"chokidar": "3.5.3",
|
||||
"dotenv": "14.2.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"next": "12.0.10",
|
||||
|
23
yarn.lock
23
yarn.lock
@ -3962,7 +3962,7 @@ __metadata:
|
||||
"@lowdefy/operators-uuid": 4.0.0-alpha.6
|
||||
"@lowdefy/operators-yaml": 4.0.0-alpha.6
|
||||
"@next/eslint-plugin-next": 12.0.10
|
||||
chokidar: 3.5.2
|
||||
chokidar: 3.5.3
|
||||
dotenv: 14.2.0
|
||||
js-yaml: 4.1.0
|
||||
less: 4.1.2
|
||||
@ -6451,7 +6451,26 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chokidar@npm:3.5.2, chokidar@npm:^3.4.0":
|
||||
"chokidar@npm:3.5.3":
|
||||
version: 3.5.3
|
||||
resolution: "chokidar@npm:3.5.3"
|
||||
dependencies:
|
||||
anymatch: ~3.1.2
|
||||
braces: ~3.0.2
|
||||
fsevents: ~2.3.2
|
||||
glob-parent: ~5.1.2
|
||||
is-binary-path: ~2.1.0
|
||||
is-glob: ~4.0.1
|
||||
normalize-path: ~3.0.0
|
||||
readdirp: ~3.6.0
|
||||
dependenciesMeta:
|
||||
fsevents:
|
||||
optional: true
|
||||
checksum: b49fcde40176ba007ff361b198a2d35df60d9bb2a5aab228279eb810feae9294a6b4649ab15981304447afe1e6ffbf4788ad5db77235dc770ab777c6e771980c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"chokidar@npm:^3.4.0":
|
||||
version: 3.5.2
|
||||
resolution: "chokidar@npm:3.5.2"
|
||||
dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user