Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @babel/parser from 7.22.11 to 7.22.16.
    See this package in npm: https://www.npmjs.com/package/@babel/parser
  - @babel/types from 7.22.15 to 7.22.19.
    See this package in npm: https://www.npmjs.com/package/@babel/types

See this project in Snyk:
https://app.snyk.io/org/woodpile37/project/e5e31077-489f-44c1-b24d-4af9a1a8d603?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 6, 2023
1 parent 8b0090f commit 4c39fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"ethers-ts": "./lib/bin/ethers-ts.js"
},
"dependencies": {
"@babel/parser": "7.22.11",
"@babel/types": "7.22.15",
"@babel/parser": "7.22.16",
"@babel/types": "7.22.19",
"@ethersproject/asm": "^5.7.0",
"@ethersproject/basex": "^5.7.0",
"ethers": "^6.2.2",
Expand Down

0 comments on commit 4c39fa2

Please sign in to comment.