Skip to content

Commit 8d09b80

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency picomatch to v4
1 parent 7f57123 commit 8d09b80

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"pacote": "17.0.6",
179179
"parse5-html-rewriting-stream": "7.0.0",
180180
"patch-package": "^7.0.1",
181-
"picomatch": "3.0.1",
181+
"picomatch": "4.0.1",
182182
"piscina": "4.3.1",
183183
"popper.js": "^1.14.1",
184184
"postcss": "8.4.35",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"open": "8.4.2",
4848
"ora": "5.4.1",
4949
"parse5-html-rewriting-stream": "7.0.0",
50-
"picomatch": "3.0.1",
50+
"picomatch": "4.0.1",
5151
"piscina": "4.3.1",
5252
"postcss": "8.4.35",
5353
"postcss-loader": "8.1.0",

packages/angular_devkit/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"ajv-formats": "2.1.1",
2929
"ajv": "8.12.0",
3030
"jsonc-parser": "3.2.1",
31-
"picomatch": "3.0.1",
31+
"picomatch": "4.0.1",
3232
"rxjs": "7.8.1",
3333
"source-map": "0.7.4"
3434
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10805,6 +10805,11 @@ [email protected]:
1080510805
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
1080610806
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
1080710807

10808+
10809+
version "4.0.1"
10810+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.1.tgz#68c26c8837399e5819edce48590412ea07f17a07"
10811+
integrity sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==
10812+
1080810813
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1:
1080910814
version "2.3.1"
1081010815
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)