Skip to content

Commit 4e53cb1

Browse files
committed
chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0
1 parent 148f44e commit 4e53cb1

File tree

2 files changed

+77
-69
lines changed

2 files changed

+77
-69
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-functional": "3.7.2",
5353
"ethereum-waffle": "3.4.4",
5454
"husky": "7.0.4",
55-
"npm-run-all": "4.1.5",
55+
"npm-run-all2": "5.0.0",
5656
"prettier": "2.8.8",
5757
"rimraf": "3.0.2",
5858
"rollup": "2.79.1",

yarn.lock

Lines changed: 76 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
dependencies:
1818
"@babel/highlight" "^7.10.4"
1919

20+
"@babel/code-frame@^7.0.0":
21+
version "7.24.2"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
23+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
24+
dependencies:
25+
"@babel/highlight" "^7.24.2"
26+
picocolors "^1.0.0"
27+
2028
"@babel/code-frame@^7.18.6":
2129
version "7.18.6"
2230
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
@@ -34,6 +42,11 @@
3442
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
3543
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
3644

45+
"@babel/helper-validator-identifier@^7.22.20":
46+
version "7.22.20"
47+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
48+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
49+
3750
"@babel/highlight@^7.10.4":
3851
version "7.13.10"
3952
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
@@ -52,6 +65,16 @@
5265
chalk "^2.0.0"
5366
js-tokens "^4.0.0"
5467

68+
"@babel/highlight@^7.24.2":
69+
version "7.24.2"
70+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
71+
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
72+
dependencies:
73+
"@babel/helper-validator-identifier" "^7.22.20"
74+
chalk "^2.4.2"
75+
js-tokens "^4.0.0"
76+
picocolors "^1.0.0"
77+
5578
"@ensdomains/ens@^0.4.4":
5679
version "0.4.5"
5780
resolved "https://registry.yarnpkg.com/@ensdomains/ens/-/ens-0.4.5.tgz#e0aebc005afdc066447c6e22feb4eda89a5edbfc"
@@ -728,6 +751,11 @@
728751
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
729752
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
730753

754+
"@types/normalize-package-data@^2.4.0":
755+
version "2.4.4"
756+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
757+
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
758+
731759
"@types/pbkdf2@^3.0.0":
732760
version "3.1.0"
733761
resolved "https://registry.yarnpkg.com/@types/pbkdf2/-/pbkdf2-3.1.0.tgz#039a0e9b67da0cdc4ee5dab865caa6b267bb66b1"
@@ -1047,7 +1075,7 @@ ansi-styles@^3.2.1:
10471075
dependencies:
10481076
color-convert "^1.9.0"
10491077

1050-
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
1078+
ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.2.1:
10511079
version "4.3.0"
10521080
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
10531081
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -5144,10 +5172,10 @@ [email protected]:
51445172
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
51455173
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
51465174

5147-
json-parse-better-errors@^1.0.1:
5148-
version "1.0.2"
5149-
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
5150-
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==
5175+
json-parse-even-better-errors@^2.3.0:
5176+
version "2.3.1"
5177+
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
5178+
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
51515179

51525180
json-rpc-engine@^3.4.0, json-rpc-engine@^3.6.0:
51535181
version "3.8.0"
@@ -5472,6 +5500,11 @@ levn@^0.4.1:
54725500
prelude-ls "^1.2.1"
54735501
type-check "~0.4.0"
54745502

5503+
lines-and-columns@^1.1.6:
5504+
version "1.2.4"
5505+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
5506+
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
5507+
54755508
load-json-file@^1.0.0:
54765509
version "1.1.0"
54775510
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
@@ -5483,16 +5516,6 @@ load-json-file@^1.0.0:
54835516
pinkie-promise "^2.0.0"
54845517
strip-bom "^2.0.0"
54855518

5486-
load-json-file@^4.0.0:
5487-
version "4.0.0"
5488-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
5489-
integrity sha1-L19Fq5HjMhYjT9U62rZo607AmTs=
5490-
dependencies:
5491-
graceful-fs "^4.1.2"
5492-
parse-json "^4.0.0"
5493-
pify "^3.0.0"
5494-
strip-bom "^3.0.0"
5495-
54965519
load-json-file@^7.0.0:
54975520
version "7.0.1"
54985521
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-7.0.1.tgz#a3c9fde6beffb6bedb5acf104fad6bb1604e1b00"
@@ -6046,7 +6069,7 @@ nofilter@^3.1.0:
60466069
resolved "https://registry.yarnpkg.com/nofilter/-/nofilter-3.1.0.tgz#c757ba68801d41ff930ba2ec55bab52ca184aa66"
60476070
integrity sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==
60486071

6049-
normalize-package-data@^2.3.2:
6072+
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
60506073
version "2.5.0"
60516074
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
60526075
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -6071,20 +6094,18 @@ normalize-url@^6.0.1:
60716094
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
60726095
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
60736096

