Skip to content

Commit 1c673a9

Browse files
committed
chore: add global resolution for glob
1 parent afc52a8 commit 1c673a9

File tree

2 files changed

+41
-48
lines changed

2 files changed

+41
-48
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"glob-parent": "^6.0.2",
129129
"parse-url": "^8.1.0",
130130
"graphql": "15.8.0",
131-
"xml2js": "0.5.0"
131+
"xml2js": "0.5.0",
132+
"glob": "^9.3.5"
132133
},
133134
"config": {
134135
"commitizen": {

yarn.lock

Lines changed: 39 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -9327,40 +9327,15 @@ glob-parent@^5.0.0, glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@^6.0.2:
93279327
dependencies:
93289328
is-glob "^4.0.3"
93299329

9330-
9331-
version "7.1.4"
9332-
resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
9333-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
9330+
[email protected], [email protected], glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7, glob@^7.2.0, glob@^8.0.1, glob@^8.0.3, glob@^9.3.5:
9331+
version "9.3.5"
9332+
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
9333+
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
93349334
dependencies:
93359335
fs.realpath "^1.0.0"
9336-
inflight "^1.0.4"
9337-
inherits "2"
9338-
minimatch "^3.0.4"
9339-
once "^1.3.0"
9340-
path-is-absolute "^1.0.0"
9341-
9342-
[email protected], glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7, glob@^7.2.0:
9343-
version "7.2.3"
9344-
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
9345-
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
9346-
dependencies:
9347-
fs.realpath "^1.0.0"
9348-
inflight "^1.0.4"
9349-
inherits "2"
9350-
minimatch "^3.1.1"
9351-
once "^1.3.0"
9352-
path-is-absolute "^1.0.0"
9353-
9354-
glob@^8.0.1, glob@^8.0.3:
9355-
version "8.1.0"
9356-
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
9357-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
9358-
dependencies:
9359-
fs.realpath "^1.0.0"
9360-
inflight "^1.0.4"
9361-
inherits "2"
9362-
minimatch "^5.0.1"
9363-
once "^1.3.0"
9336+
minimatch "^8.0.2"
9337+
minipass "^4.2.4"
9338+
path-scurry "^1.6.1"
93649339

93659340
global-dirs@^0.1.1:
93669341
version "0.1.1"
@@ -9863,15 +9838,7 @@ inflected@^2.0.4:
98639838
resolved "https://registry.npmjs.org/inflected/-/inflected-2.1.0.tgz#2816ac17a570bbbc8303ca05bca8bf9b3f959687"
98649839
integrity sha512-hAEKNxvHf2Iq3H60oMBHkB4wl5jn3TPF3+fXek/sRwAB5gP9xWs4r7aweSF95f99HFoz69pnZTcu8f0SIHV18w==
98659840

9866-
inflight@^1.0.4:
9867-
version "1.0.6"
9868-
resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
9869-
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
9870-
dependencies:
9871-
once "^1.3.0"
9872-
wrappy "1"
9873-
9874-
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
9841+
inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3, inherits@~2.0.4:
98759842
version "2.0.4"
98769843
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
98779844
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -11431,6 +11398,11 @@ lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
1143111398
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
1143211399
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
1143311400

11401+
"lru-cache@^9.1.1 || ^10.0.0":
11402+
version "10.1.0"
11403+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
11404+
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
11405+
1143411406
lz-string@^1.4.4:
1143511407
version "1.5.0"
1143611408
resolved "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
@@ -11590,7 +11562,7 @@ [email protected]:
1159011562
dependencies:
1159111563
brace-expansion "^1.1.7"
1159211564

11593-
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
11565+
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.2:
1159411566
version "3.1.2"
1159511567
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
1159611568
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -11604,6 +11576,13 @@ minimatch@^5.0.1:
1160411576
dependencies:
1160511577
brace-expansion "^2.0.1"
1160611578

11579+
minimatch@^8.0.2:
11580+
version "8.0.4"
11581+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
11582+
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
11583+
dependencies:
11584+
brace-expansion "^2.0.1"
11585+
1160711586
1160811587
version "4.1.0"
1160911588
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -11672,11 +11651,21 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
1167211651
dependencies:
1167311652
yallist "^4.0.0"
1167411653

11654+
minipass@^4.2.4:
11655+
version "4.2.8"
11656+
resolved "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
11657+
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
11658+
1167511659
minipass@^5.0.0:
1167611660
version "5.0.0"
1167711661
resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
1167811662
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
1167911663

11664+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
11665+
version "7.0.4"
11666+
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
11667+
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
11668+
1168011669
minizlib@^2.1.1, minizlib@^2.1.2:
1168111670
version "2.1.2"
1168211671
resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -12524,11 +12513,6 @@ path-exists@^4.0.0:
1252412513
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1252512514
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1252612515

12527-
path-is-absolute@^1.0.0:
12528-
version "1.0.1"
12529-
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
12530-
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
12531-
1253212516
path-is-inside@^1.0.2:
1253312517
version "1.0.2"
1253412518
resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
@@ -12561,6 +12545,14 @@ path-root@^0.1.1:
1256112545
dependencies:
1256212546
path-root-regex "^0.1.0"
1256312547

12548+
path-scurry@^1.6.1:
12549+
version "1.10.1"
12550+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
12551+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
12552+
dependencies:
12553+
lru-cache "^9.1.1 || ^10.0.0"
12554+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
12555+
1256412556
path-type@^3.0.0:
1256512557
version "3.0.0"
1256612558
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)