Skip to content

Commit a66753b

Browse files
authored
feat: upgrade solc-typed-ast to v18.2.0 (#54)
1 parent 939cd26 commit a66753b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.3",
3+
"version": "1.1.4",
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.6",
31+
"solc-typed-ast": "18.2.0",
3232
"yargs": "17.7.2"
3333
},
3434
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3382,10 +3382,10 @@ slice-ansi@^5.0.0:
33823382
ansi-styles "^6.0.0"
33833383
is-fullwidth-code-point "^4.0.0"
33843384

3385-
solc-typed-ast@18.1.6:
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==
3385+
solc-typed-ast@18.2.0:
3386+
version "18.2.0"
3387+
resolved "https://registry.yarnpkg.com/solc-typed-ast/-/solc-typed-ast-18.2.0.tgz#63917df1174ea1bf3b7c999818fa66aa719edd4b"
3388+
integrity sha512-RgIjnk6KNxhCseeeArwEPMtliLMDNDgi+2OBibHd7BIV4MDxutA77PJK1+gYvokm4g/iwp8BOJMa2yI3NsqlZg==
33893389
dependencies:
33903390
axios "^1.6.8"
33913391
commander "^12.0.0"

0 commit comments

Comments
 (0)