Skip to content

Commit 0cdb239

Browse files
fix(deps): update dependency glob to v9
1 parent 98694d3 commit 0cdb239

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dedent": "^1.5.3",
5151
"deepmerge": "^4.3.1",
5252
"ejs": "^3.1.10",
53-
"glob": "^8.1.0",
53+
"glob": "^9.3.5",
5454
"prompts": "^2.4.2",
5555
"semver": "^7.6.2"
5656
},

yarn.lock

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4200,6 +4200,16 @@ glob@^8.1.0:
42004200
minimatch "^5.0.1"
42014201
once "^1.3.0"
42024202

4203+
glob@^9.3.5:
4204+
version "9.3.5"
4205+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
4206+
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
4207+
dependencies:
4208+
fs.realpath "^1.0.0"
4209+
minimatch "^8.0.2"
4210+
minipass "^4.2.4"
4211+
path-scurry "^1.6.1"
4212+
42034213
globals@^11.1.0:
42044214
version "11.12.0"
42054215
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
@@ -5443,6 +5453,13 @@ minimatch@^5.1.6:
54435453
dependencies:
54445454
brace-expansion "^2.0.1"
54455455

5456+
minimatch@^8.0.2:
5457+
version "8.0.4"
5458+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
5459+
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
5460+
dependencies:
5461+
brace-expansion "^2.0.1"
5462+
54465463
minimatch@^9.0.4:
54475464
version "9.0.4"
54485465
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz"
@@ -5464,6 +5481,11 @@ minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
54645481
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz"
54655482
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
54665483

5484+
minipass@^4.2.4:
5485+
version "4.2.8"
5486+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
5487+
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
5488+
54675489
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
54685490
version "7.1.2"
54695491
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz"
@@ -5873,9 +5895,9 @@ path-parse@^1.0.7:
58735895
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz"
58745896
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
58755897

5876-
path-scurry@^1.11.1:
5898+
path-scurry@^1.11.1, path-scurry@^1.6.1:
58775899
version "1.11.1"
5878-
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz"
5900+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
58795901
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
58805902
dependencies:
58815903
lru-cache "^10.2.0"

0 commit comments

Comments
 (0)