From eb11bcb5e422fc626f6a85c6d641234fda4b94ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jan 2022 09:46:45 +0000 Subject: [PATCH] build: update dependency globby to v13 (#44801) PR Close #44801 --- aio/package.json | 2 +- aio/yarn.lock | 29 ++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/aio/package.json b/aio/package.json index 504d7f8c93e..148bf925ecf 100644 --- a/aio/package.json +++ b/aio/package.json @@ -138,7 +138,7 @@ "find-free-port": "^2.0.0", "firebase-tools": "^9.8.0", "fs-extra": "^10.0.0", - "globby": "^12.0.0", + "globby": "^13.0.0", "hast-util-is-element": "^1.1.0", "hast-util-to-string": "^1.0.4", "html": "^1.0.0", diff --git a/aio/yarn.lock b/aio/yarn.lock index 0cb7a8dff5f..c9a4a46e6c2 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -5486,6 +5486,17 @@ fast-glob@^3.1.1, fast-glob@^3.2.7: merge2 "^1.3.0" micromatch "^4.0.4" +fast-glob@^3.2.11: + version "3.2.11" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" + integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-json-stable-stringify@2.1.0, fast-json-stable-stringify@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" @@ -6080,7 +6091,7 @@ globby@^11.0.1, globby@^11.0.4: merge2 "^1.3.0" slash "^3.0.0" -globby@^12.0.0, globby@^12.0.2: +globby@^12.0.2: version "12.0.2" resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11" integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ== @@ -6092,6 +6103,17 @@ globby@^12.0.0, globby@^12.0.2: merge2 "^1.4.1" slash "^4.0.0" +globby@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/globby/-/globby-13.0.0.tgz#1118e53acc5e0f32fc06d5fc592ce701ba239474" + integrity sha512-peWsS6/uJ4lRXg7qK11lnkMTIdoDp35bpJzpR3vpRNFkP1qMNsM7OQvUqwe6r+9RCT6VpEAhL9DDrK/jD0PGvw== + dependencies: + dir-glob "^3.0.1" + fast-glob "^3.2.11" + ignore "^5.2.0" + merge2 "^1.4.1" + slash "^4.0.0" + globby@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d" @@ -6627,6 +6649,11 @@ ignore@^5.0.4, ignore@^5.1.4, ignore@^5.1.8: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb" integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ== +ignore@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" + integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== + ignorefs@^1.0.0, ignorefs@^1.1.1: version "1.4.1" resolved "https://registry.yarnpkg.com/ignorefs/-/ignorefs-1.4.1.tgz#fac9be8777e1999d5179eb1546d36ac5c8099503"