Skip to content

Commit 90d1a3f

Browse files
Update dependency rimraf to v6
1 parent 8c8e31e commit 90d1a3f

2 files changed

Lines changed: 40 additions & 61 deletions

File tree

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.3"

yarn.lock

Lines changed: 39 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.2.tgz#6f26dbc8fbc7205873ce3cee2f690eba0d421b39"
3737
integrity sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==
3838

39-
"@pkgjs/parseargs@^0.11.0":
40-
version "0.11.0"
41-
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
42-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
43-
4439
"@rollup/plugin-commonjs@^28.0.0":
4540
version "28.0.1"
4641
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.1.tgz#e2138e31cc0637676dc3d5cae7739131f7cd565e"
@@ -366,16 +361,17 @@ function-bind@^1.1.2:
366361
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
367362
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
368363

369-
glob@^10.3.7:
370-
version "10.3.10"
371-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
372-
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
364+
glob@^11.0.0:
365+
version "11.0.0"
366+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
367+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
373368
dependencies:
374369
foreground-child "^3.1.0"
375-
jackspeak "^2.3.5"
376-
minimatch "^9.0.1"
377-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
378-
path-scurry "^1.10.1"
370+
jackspeak "^4.0.1"
371+
minimatch "^10.0.0"
372+
minipass "^7.1.2"
373+
package-json-from-dist "^1.0.0"
374+
path-scurry "^2.0.0"
379375

380376
hash.js@^1.0.0, hash.js@^1.0.3:
381377
version "1.1.7"
@@ -440,28 +436,17 @@ isexe@^2.0.0:
440436
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
441437
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
442438

443-
jackspeak@^2.3.5:
444-
version "2.3.6"
445-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
446-
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
439+
jackspeak@^4.0.1:
440+
version "4.0.2"
441+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
442+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
447443
dependencies:
448444
"@isaacs/cliui" "^8.0.2"
449-
optionalDependencies:
450-
"@pkgjs/parseargs" "^0.11.0"
451445

452-
lru-cache@^6.0.0:
453-
version "6.0.0"
454-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
455-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
456-
dependencies:
457-
yallist "^4.0.0"
458-
459-
"lru-cache@^9.1.1 || ^10.0.0":
460-
version "10.0.2"
461-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.2.tgz#34504678cc3266b09b8dfd6fab4e1515258271b7"
462-
integrity sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==
463-
dependencies:
464-
semver "^7.3.5"
446+
lru-cache@^11.0.0:
447+
version "11.0.2"
448+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
449+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
465450

466451
magic-string@^0.30.3:
467452
version "0.30.12"
@@ -480,18 +465,23 @@ minimalistic-crypto-utils@^1.0.1:
480465
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
481466
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
482467

483-
minimatch@^9.0.1:
484-
version "9.0.3"
485-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
486-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
468+
minimatch@^10.0.0:
469+
version "10.0.1"
470+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
471+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
487472
dependencies:
488473
brace-expansion "^2.0.1"
489474

490-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
475+
minipass@^7.1.2:
491476
version "7.1.2"
492477
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
493478
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
494479

480+
package-json-from-dist@^1.0.0:
481+
version "1.0.1"
482+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
483+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
484+
495485
path-key@^3.1.0:
496486
version "3.1.1"
497487
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -502,13 +492,13 @@ path-parse@^1.0.7:
502492
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
503493
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
504494

505-
path-scurry@^1.10.1:
506-
version "1.10.1"
507-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
508-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
495+
path-scurry@^2.0.0:
496+
version "2.0.0"
497+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
498+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
509499
dependencies:
510-
lru-cache "^9.1.1 || ^10.0.0"
511-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
500+
lru-cache "^11.0.0"
501+
minipass "^7.1.2"
512502

513503
picomatch@^2.3.1:
514504
version "2.3.1"
@@ -534,12 +524,13 @@ resolve@^1.22.1:
534524
path-parse "^1.0.7"
535525
supports-preserve-symlinks-flag "^1.0.0"
536526

537-
rimraf@5.0.10:
538-
version "5.0.10"
539-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.10.tgz#23b9843d3dc92db71f96e1a2ce92e39fd2a8221c"
540-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
527+
rimraf@6.0.1:
528+
version "6.0.1"
529+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
530+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
541531
dependencies:
542-
glob "^10.3.7"
532+
glob "^11.0.0"
533+
package-json-from-dist "^1.0.0"
543534

544535
rollup@^4.0.0:
545536
version "4.25.0"
@@ -568,13 +559,6 @@ rollup@^4.0.0:
568559
"@rollup/rollup-win32-x64-msvc" "4.25.0"
569560
fsevents "~2.3.2"
570561

571-
semver@^7.3.5:
572-
version "7.5.4"
573-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
574-
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
575-
dependencies:
576-
lru-cache "^6.0.0"
577-
578562
shebang-command@^2.0.0:
579563
version "2.0.0"
580564
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -699,8 +683,3 @@ ws@8.17.1:
699683
version "8.17.1"
700684
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
701685
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
702-
703-
yallist@^4.0.0:
704-
version "4.0.0"
705-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
706-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

0 commit comments

Comments
 (0)