mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +08:00
chore(deps): update dependency fast-glob to v3.2.9 (#5211)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d575eda553
commit
84deb0b70b
@ -96,7 +96,7 @@
|
||||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-vue": "8.2.0",
|
||||
"expect-type": "0.13.0",
|
||||
"fast-glob": "3.2.7",
|
||||
"fast-glob": "3.2.9",
|
||||
"fs-extra": "10.0.0",
|
||||
"gulp": "4.0.2",
|
||||
"husky": "7.0.4",
|
||||
|
@ -46,7 +46,7 @@ importers:
|
||||
eslint-plugin-prettier: 4.0.0
|
||||
eslint-plugin-vue: 8.2.0
|
||||
expect-type: 0.13.0
|
||||
fast-glob: 3.2.7
|
||||
fast-glob: 3.2.9
|
||||
fs-extra: 10.0.0
|
||||
gulp: 4.0.2
|
||||
husky: 7.0.4
|
||||
@ -120,7 +120,7 @@ importers:
|
||||
eslint-plugin-prettier: 4.0.0_1c588f61426b1faf18812943f1678311
|
||||
eslint-plugin-vue: 8.2.0_eslint@8.6.0
|
||||
expect-type: 0.13.0
|
||||
fast-glob: 3.2.7
|
||||
fast-glob: 3.2.9
|
||||
fs-extra: 10.0.0
|
||||
gulp: 4.0.2
|
||||
husky: 7.0.4
|
||||
@ -1671,7 +1671,7 @@ packages:
|
||||
/@ts-morph/common/0.12.2:
|
||||
resolution: {integrity: sha512-m5KjptpIf1K0t0QL38uE+ol1n+aNn9MgRq++G3Zym1FlqfN+rThsXlp3cAgib14pIeXF7jk3UtJQOviwawFyYg==}
|
||||
dependencies:
|
||||
fast-glob: 3.2.7
|
||||
fast-glob: 3.2.9
|
||||
minimatch: 3.0.4
|
||||
mkdirp: 1.0.4
|
||||
path-browserify: 1.0.1
|
||||
@ -3535,7 +3535,7 @@ packages:
|
||||
resolution: {integrity: sha512-lW+r/Zl1CG+jXW9DKVizWSmINQ+bBV5jQblycKrJlceFl1fUdXQ69Qlg9CPV1Ittv6HMH8WVBO3+wv8rt9RMWw==}
|
||||
engines: {node: '>10.0.0'}
|
||||
dependencies:
|
||||
fast-glob: 3.2.7
|
||||
fast-glob: 3.2.9
|
||||
dev: true
|
||||
|
||||
/concat-map/0.0.1:
|
||||
@ -5009,6 +5009,17 @@ packages:
|
||||
micromatch: 4.0.4
|
||||
dev: true
|
||||
|
||||
/fast-glob/3.2.9:
|
||||
resolution: {integrity: sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ==}
|
||||
engines: {node: '>=8.6.0'}
|
||||
dependencies:
|
||||
'@nodelib/fs.stat': 2.0.5
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
glob-parent: 5.1.2
|
||||
merge2: 1.4.1
|
||||
micromatch: 4.0.4
|
||||
dev: true
|
||||
|
||||
/fast-json-stable-stringify/2.1.0:
|
||||
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
||||
dev: true
|
||||
@ -5092,7 +5103,7 @@ packages:
|
||||
dependencies:
|
||||
'@pnpm/read-project-manifest': 2.0.10
|
||||
'@pnpm/types': 7.8.0
|
||||
fast-glob: 3.2.7
|
||||
fast-glob: 3.2.9
|
||||
p-filter: 2.1.0
|
||||
dev: true
|
||||
|
||||
@ -5522,7 +5533,7 @@ packages:
|
||||
dependencies:
|
||||
array-union: 2.1.0
|
||||
dir-glob: 3.0.1
|
||||
fast-glob: 3.2.7
|
||||
fast-glob: 3.2.9
|
||||
ignore: 5.1.8
|
||||
merge2: 1.4.1
|
||||
slash: 3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user