Skip to content

Commit 6d9f580

Browse files
committed
fix: examples/browser-script-tag/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917
1 parent b4946c1 commit 6d9f580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-script-tag/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"test-ipfs-example": "^3.0.0"
1717
},
1818
"dependencies": {
19-
"ipfs": "^0.55.3"
19+
"ipfs": "^0.64.0"
2020
}
2121
}

0 commit comments

Comments
 (0)