Skip to content

Commit 066ecf3

Browse files
chore: update dependency @types/glob to v9
1 parent 87369f2 commit 066ecf3

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

@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.0.0",
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: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,13 +1818,12 @@
18181818
dependencies:
18191819
"@types/node" "*"
18201820

1821-
"@types/glob@^8.1.0":
1822-
version "8.1.0"
1823-
resolved "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
1824-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
1821+
"@types/glob@^9.0.0":
1822+
version "9.0.0"
1823+
resolved "https://registry.npmjs.org/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
1824+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
18251825
dependencies:
1826-
"@types/minimatch" "^5.1.2"
1827-
"@types/node" "*"
1826+
glob "*"
18281827

18291828
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
18301829
version "3.0.4"
@@ -1958,11 +1957,6 @@
19581957
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
19591958
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
19601959

1961-
"@types/minimatch@^5.1.2":
1962-
version "5.1.2"
1963-
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1964-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1965-
19661960
"@types/minimist@^1.2.0", "@types/minimist@^1.2.4":
19671961
version "1.2.5"
19681962
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
@@ -4320,6 +4314,18 @@ glob-parent@^5.1.2:
43204314
dependencies:
43214315
is-glob "^4.0.1"
43224316

4317+
glob@*:
4318+
version "12.0.0"
4319+
resolved "https://registry.npmjs.org/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
4320+
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
4321+
dependencies:
4322+
foreground-child "^3.3.1"
4323+
jackspeak "^4.1.1"
4324+
minimatch "^10.1.1"
4325+
minipass "^7.1.2"
4326+
package-json-from-dist "^1.0.0"
4327+
path-scurry "^2.0.0"
4328+
43234329
43244330
version "7.2.3"
43254331
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"

0 commit comments

Comments
 (0)