Skip to content

Commit 4d88fe2

Browse files
joschawing328
andauthored
fix: update glob package (#828)
* fix: update `glob` package * chore: revert `glob` to `9.x` but bump minium node version to 16+ --------- Co-authored-by: William Cheng <[email protected]>
1 parent 630e602 commit 4d88fe2

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rest"
4545
],
4646
"engines": {
47-
"node": ">=10.0.0"
47+
"node": ">=16"
4848
},
4949
"scripts": {
5050
"nx": "nx",
@@ -91,6 +91,7 @@
9191
"concurrently": "6.5.1",
9292
"console.table": "0.10.0",
9393
"fs-extra": "10.1.0",
94+
"glob": "9.x",
9495
"https-proxy-agent": "^7.0.4",
9596
"inquirer": "8.2.6",
9697
"jsonpath": "1.1.1",

yarn.lock

+35
Original file line numberDiff line numberDiff line change
@@ -5876,6 +5876,16 @@ glob-to-regexp@^0.4.1:
58765876
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
58775877
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
58785878

5879+
5880+
version "9.3.5"
5881+
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
5882+
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
5883+
dependencies:
5884+
fs.realpath "^1.0.0"
5885+
minimatch "^8.0.2"
5886+
minipass "^4.2.4"
5887+
path-scurry "^1.6.1"
5888+
58795889
glob@^10.2.2, glob@^10.3.10:
58805890
version "10.3.10"
58815891
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
@@ -7539,6 +7549,11 @@ lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0":
75397549
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
75407550
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
75417551

7552+
lru-cache@^10.2.0:
7553+
version "10.4.3"
7554+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7555+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7556+
75427557
lru-cache@^5.1.1:
75437558
version "5.1.1"
75447559
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7761,6 +7776,13 @@ minimatch@^5.0.1:
77617776
dependencies:
77627777
brace-expansion "^2.0.1"
77637778

7779+
minimatch@^8.0.2:
7780+
version "8.0.4"
7781+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
7782+
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
7783+
dependencies:
7784+
brace-expansion "^2.0.1"
7785+
77647786
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
77657787
version "1.2.8"
77667788
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -7820,6 +7842,11 @@ minipass@^3.0.0:
78207842
dependencies:
78217843
yallist "^4.0.0"
78227844

7845+
minipass@^4.2.4:
7846+
version "4.2.8"
7847+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
7848+
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
7849+
78237850
minipass@^5.0.0:
78247851
version "5.0.0"
78257852
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
@@ -8620,6 +8647,14 @@ path-scurry@^1.10.1:
86208647
lru-cache "^9.1.1 || ^10.0.0"
86218648
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
86228649

8650+
path-scurry@^1.6.1:
8651+
version "1.11.1"
8652+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8653+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
8654+
dependencies:
8655+
lru-cache "^10.2.0"
8656+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8657+
86238658
86248659
version "0.1.10"
86258660
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"

0 commit comments

Comments
 (0)