Skip to content

Commit 939cd26

Browse files
authored
chore: bump solc-typed-ast to 18.1.6 (#52)
1 parent a7e47bc commit 939cd26

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@defi-wonderland/natspec-smells",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Automatically identify missing or incomplete natspec",
55
"homepage": "https://github.com/defi-wonderland/natspec-smells#readme",
66
"repository": {
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"fast-glob": "3.3.2",
31-
"solc-typed-ast": "18.1.2",
31+
"solc-typed-ast": "18.1.6",
3232
"yargs": "17.7.2"
3333
},
3434
"devDependencies": {

yarn.lock

+12-7
Original file line numberDiff line numberDiff line change
@@ -1725,11 +1725,16 @@ findup-sync@^5.0.0:
17251725
micromatch "^4.0.4"
17261726
resolve-dir "^1.0.1"
17271727

1728-
follow-redirects@^1.12.1, follow-redirects@^1.15.4:
1728+
follow-redirects@^1.12.1:
17291729
version "1.15.4"
17301730
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
17311731
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
17321732

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+
17331738
for-each@^0.3.3:
17341739
version "0.3.3"
17351740
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -3377,19 +3382,19 @@ slice-ansi@^5.0.0:
33773382
ansi-styles "^6.0.0"
33783383
is-fullwidth-code-point "^4.0.0"
33793384

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==
33843389
dependencies:
3385-
axios "^1.6.7"
3390+
axios "^1.6.8"
33863391
commander "^12.0.0"
33873392
decimal.js "^10.4.3"
33883393
findup-sync "^5.0.0"
33893394
fs-extra "^11.2.0"
33903395
jsel "^1.1.6"
33913396
semver "^7.6.0"
3392-
solc "0.8.24"
3397+
solc "0.8.25"
33933398
src-location "^1.1.0"
33943399
web3-eth-abi "^4.2.0"
33953400

0 commit comments

Comments
 (0)