Skip to content

Commit 66fe689

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 4a0a6bb commit 66fe689

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
@@ -64,7 +64,7 @@
6464
"@swc-node/register": "1.11.1",
6565
"@swc/core": "1.13.3",
6666
"@types/benchmark": "2.1.5",
67-
"@types/glob": "8.1.0",
67+
"@types/glob": "9.0.0",
6868
"@types/jest": "29.5.14",
6969
"@types/multistream": "4.1.3",
7070
"async-done": "2.0.0",

yarn.lock

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

1482-
"@types/glob@8.1.0":
1483-
version "8.1.0"
1484-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
1485-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
1482+
"@types/glob@9.0.0":
1483+
version "9.0.0"
1484+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
1485+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
14861486
dependencies:
1487-
"@types/minimatch" "^5.1.2"
1488-
"@types/node" "*"
1487+
glob "*"
14891488

14901489
"@types/graceful-fs@^4.1.3":
14911490
version "4.1.9"
@@ -1533,11 +1532,6 @@
15331532
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
15341533
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
15351534

1536-
"@types/minimatch@^5.1.2":
1537-
version "5.1.2"
1538-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1539-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1540-
15411535
"@types/multistream@4.1.3":
15421536
version "4.1.3"
15431537
resolved "https://registry.yarnpkg.com/@types/multistream/-/multistream-4.1.3.tgz#972e3666502128dc273ef15c86b2e533e373ece4"
@@ -3434,7 +3428,7 @@ glob-watcher@^6.0.0:
34343428
async-done "^2.0.0"
34353429
chokidar "^3.5.3"
34363430

3437-
glob@11.0.3:
3431+
glob@*, glob@11.0.3:
34383432
version "11.0.3"
34393433
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
34403434
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==

0 commit comments

Comments
 (0)