Skip to content

Commit

Permalink
chore: upgrade natspec-smells dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChin committed Jan 29, 2025
1 parent 4a60948 commit fb782b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@defi-wonderland/natspec-smells": "1.1.3",
"@defi-wonderland/natspec-smells": "1.1.6",
"forge-std": "github:foundry-rs/forge-std#1.9.2",
"halmos-cheatcodes": "github:a16z/halmos-cheatcodes#c0d8655",
"husky": ">=9",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@
"@types/conventional-commits-parser" "^5.0.0"
chalk "^5.3.0"

"@defi-wonderland/[email protected].3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@defi-wonderland/natspec-smells/-/natspec-smells-1.1.3.tgz#6d4c7e289b24264856170fec33e0cae0c844bd32"
integrity sha512-QfZ7uD2bseU/QwQgY8uFrGSD5+a4y1S+GqCNePfmjgRGnEaV7zSFL5FO+zd1GUMtWQNGLgSuRknJMu6DEp3njw==
"@defi-wonderland/[email protected].6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@defi-wonderland/natspec-smells/-/natspec-smells-1.1.6.tgz#5f8e7feaa134bcf70f71b603932221721c38a722"
integrity sha512-HTdZLEdBs3UakW0JQZ7vO8pb6YCoU3CPQNfLxa0Z9PWAwmgKhSZJbF8dm/okkJEJGRa0dCoOxviJw5jeK+kDiQ==
dependencies:
fast-glob "3.3.2"
solc-typed-ast "18.1.6"
solc-typed-ast "18.2.4"
yargs "17.7.2"

"@noble/[email protected]", "@noble/curves@~1.3.0":
Expand Down Expand Up @@ -1647,10 +1647,10 @@ slice-ansi@^7.0.0:
ansi-styles "^6.2.1"
is-fullwidth-code-point "^5.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.4:
version "18.2.4"
resolved "https://registry.yarnpkg.com/solc-typed-ast/-/solc-typed-ast-18.2.4.tgz#eecdc23be946c7b93aa9f6fcb75a27954e5ce411"
integrity sha512-HTkr6b2WMSJ3pgVRf5us/UWjCvfSlvE1yUcHna+miSPerkyppGnZQaJWqrcECa7ZjxmSV7H2buUDKux9hR4ivg==
dependencies:
axios "^1.6.8"
commander "^12.0.0"
Expand Down

0 comments on commit fb782b3

Please sign in to comment.