Skip to content

Commit

Permalink
fix: packages/ipfs-grpc-server/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-NANOID-8492085
  • Loading branch information
snyk-bot committed Dec 11, 2024
1 parent bf1bc8b commit a1eece0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"it-peekable": "^2.0.0",
"it-pipe": "^2.0.3",
"it-pushable": "^3.0.0",
"nanoid": "^4.0.0",
"nanoid": "^5.0.9",
"protobufjs": "^7.0.0",
"uint8arrays": "^4.0.2",
"ws": "^8.5.0"
},
"devDependencies": {
"@types/ws": "^8.5.3",
"aegir": "^37.11.0",
"aegir": "^44.1.1",
"ipfs-core": "^0.18.1",
"it-all": "^2.0.0",
"it-drain": "^2.0.0",
Expand Down

0 comments on commit a1eece0

Please sign in to comment.