Skip to content

Commit 873d7e5

Browse files
chore: bump @types/glob from 8.1.0 to 9.0.0
Bumps [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob) from 8.1.0 to 9.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob) --- updated-dependencies: - dependency-name: "@types/glob" dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f5964d commit 873d7e5

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@rollup/stream": "3.0.1",
6464
"@swc/core": "1.13.2",
6565
"@types/benchmark": "2.1.5",
66-
"@types/glob": "8.1.0",
66+
"@types/glob": "9.0.0",
6767
"@types/jest": "29.5.14",
6868
"@types/multistream": "4.1.3",
6969
"async-done": "2.0.0",

yarn.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,13 +1360,12 @@
13601360
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
13611361
integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
13621362

1363-
"@types/glob@8.1.0":
1364-
version "8.1.0"
1365-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
1366-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
1363+
"@types/glob@9.0.0":
1364+
version "9.0.0"
1365+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
1366+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
13671367
dependencies:
1368-
"@types/minimatch" "^5.1.2"
1369-
"@types/node" "*"
1368+
glob "*"
13701369

13711370
"@types/graceful-fs@^4.1.3":
13721371
version "4.1.9"
@@ -1414,11 +1413,6 @@
14141413
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
14151414
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
14161415

1417-
"@types/minimatch@^5.1.2":
1418-
version "5.1.2"
1419-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1420-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1421-
14221416
"@types/multistream@4.1.3":
14231417
version "4.1.3"
14241418
resolved "https://registry.yarnpkg.com/@types/multistream/-/multistream-4.1.3.tgz#972e3666502128dc273ef15c86b2e533e373ece4"
@@ -3325,7 +3319,7 @@ glob-watcher@^6.0.0:
33253319
async-done "^2.0.0"
33263320
chokidar "^3.5.3"
33273321

3328-
glob@11.0.3:
3322+
glob@*, glob@11.0.3:
33293323
version "11.0.3"
33303324
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
33313325
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==

0 commit comments

Comments
 (0)