Skip to content

Commit a7eb26a

Browse files
committed
chore: update dependency globby to v12
1 parent 5105f43 commit a7eb26a

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

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/test": "^14.0.0",
4040
"@commitlint/utils": "^14.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": "^14.1.0",

yarn.lock

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

3124+
array-union@^3.0.1:
3125+
version "3.0.1"
3126+
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
3127+
integrity sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==
3128+
31243129
array-unique@^0.3.2:
31253130
version "0.3.2"
31263131
resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
@@ -5009,7 +5014,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
50095014
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
50105015
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
50115016

5012-
fast-glob@^3.1.1:
5017+
fast-glob@^3.1.1, fast-glob@^3.2.7:
50135018
version "3.2.7"
50145019
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
50155020
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -5553,10 +5558,10 @@ globals@^13.6.0, globals@^13.9.0:
55535558
dependencies:
55545559
type-fest "^0.20.2"
55555560

5556-
globby@^11.0.0:
5557-
version "11.0.0"
5558-
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
5559-
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
5561+
globby@^11.0.2:
5562+
version "11.0.2"
5563+
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
5564+
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
55605565
dependencies:
55615566
array-union "^2.1.0"
55625567
dir-glob "^3.0.1"
@@ -5565,7 +5570,7 @@ globby@^11.0.0:
55655570
merge2 "^1.3.0"
55665571
slash "^3.0.0"
55675572

5568-
globby@^11.0.1, globby@^11.0.4:
5573+
globby@^11.0.4:
55695574
version "11.0.4"
55705575
resolved "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
55715576
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5577,17 +5582,17 @@ globby@^11.0.1, globby@^11.0.4:
55775582
merge2 "^1.3.0"
55785583
slash "^3.0.0"
55795584

5580-
globby@^11.0.2:
5581-
version "11.0.2"
5582-
resolved "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
5583-
integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==
5585+
globby@^12.0.0:
5586+
version "12.0.2"
5587+
resolved "https://registry.npmjs.org/globby/-/globby-12.0.2.tgz#53788b2adf235602ed4cabfea5c70a1139e1ab11"
5588+
integrity sha512-lAsmb/5Lww4r7MM9nCCliDZVIKbZTavrsunAsHLr9oHthrZP1qi7/gAnHOsUs9bLvEt2vKVJhHmxuL7QbDuPdQ==
55845589
dependencies:
5585-
array-union "^2.1.0"
5590+
array-union "^3.0.1"
55865591
dir-glob "^3.0.1"
5587-
fast-glob "^3.1.1"
5588-
ignore "^5.1.4"
5589-
merge2 "^1.3.0"
5590-
slash "^3.0.0"
5592+
fast-glob "^3.2.7"
5593+
ignore "^5.1.8"
5594+
merge2 "^1.4.1"
5595+
slash "^4.0.0"
55915596

55925597
got@^9.6.0:
55935598
version "9.6.0"
@@ -7582,7 +7587,7 @@ merge-stream@^2.0.0:
75827587
resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
75837588
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
75847589

7585-
merge2@^1.3.0:
7590+
merge2@^1.3.0, merge2@^1.4.1:
75867591
version "1.4.1"
75877592
resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
75887593
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -9525,6 +9530,11 @@ slash@^3.0.0:
95259530
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
95269531
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
95279532

9533+
slash@^4.0.0:
9534+
version "4.0.0"
9535+
resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
9536+
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
9537+
95289538
slice-ansi@^3.0.0:
95299539
version "3.0.0"
95309540
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz#31ddc10930a1b7e0b67b08c96c2f49b77a789787"

0 commit comments

Comments
 (0)