Skip to content

Commit f775715

Browse files
committed
fix: packages/ipfs-daemon/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRIVATEIP-9510757
1 parent bf1bc8b commit f775715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ipfs-daemon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
},
6565
"dependencies": {
6666
"@libp2p/logger": "^2.0.5",
67-
"@libp2p/webrtc-star": "^6.0.0",
67+
"@libp2p/webrtc-star": "^7.0.0",
6868
"@mapbox/node-pre-gyp": "^1.0.5",
6969
"ipfs-core": "^0.18.1",
7070
"ipfs-core-types": "^0.14.1",
7171
"ipfs-grpc-server": "^0.12.1",
7272
"ipfs-http-gateway": "^0.13.1",
7373
"ipfs-http-server": "^0.15.1",
7474
"ipfs-utils": "^9.0.13",
75-
"libp2p": "^0.42.0"
75+
"libp2p": "^1.2.1"
7676
},
7777
"devDependencies": {
7878
"aegir": "^37.11.0",

0 commit comments

Comments
 (0)