Skip to content

Commit 5f621b4

Browse files
chore: update dependency @types/glob to v9
1 parent 898ea87 commit 5f621b4

2 files changed

Lines changed: 28 additions & 12 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@commitlint/test": "^20.4.3",
3737
"@commitlint/utils": "^20.0.0",
38-
"@types/glob": "^8.1.0"
38+
"@types/glob": "^9.0.0"
3939
},
4040
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
4141
}

yarn.lock

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,13 +1748,12 @@
17481748
dependencies:
17491749
"@types/node" "*"
17501750

1751-
"@types/glob@^8.1.0":
1752-
version "8.1.0"
1753-
resolved "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
1754-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
1751+
"@types/glob@^9.0.0":
1752+
version "9.0.0"
1753+
resolved "https://registry.npmjs.org/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
1754+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
17551755
dependencies:
1756-
"@types/minimatch" "^5.1.2"
1757-
"@types/node" "*"
1756+
glob "*"
17581757

17591758
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
17601759
version "3.0.4"
@@ -1860,11 +1859,6 @@
18601859
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
18611860
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
18621861

1863-
"@types/minimatch@^5.1.2":
1864-
version "5.1.2"
1865-
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1866-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1867-
18681862
"@types/minimist@^1.2.0", "@types/minimist@^1.2.4":
18691863
version "1.2.5"
18701864
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
@@ -4461,6 +4455,15 @@ glob-parent@^5.1.2:
44614455
dependencies:
44624456
is-glob "^4.0.1"
44634457

4458+
glob@*:
4459+
version "13.0.6"
4460+
resolved "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
4461+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
4462+
dependencies:
4463+
minimatch "^10.2.2"
4464+
minipass "^7.1.3"
4465+
path-scurry "^2.0.2"
4466+
44644467
glob@7.2.3:
44654468
version "7.2.3"
44664469
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -5887,6 +5890,11 @@ minipass@^5.0.0:
58875890
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
58885891
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
58895892

5893+
minipass@^7.1.3:
5894+
version "7.1.3"
5895+
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
5896+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
5897+
58905898
minisearch@^7.1.1:
58915899
version "7.2.0"
58925900
resolved "https://registry.npmjs.org/minisearch/-/minisearch-7.2.0.tgz#3dc30e41e9464b3836553b6d969b656614f8f359"
@@ -6497,6 +6505,14 @@ path-scurry@^2.0.0:
64976505
lru-cache "^11.0.0"
64986506
minipass "^7.1.2"
64996507

6508+
path-scurry@^2.0.2:
6509+
version "2.0.2"
6510+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
6511+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
6512+
dependencies:
6513+
lru-cache "^11.0.0"
6514+
minipass "^7.1.2"
6515+
65006516
path-type@^3.0.0:
65016517
version "3.0.0"
65026518
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)