diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0ca77fd09..0fb47de08a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - node: [14, 16] + node: [14, 15] fail-fast: true steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 399876c43f..346592d8ae 100644 --- a/package.json +++ b/package.json @@ -44,28 +44,27 @@ "homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme", "devDependencies": { "@types/debug": "^4.1.5", - "aegir": "^33.2.0", + "aegir": "^33.0.0", "benchmark": "^2.1.4", "buffer": "^6.0.3", "chai": "^4.3.4", - "ipfs-utils": "^8.1.0", + "ipfs-utils": "^6.0.6", "it-pair": "^1.0.0", - "libp2p": "^0.31.6", - "libp2p-mplex": "^0.10.3", - "libp2p-noise": "^3.0.0", - "libp2p-websockets": "^0.15.7", + "libp2p": "^0.30.0", + "libp2p-mplex": "^0.10.1", + "libp2p-noise": "^2.0.1", + "libp2p-websockets": "^0.15.5", "multiaddr": "^9.0.1", "os": "^0.1.1", "p-wait-for": "^3.1.0", - "peer-id": "^0.14.8", - "sinon": "^11.1.1", - "util": "^0.12.3" + "peer-id": "^0.14.2", + "sinon": "^10.0.0" }, "dependencies": { "debug": "^4.2.0", - "libp2p-interfaces": "^0.11.0", + "libp2p-interfaces": "^0.10.0", "time-cache": "^0.3.0", - "uint8arrays": "^2.1.5" + "uint8arrays": "^2.1.4" }, "contributors": [ "David Dias ",