mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-15 15:10:59 +00:00
chore: update deps
This commit is contained in:
parent
14dde32177
commit
c2c6fde394
@ -6,9 +6,7 @@ matrix:
|
|||||||
- node_js: 4
|
- node_js: 4
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
- node_js: 6
|
- node_js: 6
|
||||||
env:
|
env: CXX=g++-4.8
|
||||||
- SAUCE=true
|
|
||||||
- CXX=g++-4.8
|
|
||||||
- node_js: stable
|
- node_js: stable
|
||||||
env: CXX=g++-4.8
|
env: CXX=g++-4.8
|
||||||
|
|
||||||
|
18
package.json
18
package.json
@ -34,28 +34,28 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asn1.js": "^4.9.1",
|
"asn1.js": "^4.9.1",
|
||||||
"async": "^2.1.5",
|
"async": "^2.5.0",
|
||||||
"browserify-aes": "^1.0.6",
|
"browserify-aes": "^1.0.6",
|
||||||
"keypair": "^1.0.1",
|
"keypair": "^1.0.1",
|
||||||
"libp2p-crypto-secp256k1": "^0.1.4",
|
"libp2p-crypto-secp256k1": "^0.1.4",
|
||||||
"multihashing-async": "~0.4.4",
|
"multihashing-async": "~0.4.5",
|
||||||
"nodeify": "^1.0.1",
|
"nodeify": "^1.0.1",
|
||||||
"pem-jwk": "^1.5.1",
|
"pem-jwk": "^1.5.1",
|
||||||
"protocol-buffers": "^3.2.1",
|
"protocol-buffers": "^3.2.1",
|
||||||
"rsa-pem-to-jwk": "^1.1.3",
|
"rsa-pem-to-jwk": "^1.1.3",
|
||||||
"safe-buffer": "^5.0.1",
|
"safe-buffer": "^5.1.1",
|
||||||
"tweetnacl": "^1.0.0-rc.1",
|
"tweetnacl": "^1.0.0",
|
||||||
"webcrypto-shim": "github:dignifiedquire/webcrypto-shim#master"
|
"webcrypto-shim": "github:dignifiedquire/webcrypto-shim#master"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aegir": "^11.0.0",
|
"aegir": "^11.0.2",
|
||||||
"benchmark": "^2.1.3",
|
"benchmark": "^2.1.4",
|
||||||
"chai": "^4.0.1",
|
"chai": "^4.1.0",
|
||||||
"dirty-chai": "^1.2.2",
|
"dirty-chai": "^2.0.1",
|
||||||
"pre-commit": "^1.2.2"
|
"pre-commit": "^1.2.2"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"node-webcrypto-ossl": "^1.0.21"
|
"node-webcrypto-ossl": "^1.0.30"
|
||||||
},
|
},
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
"lint",
|
"lint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user