Skip to content

Commit ab49629

Browse files
committed
Update dependency @rollup/plugin-commonjs to v26
1 parent 71698ec commit ab49629

File tree

2 files changed

+51
-24
lines changed

2 files changed

+51
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"author": "Dev Protocol",
2929
"license": "MIT",
3030
"dependencies": {
31-
"@rollup/plugin-commonjs": "^25.0.0",
31+
"@rollup/plugin-commonjs": "^26.0.0",
3232
"@rollup/plugin-node-resolve": "^15.0.0",
3333
"ethers": "^6.0.0",
3434
"rimraf": "5.0.7",

yarn.lock

Lines changed: 50 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@
142142
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
143143
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
144144

145-
"@rollup/plugin-commonjs@^25.0.0":
146-
version "25.0.8"
147-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz#c77e608ab112a666b7f2a6bea625c73224f7dd34"
148-
integrity sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==
145+
"@rollup/plugin-commonjs@^26.0.0":
146+
version "26.0.1"
147+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-26.0.1.tgz#16d4d6e54fa63021249a292b50f27c0b0f1a30d8"
148+
integrity sha512-UnsKoZK6/aGIH6AdkptXhNvhaqftcjq3zZdT+LY5Ftms6JR06nADcDsYp5hTU9E2lbJUEOhdlY5J4DNTneM+jQ==
149149
dependencies:
150150
"@rollup/pluginutils" "^5.0.1"
151151
commondir "^1.0.1"
152152
estree-walker "^2.0.2"
153-
glob "^8.0.3"
153+
glob "^10.4.1"
154154
is-reference "1.2.1"
155155
magic-string "^0.30.3"
156156

@@ -831,6 +831,17 @@ glob@^10.3.7:
831831
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
832832
path-scurry "^1.10.1"
833833

834+
glob@^10.4.1:
835+
version "10.4.1"
836+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
837+
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
838+
dependencies:
839+
foreground-child "^3.1.0"
840+
jackspeak "^3.1.2"
841+
minimatch "^9.0.4"
842+
minipass "^7.1.2"
843+
path-scurry "^1.11.1"
844+
834845
glob@^7.1.3:
835846
version "7.1.6"
836847
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -843,17 +854,6 @@ glob@^7.1.3:
843854
once "^1.3.0"
844855
path-is-absolute "^1.0.0"
845856

846-
glob@^8.0.3:
847-
version "8.1.0"
848-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
849-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
850-
dependencies:
851-
fs.realpath "^1.0.0"
852-
inflight "^1.0.4"
853-
inherits "2"
854-
minimatch "^5.0.1"
855-
once "^1.3.0"
856-
857857
globals@^13.19.0:
858858
version "13.19.0"
859859
resolved "https://registry.yarnpkg.com/globals/-/globals-13.19.0.tgz#7a42de8e6ad4f7242fbcca27ea5b23aca367b5c8"
@@ -1003,6 +1003,15 @@ jackspeak@^2.3.5:
10031003
optionalDependencies:
10041004
"@pkgjs/parseargs" "^0.11.0"
10051005

1006+
jackspeak@^3.1.2:
1007+
version "3.4.0"
1008+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
1009+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
1010+
dependencies:
1011+
"@isaacs/cliui" "^8.0.2"
1012+
optionalDependencies:
1013+
"@pkgjs/parseargs" "^0.11.0"
1014+
10061015
js-yaml@^4.1.0:
10071016
version "4.1.0"
10081017
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
@@ -1040,6 +1049,11 @@ lodash.merge@^4.6.2:
10401049
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
10411050
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
10421051

1052+
lru-cache@^10.2.0:
1053+
version "10.2.2"
1054+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
1055+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
1056+
10431057
lru-cache@^6.0.0:
10441058
version "6.0.0"
10451059
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -1091,25 +1105,30 @@ minimatch@^3.0.5, minimatch@^3.1.2:
10911105
dependencies:
10921106
brace-expansion "^1.1.7"
10931107

1094-
minimatch@^5.0.1:
1095-
version "5.1.6"
1096-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1097-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1098-
dependencies:
1099-
brace-expansion "^2.0.1"
1100-
11011108
minimatch@^9.0.1:
11021109
version "9.0.3"
11031110
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
11041111
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
11051112
dependencies:
11061113
brace-expansion "^2.0.1"
11071114

1115+
minimatch@^9.0.4:
1116+
version "9.0.4"
1117+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
1118+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
1119+
dependencies:
1120+
brace-expansion "^2.0.1"
1121+
11081122
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
11091123
version "7.0.4"
11101124
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
11111125
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
11121126

1127+
minipass@^7.1.2:
1128+
version "7.1.2"
1129+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
1130+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
1131+
11131132
ms@2.1.2:
11141133
version "2.1.2"
11151134
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -1193,6 +1212,14 @@ path-scurry@^1.10.1:
11931212
lru-cache "^9.1.1 || ^10.0.0"
11941213
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
11951214

1215+
path-scurry@^1.11.1:
1216+
version "1.11.1"
1217+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
1218+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
1219+
dependencies:
1220+
lru-cache "^10.2.0"
1221+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1222+
11961223
path-type@^4.0.0:
11971224
version "4.0.0"
11981225
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)