Skip to content

Commit 57226b8

Browse files
chore(deps): update dependency glob to v11
1 parent 736985d commit 57226b8

File tree

2 files changed

+41
-35
lines changed

2 files changed

+41
-35
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
"eslint-config-prettier": "^9.0.0",
473473
"eslint-plugin-react-hooks": "^4.6.0",
474474
"eslint-plugin-unicorn": "^49.0.0",
475-
"glob": "^10.3.10",
475+
"glob": "^11.0.0",
476476
"husky": "^8.0.3",
477477
"lint-staged": "^15.0.2",
478478
"node-fetch": "^3.3.2",

yarn.lock

+40-34
Original file line numberDiff line numberDiff line change
@@ -2388,16 +2388,17 @@ [email protected]:
23882388
once "^1.3.0"
23892389
path-is-absolute "^1.0.0"
23902390

2391-
glob@^10.3.10:
2392-
version "10.3.10"
2393-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
2394-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
2391+
glob@^11.0.0:
2392+
version "11.0.0"
2393+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2394+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
23952395
dependencies:
23962396
foreground-child "^3.1.0"
2397-
jackspeak "^2.3.5"
2398-
minimatch "^9.0.1"
2399-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
2400-
path-scurry "^1.10.1"
2397+
jackspeak "^4.0.1"
2398+
minimatch "^10.0.0"
2399+
minipass "^7.1.2"
2400+
package-json-from-dist "^1.0.0"
2401+
path-scurry "^2.0.0"
24012402

24022403
glob@^7.0.6, glob@^7.1.3:
24032404
version "7.2.3"
@@ -2768,10 +2769,10 @@ isobject@^3.0.1:
27682769
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
27692770
integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
27702771

2771-
jackspeak@^2.3.5:
2772-
version "2.3.6"
2773-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
2774-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
2772+
jackspeak@^4.0.1:
2773+
version "4.0.1"
2774+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
2775+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
27752776
dependencies:
27762777
"@isaacs/cliui" "^8.0.2"
27772778
optionalDependencies:
@@ -2995,18 +2996,18 @@ loupe@^2.3.1, loupe@^2.3.6:
29952996
dependencies:
29962997
get-func-name "^2.0.0"
29972998

2999+
lru-cache@^11.0.0:
3000+
version "11.0.0"
3001+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3002+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3003+
29983004
lru-cache@^6.0.0:
29993005
version "6.0.0"
30003006
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
30013007
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
30023008
dependencies:
30033009
yallist "^4.0.0"
30043010

3005-
"lru-cache@^9.1.1 || ^10.0.0":
3006-
version "10.0.0"
3007-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"
3008-
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==
3009-
30103011
magic-string@^0.30.1:
30113012
version "0.30.1"
30123013
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.1.tgz#ce5cd4b0a81a5d032bd69aab4522299b2166284d"
@@ -3112,29 +3113,29 @@ minimalistic-assert@^1.0.0:
31123113
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
31133114
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
31143115

3116+
minimatch@^10.0.0:
3117+
version "10.0.1"
3118+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3119+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3120+
dependencies:
3121+
brace-expansion "^2.0.1"
3122+
31153123
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
31163124
version "3.1.2"
31173125
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
31183126
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
31193127
dependencies:
31203128
brace-expansion "^1.1.7"
31213129

3122-
minimatch@^9.0.1:
3123-
version "9.0.1"
3124-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
3125-
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
3126-
dependencies:
3127-
brace-expansion "^2.0.1"
3128-
31293130
minimist@^1.2.0, minimist@^1.2.3:
31303131
version "1.2.8"
31313132
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
31323133
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
31333134

3134-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
3135-
version "7.0.1"
3136-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.1.tgz#dff63464407cd8b83d7f008c0f116fa8c9b77ebf"
3137-
integrity sha512-NQ8MCKimInjVlaIqx51RKJJB7mINVkLTJbsZKmto4UAAOC/CWXES8PGaOgoBZyqoUsUA/U3DToGK7GJkkHbjJw==
3135+
minipass@^7.1.2:
3136+
version "7.1.2"
3137+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
3138+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
31383139

31393140
mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
31403141
version "0.5.3"
@@ -3424,6 +3425,11 @@ p-try@^2.0.0:
34243425
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
34253426
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
34263427

3428+
package-json-from-dist@^1.0.0:
3429+
version "1.0.0"
3430+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
3431+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
3432+
34273433
parent-module@^1.0.0:
34283434
version "1.0.1"
34293435
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3493,13 +3499,13 @@ path-parse@^1.0.7:
34933499
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
34943500
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
34953501

3496-
path-scurry@^1.10.1:
3497-
version "1.10.1"
3498-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
3499-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
3502+
path-scurry@^2.0.0:
3503+
version "2.0.0"
3504+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
3505+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
35003506
dependencies:
3501-
lru-cache "^9.1.1 || ^10.0.0"
3502-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3507+
lru-cache "^11.0.0"
3508+
minipass "^7.1.2"
35033509

35043510
35053511
version "0.1.7"

0 commit comments

Comments
 (0)