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

Commit b53f9da

Browse files
committed
fix(deps): update dependency globby to v12
1 parent 31adabb commit b53f9da

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
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: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,11 @@ array-union@^2.1.0:
11021102
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
11031103
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
11041104

1105+
array-union@^3.0.1:
1106+
version "3.0.1"
1107+
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
1108+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
1109+
11051110
array.prototype.flat@^1.2.5:
11061111
version "1.2.5"
11071112
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
@@ -1852,6 +1857,17 @@ fast-glob@^3.1.1:
18521857
micromatch "^4.0.2"
18531858
picomatch "^2.2.1"
18541859

1860+
fast-glob@^3.2.7:
1861+
version "3.2.7"
1862+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
1863+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
1864+
dependencies:
1865+
"@nodelib/fs.stat" "^2.0.2"
1866+
"@nodelib/fs.walk" "^1.2.3"
1867+
glob-parent "^5.1.2"
1868+
merge2 "^1.3.0"
1869+
micromatch "^4.0.4"
1870+
18551871
[email protected], fast-json-stable-stringify@^2.0.0:
18561872
version "2.1.0"
18571873
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2048,17 +2064,17 @@ globals@^13.9.0:
20482064
dependencies:
20492065
type-fest "^0.20.2"
20502066

2051-
globby@11.0.4:
2052-
version "11.0.4"
2053-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2054-
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
2067+
globby@12.0.2:
2068+
version "12.0.2"
2069+
resolved "https://registry.yarnpkg.com/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
2070+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
20552071
dependencies:
2056-
array-union "^2.1.0"
2072+
array-union "^3.0.1"
20572073
dir-glob "^3.0.1"
2058-
fast-glob "^3.1.1"
2059-
ignore "^5.1.4"
2060-
merge2 "^1.3.0"
2061-
slash "^3.0.0"
2074+
fast-glob "^3.2.7"
2075+
ignore "^5.1.8"
2076+
merge2 "^1.4.1"
2077+
slash "^4.0.0"
20622078

20632079
globby@^11.0.3:
20642080
version "11.0.3"
@@ -3055,7 +3071,7 @@ merge-stream@^2.0.0:
30553071
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
30563072
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
30573073

3058-
merge2@^1.3.0:
3074+
merge2@^1.3.0, merge2@^1.4.1:
30593075
version "1.4.1"
30603076
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
30613077
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3567,6 +3583,11 @@ slash@^3.0.0:
35673583
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
35683584
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
35693585

3586+
slash@^4.0.0:
3587+
version "4.0.0"
3588+
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
3589+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
3590+
35703591
slice-ansi@^4.0.0:
35713592
version "4.0.0"
35723593
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"

0 commit comments

Comments
 (0)