Skip to content

Commit 9146aba

Browse files
committedSep 7, 2022
fix: examples/custom-ipld-formats/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JUSTSAFESET-1920917
1 parent d1a8ac2 commit 9146aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/custom-ipld-formats/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"cids": "^1.1.6",
15-
"ipfs-daemon": "^0.7.1",
16-
"ipfs-core": "^0.7.1",
15+
"ipfs-daemon": "^0.14.0",
16+
"ipfs-core": "^0.16.0",
1717
"ipfs-http-client": "^50.1.1",
1818
"multicodec": "^3.0.1",
1919
"multihashing-async": "^2.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.