Skip to content

Commit

Permalink
feat: upgrade solc-typed-ast to v18.2.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent authored Jul 31, 2024
1 parent 939cd26 commit a66753b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defi-wonderland/natspec-smells",
"version": "1.1.3",
"version": "1.1.4",
"description": "Automatically identify missing or incomplete natspec",
"homepage": "https://github.com/defi-wonderland/natspec-smells#readme",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"fast-glob": "3.3.2",
"solc-typed-ast": "18.1.6",
"solc-typed-ast": "18.2.0",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3382,10 +3382,10 @@ slice-ansi@^5.0.0:
ansi-styles "^6.0.0"
is-fullwidth-code-point "^4.0.0"

solc-typed-ast@18.1.6:
version "18.1.6"
resolved "https://registry.yarnpkg.com/solc-typed-ast/-/solc-typed-ast-18.1.6.tgz#997e986583f0fdddb3ddb1960c33d5c63b3f729a"
integrity sha512-nBk24fdju+P2xsy32tG6HLqkXI+Tn+W84Fqm5+XD1Xby2/8YLlsMgI3ADoRPhhO7DeWjq/kflm//dGNkEb3ILA==
solc-typed-ast@18.2.0:
version "18.2.0"
resolved "https://registry.yarnpkg.com/solc-typed-ast/-/solc-typed-ast-18.2.0.tgz#63917df1174ea1bf3b7c999818fa66aa719edd4b"
integrity sha512-RgIjnk6KNxhCseeeArwEPMtliLMDNDgi+2OBibHd7BIV4MDxutA77PJK1+gYvokm4g/iwp8BOJMa2yI3NsqlZg==
dependencies:
axios "^1.6.8"
commander "^12.0.0"
Expand Down

0 comments on commit a66753b

Please sign in to comment.