Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade ipfs from 0.53.2 to 0.55.0 #287

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: examples/browser-ipns-publish/package.json to reduce vulnerabili…
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:debug:20170905
snyk-bot committed Dec 6, 2023

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit ce5bb58a58b035ba51fd7b9168bc8f7d9696c2c3
2 changes: 1 addition & 1 deletion examples/browser-ipns-publish/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"human-crypto-keys": "^0.1.4",
"ipfs": "^0.53.2",
"ipfs": "^0.55.0",
"ipfs-http-client": "^48.2.2",
"ipfs-utils": "^5.0.0",
"ipns": "^0.8.0",