Compare commits

..

1 Commits

Author SHA1 Message Date
85dac48621 bump dependencies 2021-04-09 17:10:55 +03:00
2 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,7 @@ stages:
- cov
node_js:
- 'lts/*'
- 'node'
- '10'
os:
- linux

View File

@ -28,7 +28,8 @@
],
"license": "MIT",
"engines": {
"node": ">=14.0.0"
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/libp2p/js-peer-id/issues"
@ -38,16 +39,16 @@
"@types/chai": "^4.2.14",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^8.2.0",
"aegir": "^33.0.0"
"aegir": "^32.2.0"
},
"dependencies": {
"cids": "^1.1.5",
"cids": "^1.1.6",
"class-is": "^1.1.0",
"libp2p-crypto": "^0.19.0",
"libp2p-crypto": "fluencelabs/js-libp2p-crypto",
"minimist": "^1.2.5",
"multihashes": "^4.0.2",
"protons": "^2.0.0",
"uint8arrays": "^2.0.5"
"uint8arrays": "^2.1.4"
},
"repository": {
"type": "git",