Skip to content

Commit

Permalink
chore: replace link for node-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
nghanyi committed Nov 28, 2024
1 parent d0204ec commit 82fac49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions sdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
},
"author": "turnoffthiscomputer",
"dependencies": {
"@openpassport/zk-kit-imt": "^0.0.5",
"@openpassport/zk-kit-lean-imt": "^0.0.6",
"@openpassport/zk-kit-smt": "^0.0.1",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
Expand All @@ -20,16 +23,13 @@
"js-sha512": "^0.9.0",
"msgpack-lite": "^0.1.26",
"next": "^14.2.8",
"node-forge": "https://github.com/remicolin/forge",
"node-forge": "^1.3.1",
"pako": "^2.1.0",
"pkijs": "^3.2.4",
"poseidon-lite": "^0.2.0",
"snarkjs": "^0.7.4",
"uuid": "^10.0.0",
"zlib": "^1.0.5",
"@openpassport/zk-kit-imt": "^0.0.5",
"@openpassport/zk-kit-lean-imt": "^0.0.6",
"@openpassport/zk-kit-smt": "^0.0.1"
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/chai": "^4.3.6",
Expand Down Expand Up @@ -74,4 +74,4 @@
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
}
2 changes: 1 addition & 1 deletion sdk/qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lottie-react": "^2.4.0",
"msgpack-lite": "^0.1.26",
"next": "^14.2.8",
"node-forge": "https://github.com/remicolin/forge",
"node-forge": "^1.3.1",
"pako": "^2.1.0",
"pkijs": "^3.2.4",
"poseidon-lite": "^0.2.0",
Expand Down

0 comments on commit 82fac49

Please sign in to comment.