From f76466f4a647cf8c34c76b83037f2edc8238f3e9 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sun, 2 Apr 2023 04:15:02 +0000 Subject: [PATCH] build: update dependency minimatch to v8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ae62d438f063..48f152fbf29d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index d57db8703f9b..71c5d3088a43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"