Skip to content

Commit 3f819af

Browse files
chore(deps): bump glob from 8.0.3 to 9.3.1
Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 9.3.1. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.0.3...v9.3.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f9c903 commit 3f819af

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"chokidar": "3.5.3",
7373
"debug": "4.3.4",
7474
"fs-extra": "11.1.1",
75-
"glob": "8.1.0",
75+
"glob": "9.3.1",
7676
"inversify": "6.0.1",
7777
"node-fetch": "2.6.9",
7878
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3397,7 +3397,17 @@ glob@7.2.3, glob@^7.1.3, glob@^7.1.4:
33973397
once "^1.3.0"
33983398
path-is-absolute "^1.0.0"
33993399

3400-
glob@8.1.0, glob@^8.0.1:
3400+
glob@9.3.1, glob@^9.2.0:
3401+
version "9.3.1"
3402+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.1.tgz#4a15cf72479a440f77e97805b21e1b5b6e4fb18a"
3403+
integrity sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==
3404+
dependencies:
3405+
fs.realpath "^1.0.0"
3406+
minimatch "^7.4.1"
3407+
minipass "^4.2.4"
3408+
path-scurry "^1.6.1"
3409+
3410+
glob@^8.0.1:
34013411
version "8.1.0"
34023412
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
34033413
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -3408,16 +3418,6 @@ glob@8.1.0, glob@^8.0.1:
34083418
minimatch "^5.0.1"
34093419
once "^1.3.0"
34103420

3411-
glob@^9.2.0:
3412-
version "9.3.1"
3413-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.1.tgz#4a15cf72479a440f77e97805b21e1b5b6e4fb18a"
3414-
integrity sha512-qERvJb7IGsnkx6YYmaaGvDpf77c951hICMdWaFXyH3PlVob8sbPJJyJX0kWkiCWyXUzoy9UOTNjGg0RbD8bYIw==
3415-
dependencies:
3416-
fs.realpath "^1.0.0"
3417-
minimatch "^7.4.1"
3418-
minipass "^4.2.4"
3419-
path-scurry "^1.6.1"
3420-
34213421
global-dirs@^0.1.1:
34223422
version "0.1.1"
34233423
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"

0 commit comments

Comments
 (0)