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

Commit 8be502f

Browse files
committed
fix(deps): update dependency globby to v12
1 parent aab0938 commit 8be502f

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.0",
7171
"lodash": "4.17.21"
7272
}
7373
}

yarn.lock

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

1106+
array-union@^3.0.1:
1107+
version "3.0.1"
1108+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
1109+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
1110+
11061111
array.prototype.flat@^1.2.4:
11071112
version "1.2.4"
11081113
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
@@ -1875,6 +1880,17 @@ fast-glob@^3.1.1:
18751880
micromatch "^4.0.2"
18761881
picomatch "^2.2.1"
18771882

1883+
fast-glob@^3.2.7:
1884+
version "3.2.7"
1885+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
1886+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
1887+
dependencies:
1888+
"@nodelib/fs.stat" "^2.0.2"
1889+
"@nodelib/fs.walk" "^1.2.3"
1890+
glob-parent "^5.1.2"
1891+
merge2 "^1.3.0"
1892+
micromatch "^4.0.4"
1893+
18781894
[email protected], fast-json-stable-stringify@^2.0.0:
18791895
version "2.1.0"
18801896
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2063,17 +2079,17 @@ globals@^13.9.0:
20632079
dependencies:
20642080
type-fest "^0.20.2"
20652081

2066-
globby@11.0.4:
2067-
version "11.0.4"
2068-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2069-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2082+
globby@12.0.0:
2083+
version "12.0.0"
2084+
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.0.tgz#b8bbb8e9d48f8a3c9abf5624030f1f9e1cfbe3ed"
2085+
integrity sha512-3mOIUduqSMHm6gNjIw9E641TZ93NB8lFVt+6MKIw6vUaIS5aSsw/6cl0gT86z1IoKlaL90BiOQlA593GUMlzEA==
20702086
dependencies:
2071-
array-union "^2.1.0"
2087+
array-union "^3.0.1"
20722088
dir-glob "^3.0.1"
2073-
fast-glob "^3.1.1"
2074-
ignore "^5.1.4"
2075-
merge2 "^1.3.0"
2076-
slash "^3.0.0"
2089+
fast-glob "^3.2.7"
2090+
ignore "^5.1.8"
2091+
merge2 "^1.4.1"
2092+
slash "^4.0.0"
20772093

20782094
globby@^11.0.3:
20792095
version "11.0.3"
@@ -2175,7 +2191,7 @@ ignore@^4.0.6:
21752191
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
21762192
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
21772193

2178-
ignore@^5.1.4:
2194+
ignore@^5.1.4, ignore@^5.1.8:
21792195
version "5.1.8"
21802196
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
21812197
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -3034,7 +3050,7 @@ merge-stream@^2.0.0:
30343050
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
30353051
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
30363052

3037-
merge2@^1.3.0:
3053+
merge2@^1.3.0, merge2@^1.4.1:
30383054
version "1.4.1"
30393055
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
30403056
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3597,6 +3613,11 @@ slash@^3.0.0:
35973613
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
35983614
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
35993615

3616+
slash@^4.0.0:
3617+
version "4.0.0"
3618+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
3619+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
3620+
36003621
slice-ansi@^4.0.0:
36013622
version "4.0.0"
36023623
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"

0 commit comments

Comments
 (0)