Skip to content

Commit 71e8ee1

Browse files
authored
fix: bump noise version (#3306)
Update noise version to align with `@chainsafe/libp2p-noise`.
1 parent 4c1db67 commit 71e8ee1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"packages/upnp-nat": "4.0.1",
4949
"packages/utils": "7.0.1",
5050
"packages/integration-tests": "1.0.1",
51-
"packages/connection-encrypter-noise": "1.0.1",
51+
"packages/connection-encrypter-noise": "17.0.1",
5252
"interop": "1.0.1"
5353
}

interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dep-check": "aegir dep-check"
1212
},
1313
"devDependencies": {
14-
"@libp2p/noise": "^1.0.1",
14+
"@libp2p/noise": "^17.0.1",
1515
"@libp2p/yamux": "^8.0.1",
1616
"@libp2p/circuit-relay-v2": "^4.0.1",
1717
"@libp2p/identify": "^4.0.1",

packages/connection-encrypter-noise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/noise",
3-
"version": "1.0.1",
3+
"version": "17.0.1",
44
"description": "Noise libp2p handshake for js-libp2p",
55
"author": "ChainSafe <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

packages/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@libp2p/mdns": "^12.0.1",
3939
"@libp2p/memory": "^2.0.1",
4040
"@libp2p/mplex": "^12.0.1",
41-
"@libp2p/noise": "^1.0.1",
41+
"@libp2p/noise": "^17.0.1",
4242
"@libp2p/peer-collections": "^7.0.1",
4343
"@libp2p/peer-id": "^6.0.1",
4444
"@libp2p/ping": "^3.0.1",

packages/transport-webrtc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@libp2p/interface": "^3.0.0",
5050
"@libp2p/interface-internal": "^3.0.1",
5151
"@libp2p/keychain": "^6.0.1",
52-
"@libp2p/noise": "^1.0.1",
52+
"@libp2p/noise": "^17.0.1",
5353
"@libp2p/peer-id": "^6.0.1",
5454
"@libp2p/utils": "^7.0.1",
5555
"@multiformats/multiaddr": "^13.0.1",

packages/transport-webtransport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@libp2p/interface": "^3.0.0",
48-
"@libp2p/noise": "^1.0.1",
48+
"@libp2p/noise": "^17.0.1",
4949
"@libp2p/peer-id": "^6.0.1",
5050
"@libp2p/utils": "^7.0.1",
5151
"@multiformats/multiaddr": "^13.0.1",

0 commit comments

Comments
 (0)