Skip to content

Commit a291ac5

Browse files
committed
chore: update dependency globby to v12
1 parent c07efe0 commit a291ac5

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
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": "^16.0.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": "^16.0.0",
3939
"@types/lodash": "^4.14.161",
40-
"globby": "^11.0.0"
40+
"globby": "^12.0.0"
4141
},
4242
"dependencies": {
4343
"@commitlint/types": "^16.0.0",

@commitlint/rules/package.json

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

yarn.lock

+24-2
Original file line numberDiff line numberDiff line change
@@ -2774,6 +2774,11 @@ array-union@^2.1.0:
27742774
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
27752775
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
27762776

2777+
array-union@^3.0.1:
2778+
version "3.0.1"
2779+
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
2780+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
2781+
27772782
array.prototype.flat@^1.2.5:
27782783
version "1.2.5"
27792784
resolved "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
@@ -4398,7 +4403,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
43984403
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
43994404
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
44004405

4401-
fast-glob@^3.2.9:
4406+
fast-glob@^3.2.7, fast-glob@^3.2.9:
44024407
version "3.2.9"
44034408
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.9.tgz#8f55f664b68a236bd29fa165817fc44f2b11faba"
44044409
integrity sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ==
@@ -4874,7 +4879,7 @@ globals@^13.6.0, globals@^13.9.0:
48744879
dependencies:
48754880
type-fest "^0.20.2"
48764881

4877-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
4882+
globby@^11.0.2, globby@^11.0.4:
48784883
version "11.1.0"
48794884
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
48804885
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4886,6 +4891,18 @@ globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.0.4:
48864891
merge2 "^1.4.1"
48874892
slash "^3.0.0"
48884893

4894+
globby@^12.0.0:
4895+
version "12.0.2"
4896+
resolved "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
4897+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
4898+
dependencies:
4899+
array-union "^3.0.1"
4900+
dir-glob "^3.0.1"
4901+
fast-glob "^3.2.7"
4902+
ignore "^5.1.8"
4903+
merge2 "^1.4.1"
4904+
slash "^4.0.0"
4905+
48894906
got@^9.6.0:
48904907
version "9.6.0"
48914908
resolved "https://registry.npmjs.org/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
@@ -8257,6 +8274,11 @@ slash@^3.0.0:
82578274
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
82588275
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
82598276

8277+
slash@^4.0.0:
8278+
version "4.0.0"
8279+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
8280+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
8281+
82608282
slice-ansi@^3.0.0:
82618283
version "3.0.0"
82628284
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"

0 commit comments

Comments
 (0)