Skip to content

Commit 514c2a0

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 e358b99 commit 514c2a0

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.5",
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
@@ -1502,13 +1502,12 @@
15021502
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
15031503
integrity sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==
15041504

1505-
"@types/glob@8.1.0":
1506-
version "8.1.0"
1507-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
1508-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
1505+
"@types/glob@9.0.0":
1506+
version "9.0.0"
1507+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
1508+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
15091509
dependencies:
1510-
"@types/minimatch" "^5.1.2"
1511-
"@types/node" "*"
1510+
glob "*"
15121511

15131512
"@types/graceful-fs@^4.1.3":
15141513
version "4.1.9"
@@ -1556,11 +1555,6 @@
15561555
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
15571556
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
15581557

1559-
"@types/minimatch@^5.1.2":
1560-
version "5.1.2"
1561-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1562-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1563-
15641558
"@types/multistream@4.1.3":
15651559
version "4.1.3"
15661560
resolved "https://registry.yarnpkg.com/@types/multistream/-/multistream-4.1.3.tgz#972e3666502128dc273ef15c86b2e533e373ece4"
@@ -3462,7 +3456,7 @@ glob-watcher@^6.0.0:
34623456
async-done "^2.0.0"
34633457
chokidar "^3.5.3"
34643458

3465-
glob@11.0.3:
3459+
glob@*, glob@11.0.3:
34663460
version "11.0.3"
34673461
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
34683462
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==

0 commit comments

Comments
 (0)