File tree 2 files changed +14
-9
lines changed
2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @defi-wonderland/natspec-smells" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"description" : " Automatically identify missing or incomplete natspec" ,
5
5
"homepage" : " https://github.com/defi-wonderland/natspec-smells#readme" ,
6
6
"repository" : {
28
28
},
29
29
"dependencies" : {
30
30
"fast-glob" : " 3.3.2" ,
31
- "solc-typed-ast" : " 18.1.2 " ,
31
+ "solc-typed-ast" : " 18.1.6 " ,
32
32
"yargs" : " 17.7.2"
33
33
},
34
34
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -1725,11 +1725,16 @@ findup-sync@^5.0.0:
1725
1725
micromatch "^4.0.4"
1726
1726
resolve-dir "^1.0.1"
1727
1727
1728
- follow-redirects@^1.12.1, follow-redirects@^1.15.4 :
1728
+ follow-redirects@^1.12.1 :
1729
1729
version "1.15.4"
1730
1730
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
1731
1731
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
1732
1732
1733
+ follow-redirects@^1.15.6 :
1734
+ version "1.15.6"
1735
+ resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1736
+ integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
1737
+
1733
1738
for-each@^0.3.3 :
1734
1739
version "0.3.3"
1735
1740
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -3377,19 +3382,19 @@ slice-ansi@^5.0.0:
3377
3382
ansi-styles "^6.0.0"
3378
3383
is-fullwidth-code-point "^4.0.0"
3379
3384
3380
-
3381
- version "18.1.2 "
3382
- resolved "https://registry.yarnpkg.com/solc-typed-ast/-/solc-typed-ast-18.1.2 .tgz#bc958fe3aead765cf6c2e06ce3d53c61fd06e70c "
3383
- integrity sha512-57IKzvXHcyjqdjHEdX7NQuWkPALlH8V4eJ6UUehWrzgHDVzKVOCFplwgLDRnOZ8kDMO8+Ms8sQhfrivFK+v5FA ==
3385
+
3386
+ version "18.1.6 "
3387
+ resolved "https://registry.yarnpkg.com/solc-typed-ast/-/solc-typed-ast-18.1.6 .tgz#997e986583f0fdddb3ddb1960c33d5c63b3f729a "
3388
+ integrity sha512-nBk24fdju+P2xsy32tG6HLqkXI+Tn+W84Fqm5+XD1Xby2/8YLlsMgI3ADoRPhhO7DeWjq/kflm//dGNkEb3ILA ==
3384
3389
dependencies :
3385
- axios "^1.6.7 "
3390
+ axios "^1.6.8 "
3386
3391
commander "^12.0.0"
3387
3392
decimal.js "^10.4.3"
3388
3393
findup-sync "^5.0.0"
3389
3394
fs-extra "^11.2.0"
3390
3395
jsel "^1.1.6"
3391
3396
semver "^7.6.0"
3392
- solc "0.8.24 "
3397
+ solc "0.8.25 "
3393
3398
src-location "^1.1.0"
3394
3399
web3-eth-abi "^4.2.0"
3395
3400
You can’t perform that action at this time.
0 commit comments