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

Commit 7094dc5

Browse files
committed
fix(deps): update dependency globby to v12
1 parent 5ea6025 commit 7094dc5

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

yarn.lock

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

1083+
array-union@^3.0.1:
1084+
version "3.0.1"
1085+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
1086+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
1087+
10831088
array.prototype.flat@^1.2.4:
10841089
version "1.2.4"
10851090
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz#6ef638b43312bd401b4c6199fdec7e2dc9e9a123"
@@ -1870,6 +1875,17 @@ fast-glob@^3.1.1:
18701875
micromatch "^4.0.2"
18711876
picomatch "^2.2.1"
18721877

1878+
fast-glob@^3.2.7:
1879+
version "3.2.7"
1880+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
1881+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
1882+
dependencies:
1883+
"@nodelib/fs.stat" "^2.0.2"
1884+
"@nodelib/fs.walk" "^1.2.3"
1885+
glob-parent "^5.1.2"
1886+
merge2 "^1.3.0"
1887+
micromatch "^4.0.4"
1888+
18731889
[email protected], fast-json-stable-stringify@^2.0.0:
18741890
version "2.1.0"
18751891
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2058,17 +2074,17 @@ globals@^13.9.0:
20582074
dependencies:
20592075
type-fest "^0.20.2"
20602076

2061-
globby@11.0.4:
2062-
version "11.0.4"
2063-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2064-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2077+
globby@12.0.1:
2078+
version "12.0.1"
2079+
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.1.tgz#2c4dd20cc1e6647946afa26078b16c352422a931"
2080+
integrity sha512-AofdCGi+crQ1uN9+nMbTnvC4XGNPJN9hRiPf+A76lUZIZoWoj4Z9iyUQGge7xCGKgR/7ejB36qoIlLoDBc7fYw==
20652081
dependencies:
2066-
array-union "^2.1.0"
2082+
array-union "^3.0.1"
20672083
dir-glob "^3.0.1"
2068-
fast-glob "^3.1.1"
2069-
ignore "^5.1.4"
2070-
merge2 "^1.3.0"
2071-
slash "^3.0.0"
2084+
fast-glob "^3.2.7"
2085+
ignore "^5.1.8"
2086+
merge2 "^1.4.1"
2087+
slash "^4.0.0"
20722088

20732089
globby@^11.0.3:
20742090
version "11.0.3"
@@ -2177,7 +2193,7 @@ ignore@^4.0.6:
21772193
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
21782194
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
21792195

2180-
ignore@^5.1.4:
2196+
ignore@^5.1.4, ignore@^5.1.8:
21812197
version "5.1.8"
21822198
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
21832199
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -3052,7 +3068,7 @@ merge-stream@^2.0.0:
30523068
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
30533069
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
30543070

3055-
merge2@^1.3.0:
3071+
merge2@^1.3.0, merge2@^1.4.1:
30563072
version "1.4.1"
30573073
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
30583074
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3613,6 +3629,11 @@ slash@^3.0.0:
36133629
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
36143630
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
36153631

3632+
slash@^4.0.0:
3633+
version "4.0.0"
3634+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
3635+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
3636+
36163637
slice-ansi@^4.0.0:
36173638
version "4.0.0"
36183639
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"

0 commit comments

Comments
 (0)