Skip to content

Commit 337f025

Browse files
deps(dev): bump @chainsafe/libp2p-noise from 11.0.4 to 12.0.0 (#1746)
* deps(dev): bump @chainsafe/libp2p-noise from 11.0.4 to 12.0.0 Bumps [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) from 11.0.4 to 12.0.0. - [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md) - [Commits](ChainSafe/js-libp2p-noise@v11.0.4...v12.0.0) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-noise" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update versions, remove expect-errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
1 parent 2417cda commit 337f025

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

examples/delegated-routing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@chainsafe/libp2p-noise": "^11.0.0",
6+
"@chainsafe/libp2p-noise": "^12.0.0",
77
"ipfs-core": "^0.15.4",
88
"ipfs-http-client": "^58.0.1",
99
"libp2p": "file:../../",

examples/libp2p-in-the-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "ISC",
1111
"dependencies": {
12-
"@chainsafe/libp2p-noise": "^11.0.0",
12+
"@chainsafe/libp2p-noise": "^12.0.0",
1313
"@libp2p/bootstrap": "^8.0.0",
1414
"@libp2p/mplex": "^8.0.1",
1515
"@libp2p/webrtc-star": "^7.0.0",

examples/webrtc-direct/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"dependencies": {
1212
"@libp2p/webrtc-direct": "^6.0.0",
13-
"@chainsafe/libp2p-noise": "^11.0.0",
13+
"@chainsafe/libp2p-noise": "^12.0.0",
1414
"@libp2p/bootstrap": "^8.0.0",
1515
"@libp2p/mplex": "^8.0.1",
1616
"libp2p": "file:../../",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"devDependencies": {
188188
"@chainsafe/libp2p-gossipsub": "^7.0.0",
189-
"@chainsafe/libp2p-noise": "^11.0.0",
189+
"@chainsafe/libp2p-noise": "^12.0.0",
190190
"@chainsafe/libp2p-yamux": "^4.0.1",
191191
"@libp2p/bootstrap": "^8.0.0",
192192
"@libp2p/daemon-client": "^6.0.2",

test/interop.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ async function createJsPeer (options: SpawnOptions): Promise<Daemon> {
129129
},
130130
transports: [tcp(), circuitRelayTransport()],
131131
streamMuxers: [],
132-
// @ts-expect-error remove after https://github.com/ChainSafe/js-libp2p-noise/pull/306
133132
connectionEncryption: [noise()]
134133
}
135134

0 commit comments

Comments
 (0)