Skip to content

Commit d7f116d

Browse files
Update dependency rimraf to v6
1 parent 3c8c67e commit d7f116d

File tree

2 files changed

+48
-62
lines changed

2 files changed

+48
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/elliptic": "^6.4.17",
3434
"elliptic": "^6.5.4",
3535
"ethers": "^6.0.0",
36-
"rimraf": "5.0.10",
36+
"rimraf": "6.0.1",
3737
"rollup": "^4.0.0",
3838
"tslib": "^2.6.2",
3939
"typescript": "5.6.2"

yarn.lock

Lines changed: 47 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -362,17 +362,6 @@ function-bind@^1.1.2:
362362
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
363363
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
364364

365-
glob@^10.3.7:
366-
version "10.3.10"
367-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
368-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
369-
dependencies:
370-
foreground-child "^3.1.0"
371-
jackspeak "^2.3.5"
372-
minimatch "^9.0.1"
373-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
374-
path-scurry "^1.10.1"
375-
376365
glob@^10.4.1:
377366
version "10.4.1"
378367
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
@@ -384,6 +373,18 @@ glob@^10.4.1:
384373
minipass "^7.1.2"
385374
path-scurry "^1.11.1"
386375

376+
glob@^11.0.0:
377+
version "11.0.0"
378+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
379+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
380+
dependencies:
381+
foreground-child "^3.1.0"
382+
jackspeak "^4.0.1"
383+
minimatch "^10.0.0"
384+
minipass "^7.1.2"
385+
package-json-from-dist "^1.0.0"
386+
path-scurry "^2.0.0"
387+
387388
hash.js@^1.0.0, hash.js@^1.0.3:
388389
version "1.1.7"
389390
resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42"
@@ -447,19 +448,19 @@ isexe@^2.0.0:
447448
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
448449
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
449450

450-
jackspeak@^2.3.5:
451-
version "2.3.6"
452-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
453-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
451+
jackspeak@^3.1.2:
452+
version "3.4.0"
453+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
454+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
454455
dependencies:
455456
"@isaacs/cliui" "^8.0.2"
456457
optionalDependencies:
457458
"@pkgjs/parseargs" "^0.11.0"
458459

459-
jackspeak@^3.1.2:
460-
version "3.4.0"
461-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
462-
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
460+
jackspeak@^4.0.1:
461+
version "4.0.1"
462+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
463+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
463464
dependencies:
464465
"@isaacs/cliui" "^8.0.2"
465466
optionalDependencies:
@@ -470,19 +471,10 @@ lru-cache@^10.2.0:
470471
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
471472
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
472473

473-
lru-cache@^6.0.0:
474-
version "6.0.0"
475-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
476-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
477-
dependencies:
478-
yallist "^4.0.0"
479-
480-
"lru-cache@^9.1.1 || ^10.0.0":
481-
version "10.0.2"
482-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.2.tgz#34504678cc3266b09b8dfd6fab4e1515258271b7"
483-
integrity sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==
484-
dependencies:
485-
semver "^7.3.5"
474+
lru-cache@^11.0.0:
475+
version "11.0.1"
476+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
477+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
486478

487479
magic-string@^0.30.3:
488480
version "0.30.10"
@@ -501,10 +493,10 @@ minimalistic-crypto-utils@^1.0.1:
501493
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
502494
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
503495

504-
minimatch@^9.0.1:
505-
version "9.0.3"
506-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
507-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
496+
minimatch@^10.0.0:
497+
version "10.0.1"
498+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
499+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
508500
dependencies:
509501
brace-expansion "^2.0.1"
510502

@@ -525,6 +517,11 @@ minipass@^7.1.2:
525517
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
526518
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
527519

520+
package-json-from-dist@^1.0.0:
521+
version "1.0.0"
522+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
523+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
524+
528525
path-key@^3.1.0:
529526
version "3.1.1"
530527
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -535,14 +532,6 @@ path-parse@^1.0.7:
535532
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
536533
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
537534

538-
path-scurry@^1.10.1:
539-
version "1.10.1"
540-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
541-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
542-
dependencies:
543-
lru-cache "^9.1.1 || ^10.0.0"
544-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
545-
546535
path-scurry@^1.11.1:
547536
version "1.11.1"
548537
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
@@ -551,6 +540,14 @@ path-scurry@^1.11.1:
551540
lru-cache "^10.2.0"
552541
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
553542

543+
path-scurry@^2.0.0:
544+
version "2.0.0"
545+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
546+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
547+
dependencies:
548+
lru-cache "^11.0.0"
549+
minipass "^7.1.2"
550+
554551
picomatch@^2.3.1:
555552
version "2.3.1"
556553
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -570,12 +567,13 @@ resolve@^1.22.1:
570567
path-parse "^1.0.7"
571568
supports-preserve-symlinks-flag "^1.0.0"
572569

573-
rimraf@5.0.10:
574-
version "5.0.10"
575-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
576-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
570+
rimraf@6.0.1:
571+
version "6.0.1"
572+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
573+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
577574
dependencies:
578-
glob "^10.3.7"
575+
glob "^11.0.0"
576+
package-json-from-dist "^1.0.0"
579577

580578
rollup@^4.0.0:
581579
version "4.22.4"
@@ -602,13 +600,6 @@ rollup@^4.0.0:
602600
"@rollup/rollup-win32-x64-msvc" "4.22.4"
603601
fsevents "~2.3.2"
604602

605-
semver@^7.3.5:
606-
version "7.5.4"
607-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
608-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
609-
dependencies:
610-
lru-cache "^6.0.0"
611-
612603
shebang-command@^2.0.0:
613604
version "2.0.0"
614605
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -728,8 +719,3 @@ ws@8.17.1:
728719
version "8.17.1"
729720
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
730721
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
731-
732-
yallist@^4.0.0:
733-
version "4.0.0"
734-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
735-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

0 commit comments

Comments
 (0)