Skip to content

Commit

Permalink
fix: packages/ipfs-daemon/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Jan 26, 2025
1 parent bf1bc8b commit 0f2e8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@libp2p/logger": "^2.0.5",
"@libp2p/webrtc-star": "^6.0.0",
"@mapbox/node-pre-gyp": "^1.0.5",
"@mapbox/node-pre-gyp": "^2.0.0",
"ipfs-core": "^0.18.1",
"ipfs-core-types": "^0.14.1",
"ipfs-grpc-server": "^0.12.1",
Expand All @@ -75,7 +75,7 @@
"libp2p": "^0.42.0"
},
"devDependencies": {
"aegir": "^37.11.0",
"aegir": "^45.0.9",
"node-fetch": "^3.2.3",
"ws": "^8.5.0"
},
Expand Down

0 comments on commit 0f2e8c4

Please sign in to comment.