Skip to content

Commit

Permalink
build: update dependency minimatch to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot authored and angular-robot[bot] committed Apr 3, 2023
1 parent 005ba42 commit f76466f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"loader-utils": "3.2.1",
"magic-string": "0.30.0",
"mini-css-extract-plugin": "2.7.5",
"minimatch": "~7.4.0",
"minimatch": "~8.0.0",
"ng-packagr": "16.0.0-next.2",
"node-fetch": "^2.2.0",
"npm": "^8.11.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8156,10 +8156,10 @@ minimatch@~3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimatch@~7.4.0:
version "7.4.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
minimatch@~8.0.0:
version "8.0.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.2.tgz#ba35f8afeb255a4cbad4b6677b46132f3278c469"
integrity sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit f76466f

Please sign in to comment.