Skip to content

Commit 64e7a86

Browse files
committed
chore: update dependency globby to v12
1 parent f8b8b20 commit 64e7a86

File tree

5 files changed

+31
-21
lines changed

5 files changed

+31
-21
lines changed

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

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

@commitlint/config-patternplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@commitlint/config-angular": "^13.1.0",
33-
"globby": "^11.0.0",
33+
"globby": "^12.0.0",
3434
"lodash": "^4.17.19"
3535
},
3636
"devDependencies": {

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/utils": "^13.0.0",
3838
"@types/lodash": "^4.14.161",
39-
"globby": "^11.0.0"
39+
"globby": "^12.0.0"
4040
},
4141
"dependencies": {
4242
"@commitlint/types": "^13.1.0",

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@commitlint/test": "^13.0.0",
3939
"@commitlint/utils": "^13.0.0",
4040
"conventional-changelog-angular": "5.0.13",
41-
"globby": "^11.0.0"
41+
"globby": "^12.0.0"
4242
},
4343
"dependencies": {
4444
"@commitlint/ensure": "^13.1.0",

yarn.lock

+27-17
Original file line numberDiff line numberDiff line change
@@ -3086,6 +3086,11 @@ array-union@^2.1.0:
30863086
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
30873087
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
30883088

3089+
array-union@^3.0.1:
3090+
version "3.0.1"
3091+
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
3092+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
3093+
30893094
array-unique@^0.3.2:
30903095
version "0.3.2"
30913096
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -4990,7 +4995,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
49904995
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
49914996
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
49924997

4993-
fast-glob@^3.1.1:
4998+
fast-glob@^3.1.1, fast-glob@^3.2.7:
49944999
version "3.2.7"
49955000
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
49965001
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -5527,10 +5532,10 @@ globals@^13.6.0, globals@^13.9.0:
55275532
dependencies:
55285533
type-fest "^0.20.2"
55295534

5530-
globby@^11.0.0:
5531-
version "11.0.0"
5532-
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
5533-
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
5535+
globby@^11.0.2:
5536+
version "11.0.2"
5537+
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
5538+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
55345539
dependencies:
55355540
array-union "^2.1.0"
55365541
dir-glob "^3.0.1"
@@ -5539,7 +5544,7 @@ globby@^11.0.0:
55395544
merge2 "^1.3.0"
55405545
slash "^3.0.0"
55415546

5542-
globby@^11.0.1, globby@^11.0.3:
5547+
globby@^11.0.3:
55435548
version "11.0.4"
55445549
resolved "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
55455550
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5551,17 +5556,17 @@ globby@^11.0.1, globby@^11.0.3:
55515556
merge2 "^1.3.0"
55525557
slash "^3.0.0"
55535558

5554-
globby@^11.0.2:
5555-
version "11.0.2"
5556-
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
5557-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
5559+
globby@^12.0.0:
5560+
version "12.0.2"
5561+
resolved "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
5562+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
55585563
dependencies:
5559-
array-union "^2.1.0"
5564+
array-union "^3.0.1"
55605565
dir-glob "^3.0.1"
5561-
fast-glob "^3.1.1"
5562-
ignore "^5.1.4"
5563-
merge2 "^1.3.0"
5564-
slash "^3.0.0"
5566+
fast-glob "^3.2.7"
5567+
ignore "^5.1.8"
5568+
merge2 "^1.4.1"
5569+
slash "^4.0.0"
55655570

55665571
got@^9.6.0:
55675572
version "9.6.0"
@@ -5848,7 +5853,7 @@ ignore@^4.0.6:
58485853
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
58495854
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
58505855

5851-
ignore@^5.1.4:
5856+
ignore@^5.1.4, ignore@^5.1.8:
58525857
version "5.1.8"
58535858
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
58545859
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -7570,7 +7575,7 @@ merge-stream@^2.0.0:
75707575
resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
75717576
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
75727577

7573-
merge2@^1.3.0:
7578+
merge2@^1.3.0, merge2@^1.4.1:
75747579
version "1.4.1"
75757580
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
75767581
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -9574,6 +9579,11 @@ slash@^3.0.0:
95749579
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
95759580
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
95769581

9582+
slash@^4.0.0:
9583+
version "4.0.0"
9584+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
9585+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
9586+
95779587
slice-ansi@^3.0.0:
95789588
version "3.0.0"
95799589
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"

0 commit comments

Comments
 (0)