Skip to content

Commit a7e47bc

Browse files
authored
feat: update solc-typed-ast to v18.1.6 (#51)
1 parent cae6797 commit a7e47bc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@defi-wonderland/natspec-smells",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Automatically identify missing or incomplete natspec",
55
"homepage": "https://github.com/defi-wonderland/natspec-smells#readme",
66
"repository": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1062,12 +1062,12 @@ available-typed-arrays@^1.0.5:
10621062
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
10631063
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
10641064

1065-
axios@^1.6.7:
1066-
version "1.6.7"
1067-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
1068-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
1065+
axios@^1.6.8:
1066+
version "1.7.2"
1067+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
1068+
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
10691069
dependencies:
1070-
follow-redirects "^1.15.4"
1070+
follow-redirects "^1.15.6"
10711071
form-data "^4.0.0"
10721072
proxy-from-env "^1.1.0"
10731073

@@ -3393,10 +3393,10 @@ [email protected]:
33933393
src-location "^1.1.0"
33943394
web3-eth-abi "^4.2.0"
33953395

3396-
3397-
version "0.8.24"
3398-
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.24.tgz#6e5693d28208d00a20ff2bdabc1dec85a5329bbb"
3399-
integrity sha512-G5yUqjTUPc8Np74sCFwfsevhBPlUifUOfhYrgyu6CmYlC6feSw0YS6eZW47XDT23k3JYdKx5nJ+Q7whCEmNcoA==
3396+
3397+
version "0.8.25"
3398+
resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.25.tgz#393f3101617388fb4ba2a58c5b03ab02678e375c"
3399+
integrity sha512-7P0TF8gPeudl1Ko3RGkyY6XVCxe2SdD/qQhtns1vl3yAbK/PDifKDLHGtx1t7mX3LgR7ojV7Fg/Kc6Q9D2T8UQ==
34003400
dependencies:
34013401
command-exists "^1.2.8"
34023402
commander "^8.1.0"

0 commit comments

Comments
 (0)