mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
build: update dependency picomatch to v3
This commit is contained in:
parent
72948f2664
commit
0155ae73b2
@ -179,7 +179,7 @@
|
||||
"pacote": "17.0.4",
|
||||
"parse5-html-rewriting-stream": "7.0.0",
|
||||
"patch-package": "^7.0.1",
|
||||
"picomatch": "2.3.1",
|
||||
"picomatch": "3.0.1",
|
||||
"piscina": "4.1.0",
|
||||
"popper.js": "^1.14.1",
|
||||
"postcss": "8.4.31",
|
||||
|
@ -49,7 +49,7 @@
|
||||
"open": "8.4.2",
|
||||
"ora": "5.4.1",
|
||||
"parse5-html-rewriting-stream": "7.0.0",
|
||||
"picomatch": "2.3.1",
|
||||
"picomatch": "3.0.1",
|
||||
"piscina": "4.1.0",
|
||||
"postcss": "8.4.31",
|
||||
"postcss-loader": "7.3.3",
|
||||
|
@ -28,7 +28,7 @@
|
||||
"ajv-formats": "2.1.1",
|
||||
"ajv": "8.12.0",
|
||||
"jsonc-parser": "3.2.0",
|
||||
"picomatch": "2.3.1",
|
||||
"picomatch": "3.0.1",
|
||||
"rxjs": "7.8.1",
|
||||
"source-map": "0.7.4"
|
||||
},
|
||||
|
@ -9788,6 +9788,11 @@ picomatch@2.3.1, picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch
|
||||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
||||
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
||||
|
||||
picomatch@3.0.1:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
||||
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
||||
|
||||
pify@^2.0.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user