Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit b828c5d

Browse files
committed
fix(deps): update dependency globby to v12
1 parent 699ed60 commit b828c5d

File tree

2 files changed

+33
-12
lines changed

2 files changed

+33
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"dependencies": {
6969
"fs-extra": "9.1.0",
70-
"globby": "11.0.4",
70+
"globby": "12.0.2",
7171
"lodash": "4.17.21"
7272
}
7373
}

yarn.lock

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,11 @@ array-union@^2.1.0:
10961096
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
10971097
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
10981098

1099+
array-union@^3.0.1:
1100+
version "3.0.1"
1101+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
1102+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
1103+
10991104
array.prototype.flat@^1.2.4:
11001105
version "1.2.4"
11011106
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
@@ -1886,6 +1891,17 @@ fast-glob@^3.1.1:
18861891
micromatch "^4.0.2"
18871892
picomatch "^2.2.1"
18881893

1894+
fast-glob@^3.2.7:
1895+
version "3.2.7"
1896+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
1897+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
1898+
dependencies:
1899+
"@nodelib/fs.stat" "^2.0.2"
1900+
"@nodelib/fs.walk" "^1.2.3"
1901+
glob-parent "^5.1.2"
1902+
merge2 "^1.3.0"
1903+
micromatch "^4.0.4"
1904+
18891905
[email protected], fast-json-stable-stringify@^2.0.0:
18901906
version "2.1.0"
18911907
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2074,17 +2090,17 @@ globals@^13.9.0:
20742090
dependencies:
20752091
type-fest "^0.20.2"
20762092

2077-
globby@11.0.4:
2078-
version "11.0.4"
2079-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2080-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2093+
globby@12.0.2:
2094+
version "12.0.2"
2095+
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
2096+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
20812097
dependencies:
2082-
array-union "^2.1.0"
2098+
array-union "^3.0.1"
20832099
dir-glob "^3.0.1"
2084-
fast-glob "^3.1.1"
2085-
ignore "^5.1.4"
2086-
merge2 "^1.3.0"
2087-
slash "^3.0.0"
2100+
fast-glob "^3.2.7"
2101+
ignore "^5.1.8"
2102+
merge2 "^1.4.1"
2103+
slash "^4.0.0"
20882104

20892105
globby@^11.0.3:
20902106
version "11.0.3"
@@ -2193,7 +2209,7 @@ ignore@^4.0.6:
21932209
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
21942210
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
21952211

2196-
ignore@^5.1.4:
2212+
ignore@^5.1.4, ignore@^5.1.8:
21972213
version "5.1.8"
21982214
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
21992215
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -3092,7 +3108,7 @@ merge-stream@^2.0.0:
30923108
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
30933109
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
30943110

3095-
merge2@^1.3.0:
3111+
merge2@^1.3.0, merge2@^1.4.1:
30963112
version "1.4.1"
30973113
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
30983114
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3663,6 +3679,11 @@ slash@^3.0.0:
36633679
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
36643680
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
36653681

3682+
slash@^4.0.0:
3683+
version "4.0.0"
3684+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
3685+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
3686+
36663687
slice-ansi@^4.0.0:
36673688
version "4.0.0"
36683689
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"

0 commit comments

Comments
 (0)