-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 895 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "reentrancy-examples",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"openzeppelin-solidity-3.4.0": "npm:@openzeppelin/contracts@^3.4.0"
}
},
"node_modules/@openzeppelin/contracts": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.0.2.tgz",
"integrity": "sha512-ytPc6eLGcHHnapAZ9S+5qsdomhjo6QBHTDRRBFfTxXIpsicMhVPouPgmUPebZZZGX7vt9USA+Z+0M0dSVtSUEA=="
},
"node_modules/openzeppelin-solidity-3.4.0": {
"name": "@openzeppelin/contracts",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-3.4.0.tgz",
"integrity": "sha512-qh+EiHWzfY/9CORr+eRUkeEUP1WiFUcq3974bLHwyYzLBUtK6HPaMkIUHi74S1rDTZ0sNz42DwPc5A4IJvN3rg=="
}
}
}