Skip to content

Commit 9deffb1

Browse files
committed
fix: examples/browser-exchange-files/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 9deffb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-exchange-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"uint8arrays": "^2.1.3"
1919
},
2020
"dependencies": {
21-
"ipfs": "^0.55.3",
21+
"ipfs": "^0.64.0",
2222
"it-all": "^1.0.4",
2323
"libp2p-websockets": "^0.15.6",
2424
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)