6074-
6075-
version "4.1.5"
6076-
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
6077-
integrity sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==
6097+
6098+
version "5.0.0"
6099+
resolved "https://registry.yarnpkg.com/npm-run-all2/-/npm-run-all2-5.0.0.tgz#a95a0451ab8e971c9239d17aca7a39d4bc6658ed"
6100+
integrity sha512-twczQhEpj55UROtg0Xz0nzn83TanS5Re12g5g1hcdnyAhlWOt9VNHdSHf2Z6MO3/wOVqy9tEdi0ruJt5NnMgmw==
60786101
dependencies:
6079-
ansi-styles "^3.2.1"
6080-
chalk "^2.4.1"
6081-
cross-spawn "^6.0.5"
6102+
ansi-styles "^4.2.1"
6103+
cross-spawn "^7.0.3"
60826104
memorystream "^0.3.1"
60836105
minimatch "^3.0.4"
6084-
pidtree "^0.3.0"
6085-
read-pkg "^3.0.0"
6106+
pidtree "^0.5.0"
6107+
read-pkg "^5.2.0"
60866108
shell-quote "^1.6.1"
6087-
string.prototype.padend "^3.0.0"
60886109

60896110
npm-run-path@^4.0.1:
60906111
version "4.0.1"
@@ -6357,13 +6378,15 @@ parse-json@^2.2.0:
63576378
dependencies:
63586379
error-ex "^1.2.0"
63596380

6360-
parse-json@^4.0.0:
6361-
version "4.0.0"
6362-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0"
6363-
integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=
6381+
parse-json@^5.0.0:
6382+
version "5.2.0"
6383+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
6384+
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
63646385
dependencies:
6386+
"@babel/code-frame" "^7.0.0"
63656387
error-ex "^1.3.1"
6366-
json-parse-better-errors "^1.0.1"
6388+
json-parse-even-better-errors "^2.3.0"
6389+
lines-and-columns "^1.1.6"
63676390

63686391
parse-ms@^2.1.0:
63696392
version "2.1.0"
@@ -6474,13 +6497,6 @@ path-type@^1.0.0:
64746497
pify "^2.0.0"
64756498
pinkie-promise "^2.0.0"
64766499

6477-
path-type@^3.0.0:
6478-
version "3.0.0"
6479-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
6480-
integrity sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==
6481-
dependencies:
6482-
pify "^3.0.0"
6483-
64846500
path-type@^4.0.0:
64856501
version "4.0.0"
64866502
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -6502,6 +6518,11 @@ performance-now@^2.1.0:
65026518
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
65036519
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
65046520

6521+
picocolors@^1.0.0:
6522+
version "1.0.0"
6523+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
6524+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
6525+
65056526
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1, picomatch@^2.2.2:
65066527
version "2.2.2"
65076528
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -6512,21 +6533,16 @@ picomatch@^2.2.3, picomatch@^2.3.1:
65126533
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
65136534
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
65146535

6515-
pidtree@^0.3.0:
6516-
version "0.3.1"
6517-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz#ef09ac2cc0533df1f3250ccf2c4d366b0d12114a"
6518-
integrity sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==
6536+
pidtree@^0.5.0:
6537+
version "0.5.0"
6538+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
6539+
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
65196540

65206541
pify@^2.0.0, pify@^2.3.0:
65216542
version "2.3.0"
65226543
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
65236544
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
65246545

6525-
pify@^3.0.0:
6526-
version "3.0.0"
6527-
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
6528-
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
6529-
65306546
pinkie-promise@^2.0.0:
65316547
version "2.0.1"
65326548
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
@@ -6818,14 +6834,15 @@ read-pkg@^1.0.0:
68186834
normalize-package-data "^2.3.2"
68196835
path-type "^1.0.0"
68206836

6821-
read-pkg@^3.0.0:
6822-
version "3.0.0"
6823-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
6824-
integrity sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=
6837+
read-pkg@^5.2.0:
6838+
version "5.2.0"
6839+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
6840+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
68256841
dependencies:
6826-
load-json-file "^4.0.0"
6827-
normalize-package-data "^2.3.2"
6828-
path-type "^3.0.0"
6842+
"@types/normalize-package-data" "^2.4.0"
6843+
normalize-package-data "^2.5.0"
6844+
parse-json "^5.0.0"
6845+
type-fest "^0.6.0"
68296846

68306847
readable-stream@^1.0.33:
68316848
version "1.1.14"
@@ -7633,15 +7650,6 @@ string-width@^5.0.0:
76337650
is-fullwidth-code-point "^4.0.0"
76347651
strip-ansi "^7.0.1"
76357652

7636-
string.prototype.padend@^3.0.0:
7637-
version "3.1.2"
7638-
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz#6858ca4f35c5268ebd5e8615e1327d55f59ee311"
7639-
integrity sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==
7640-
dependencies:
7641-
call-bind "^1.0.2"
7642-
define-properties "^1.1.3"
7643-
es-abstract "^1.18.0-next.2"
7644-
76457653
string.prototype.trim@~1.2.6:
76467654
version "1.2.7"
76477655
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz#a68352740859f6893f14ce3ef1bb3037f7a90533"
@@ -7739,11 +7747,6 @@ strip-bom@^2.0.0:
77397747
dependencies:
77407748
is-utf8 "^0.2.0"
77417749

7742-
strip-bom@^3.0.0:
7743-
version "3.0.0"
7744-
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
7745-
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
7746-
77477750
strip-final-newline@^2.0.0:
77487751
version "2.0.0"
77497752
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
@@ -8064,6 +8067,11 @@ type-fest@^0.20.2:
80648067
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
80658068
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
80668069

8070+
type-fest@^0.6.0:
8071+
version "0.6.0"
8072+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
8073+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
8074+
80678075
type-is@~1.6.18:
80688076
version "1.6.18"
80698077
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)