chore: update deps (#45)

BREAKING CHANGES:

- Upgrades the multiaddr dep to one that uses Uint8Arrays internally
This commit is contained in:
Alex Potsides 2020-08-11 09:04:05 +01:00 committed by GitHub
parent 73966a97bf
commit e2caa8574a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 603 additions and 1422 deletions

View File

@ -1,4 +1,4 @@
language: node_js
node_js:
- '10'
- '12'
- 'lts/*'
- 'node'

2017
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,12 +16,12 @@
"author": "Alan Shaw",
"license": "MIT",
"devDependencies": {
"ava": "^2.4.0",
"ava": "^3.11.1",
"nyc": "^15.0.0",
"standard": "^14.3.1"
},
"dependencies": {
"multiaddr": "^7.2.1"
"multiaddr": "^8.0.0"
},
"repository": {
"type": "git",