update package-lock.json
This commit is contained in:
parent
b70feecc36
commit
41a087d509
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "giveth-liquidpledging",
|
||||
"version": "1.0.0-beta.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -155,9 +155,9 @@
|
|||
}
|
||||
},
|
||||
"app-root-path": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.0.1.tgz",
|
||||
"integrity": "sha1-zWLc+OT9WkF+/GZNLlsQZTxlG0Y=",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.1.0.tgz",
|
||||
"integrity": "sha1-mL9lmTJ+zqGZMJhm6BQDaP0uZGo=",
|
||||
"dev": true
|
||||
},
|
||||
"aproba": {
|
||||
|
@ -3428,9 +3428,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"eth-contract-class": {
|
||||
"version": "0.0.10",
|
||||
"resolved": "https://registry.npmjs.org/eth-contract-class/-/eth-contract-class-0.0.10.tgz",
|
||||
"integrity": "sha512-WfEzKkQgtO3Q+SAy48NDGADPMq6cEXustA6OD8y51WMWb9HpP7gxajh8t8MquPyg0fm6Z//42nEASkM1e8RhhA==",
|
||||
"version": "0.0.12",
|
||||
"resolved": "https://registry.npmjs.org/eth-contract-class/-/eth-contract-class-0.0.12.tgz",
|
||||
"integrity": "sha512-498XESd7A+ywKQfvG/h/Vj7xW/fHBrwAUkpvUn0KP2rw8FcMrskAg2yIhVV4ZX0/zoOXJr0FDG43WV7DyHIZJw==",
|
||||
"requires": {
|
||||
"web3-core-promievent": "^1.0.0-beta.21"
|
||||
}
|
||||
|
@ -10207,9 +10207,9 @@
|
|||
}
|
||||
},
|
||||
"solcpiler": {
|
||||
"version": "1.0.0-beta.5",
|
||||
"resolved": "https://registry.npmjs.org/solcpiler/-/solcpiler-1.0.0-beta.5.tgz",
|
||||
"integrity": "sha512-cfKUgeSnuwM2NTp0o8PVfHLfRjnEzlPTNNOXX0AQhNVdeEq03yYd8SLK0x66HKXSL6cL42KWyi4oHk8Y8m/jSA==",
|
||||
"version": "1.0.0-beta.8",
|
||||
"resolved": "https://registry.npmjs.org/solcpiler/-/solcpiler-1.0.0-beta.8.tgz",
|
||||
"integrity": "sha512-2ZAYHImj1z723f8/6TIhXexbN9bITuyCanl7hcgufbyr8OFyapu9bTkQJjN2cZnt6jSgzJyNMg/m1a+CuTeZoQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"app-root-path": "^2.0.1",
|
||||
|
@ -10247,6 +10247,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"eth-contract-class": {
|
||||
"version": "0.0.10",
|
||||
"resolved": "https://registry.npmjs.org/eth-contract-class/-/eth-contract-class-0.0.10.tgz",
|
||||
"integrity": "sha512-WfEzKkQgtO3Q+SAy48NDGADPMq6cEXustA6OD8y51WMWb9HpP7gxajh8t8MquPyg0fm6Z//42nEASkM1e8RhhA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"web3-core-promievent": "^1.0.0-beta.21"
|
||||
}
|
||||
},
|
||||
"globby": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz",
|
||||
|
@ -10989,6 +10998,12 @@
|
|||
"utf8": "^2.1.1",
|
||||
"xhr2": "*",
|
||||
"xmlhttprequest": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"bignumber.js": {
|
||||
"version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934",
|
||||
"from": "git+https://github.com/frozeman/bignumber.js-nolookahead.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11780,6 +11795,12 @@
|
|||
"crypto-js": "^3.1.4",
|
||||
"utf8": "^2.1.1",
|
||||
"xmlhttprequest": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"bignumber.js": {
|
||||
"version": "git+https://github.com/debris/bignumber.js.git#c7a38de919ed75e6fb6ba38051986e294b328df9",
|
||||
"from": "git+https://github.com/debris/bignumber.js.git#master"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue