Skip to content

Commit

Permalink
deps: upgrade all deps (#153)
Browse files Browse the repository at this point in the history
Upgrades all deps + fix linting errors + remove critical vulnerability
  • Loading branch information
maschad authored Aug 30, 2023
1 parent d61cc7d commit 6835c29
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,27 +132,27 @@
"docs": "aegir docs"
},
"dependencies": {
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-peer-info": "^1.0.1",
"@libp2p/interface-peer-routing": "^1.0.0",
"@libp2p/interfaces": "^3.3.1",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/interface-peer-id": "^2.0.2",
"@libp2p/interface-peer-info": "^1.0.10",
"@libp2p/interface-peer-routing": "^1.1.1",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/logger": "^3.0.2",
"@libp2p/peer-id": "^3.0.2",
"any-signal": "^4.1.1",
"ipfs-core-types": "^0.14.0",
"ipfs-core-types": "^0.14.1",
"multiformats": "^12.0.1",
"p-defer": "^4.0.0",
"p-queue": "^7.2.0"
"p-queue": "^7.3.4"
},
"devDependencies": {
"@libp2p/peer-id-factory": "^3.0.0",
"aegir": "^39.0.9",
"go-ipfs": "^0.21.0",
"@libp2p/peer-id-factory": "^3.0.3",
"aegir": "^40.0.11",
"go-ipfs": "^0.22.0",
"ipfsd-ctl": "^13.0.0",
"it-all": "^3.0.1",
"it-drain": "^3.0.2",
"it-all": "^3.0.3",
"it-drain": "^3.0.3",
"kubo-rpc-client": "^3.0.1",
"uint8arrays": "^4.0.2",
"uint8arrays": "^4.0.6",
"wherearewe": "^2.0.1"
},
"browser": {
Expand Down
1 change: 0 additions & 1 deletion test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { stop } from '@libp2p/interfaces/startable'
import { peerIdFromString } from '@libp2p/peer-id'
import { createEd25519PeerId } from '@libp2p/peer-id-factory'
import { expect } from 'aegir/chai'
// @ts-expect-error no types
import goIpfs from 'go-ipfs'
import { type Controller, createFactory } from 'ipfsd-ctl'
import all from 'it-all'
Expand Down

0 comments on commit 6835c29

Please sign in to comment.