Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @openzeppelin/contracts from 4.9.6 to 5.0.2.
    See this package in npm: https://www.npmjs.com/package/@openzeppelin/contracts
  - @typechain/ethers-v5 from 7.2.0 to 11.1.2.
    See this package in npm: https://www.npmjs.com/package/@typechain/ethers-v5
  - @typechain/hardhat from 2.3.1 to 9.1.0.
    See this package in npm: https://www.npmjs.com/package/@typechain/hardhat
  - @types/mocha from 9.1.1 to 10.0.7.
    See this package in npm: https://www.npmjs.com/package/@types/mocha
  - @types/node from 12.20.55 to 22.4.2.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - chai from 4.5.0 to 5.1.1.
    See this package in npm: https://www.npmjs.com/package/chai
  - solhint from 3.6.2 to 5.0.3.
    See this package in npm: https://www.npmjs.com/package/solhint
  - typechain from 5.2.0 to 8.3.2.
    See this package in npm: https://www.npmjs.com/package/typechain
  - typescript from 4.9.5 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/lucentlabz/project/f27526b5-867f-485d-b185-4b3c4ca56cd1?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 11, 2024
1 parent 7a49418 commit b60b2dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions assets/erc-5008/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"test": "npx hardhat test"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/contracts": "^5.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^2.3.1",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^12.20.47",
"chai": "^4.3.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.4.2",
"chai": "^5.1.1",
"ethers": "^5.6.1",
"hardhat": "^2.9.2",
"solhint": "^3.3.7",
"solhint": "^5.0.3",
"ts-node": "^10.8.1",
"typechain": "^5.2.0",
"typescript": "^4.6.3"
"typechain": "^8.3.2",
"typescript": "^5.5.4"
}
}

0 comments on commit b60b2dd

Please sign in to comment.