Skip to content

Commit 413c548

Browse files
committed
chore: update dependency globby to v12
1 parent dde44c4 commit 413c548

File tree

5 files changed

+30
-20
lines changed

5 files changed

+30
-20
lines changed

@commitlint/config-lerna-scopes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=v12"
3939
},
4040
"dependencies": {
41-
"globby": "^11.0.1",
41+
"globby": "^12.0.0",
4242
"import-from": "4.0.0",
4343
"resolve-pkg": "2.0.0",
4444
"semver": "7.3.5"

@commitlint/config-patternplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@commitlint/config-angular": "^13.2.0",
34-
"globby": "^11.0.0",
34+
"globby": "^12.0.0",
3535
"lodash": "^4.17.19"
3636
},
3737
"devDependencies": {

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@commitlint/utils": "^13.2.0",
3939
"@types/lodash": "^4.14.161",
40-
"globby": "^11.0.0"
40+
"globby": "^12.0.0"
4141
},
4242
"dependencies": {
4343
"@commitlint/types": "^13.2.0",

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/test": "^13.2.0",
4040
"@commitlint/utils": "^13.2.0",
4141
"conventional-changelog-angular": "5.0.13",
42-
"globby": "^11.0.0"
42+
"globby": "^12.0.0"
4343
},
4444
"dependencies": {
4545
"@commitlint/ensure": "^13.2.0",

yarn.lock

+26-16
Original file line numberDiff line numberDiff line change
@@ -3078,6 +3078,11 @@ array-union@^2.1.0:
30783078
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
30793079
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
30803080

3081+
array-union@^3.0.1:
3082+
version "3.0.1"
3083+
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
3084+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
3085+
30813086
array-unique@^0.3.2:
30823087
version "0.3.2"
30833088
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -5005,7 +5010,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
50055010
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
50065011
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
50075012

5008-
fast-glob@^3.1.1:
5013+
fast-glob@^3.1.1, fast-glob@^3.2.7:
50095014
version "3.2.7"
50105015
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
50115016
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -5557,10 +5562,10 @@ globals@^13.6.0, globals@^13.9.0:
55575562
dependencies:
55585563
type-fest "^0.20.2"
55595564

5560-
globby@^11.0.0:
5561-
version "11.0.0"
5562-
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
5563-
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
5565+
globby@^11.0.2:
5566+
version "11.0.2"
5567+
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
5568+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
55645569
dependencies:
55655570
array-union "^2.1.0"
55665571
dir-glob "^3.0.1"
@@ -5569,7 +5574,7 @@ globby@^11.0.0:
55695574
merge2 "^1.3.0"
55705575
slash "^3.0.0"
55715576

5572-
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
5577+
globby@^11.0.3, globby@^11.0.4:
55735578
version "11.0.4"
55745579
resolved "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
55755580
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5581,17 +5586,17 @@ globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
55815586
merge2 "^1.3.0"
55825587
slash "^3.0.0"
55835588

5584-
globby@^11.0.2:
5585-
version "11.0.2"
5586-
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
5587-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
5589+
globby@^12.0.0:
5590+
version "12.0.2"
5591+
resolved "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
5592+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
55885593
dependencies:
5589-
array-union "^2.1.0"
5594+
array-union "^3.0.1"
55905595
dir-glob "^3.0.1"
5591-
fast-glob "^3.1.1"
5592-
ignore "^5.1.4"
5593-
merge2 "^1.3.0"
5594-
slash "^3.0.0"
5596+
fast-glob "^3.2.7"
5597+
ignore "^5.1.8"
5598+
merge2 "^1.4.1"
5599+
slash "^4.0.0"
55955600

55965601
got@^9.6.0:
55975602
version "9.6.0"
@@ -7600,7 +7605,7 @@ merge-stream@^2.0.0:
76007605
resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
76017606
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
76027607

7603-
merge2@^1.3.0:
7608+
merge2@^1.3.0, merge2@^1.4.1:
76047609
version "1.4.1"
76057610
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
76067611
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -9597,6 +9602,11 @@ slash@^3.0.0:
95979602
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
95989603
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
95999604

9605+
slash@^4.0.0:
9606+
version "4.0.0"
9607+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
9608+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
9609+
96009610
slice-ansi@^3.0.0:
96019611
version "3.0.0"
96029612
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"

0 commit comments

Comments
 (0)