diff --git a/package-lock.json b/package-lock.json index 3404a2ef1..69ea7db92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2179,10 +2179,11 @@ } }, "@govtechsg/oa-verify": { - "version": "git+https://github.com/Open-Attestation/oa-verify.git#2bc6b9c801ddd173ac7505e7842f5a71b76ccd42", - "from": "git+https://github.com/Open-Attestation/oa-verify.git#feat/add-networks", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@govtechsg/oa-verify/-/oa-verify-7.8.0.tgz", + "integrity": "sha512-22UwdpExdsZTmXd8i9ZutftCJye/JY8tRqu3UAtWMXYY4IbFXCC9jalXRPuKRG8cxwfqR5eP8plWBAmJhv0teg==", "requires": { - "@govtechsg/dnsprove": "git+https://github.com/Open-Attestation/dnsprove.git#feat/add-networks", + "@govtechsg/dnsprove": "^2.3.0", "@govtechsg/document-store": "^2.2.3", "@govtechsg/open-attestation": "^6.2.0", "@govtechsg/token-registry": "^2.5.3", @@ -2198,8 +2199,9 @@ }, "dependencies": { "@govtechsg/dnsprove": { - "version": "git+https://github.com/Open-Attestation/dnsprove.git#975559ee1b83d3d79e4ce88291a4c13c6a34d423", - "from": "git+https://github.com/Open-Attestation/dnsprove.git#feat/add-networks", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@govtechsg/dnsprove/-/dnsprove-2.3.0.tgz", + "integrity": "sha512-d8nmtlk8xbM7tR/7sKJcz1cL5yRLDxLysbzO5JTohj2grRij4jKyHwcEyfVTX5up6zXv2ELFcsu0zyvRuVVXFA==", "requires": { "axios": "^0.21.1", "debug": "^4.3.1", diff --git a/package.json b/package.json index 733009230..0fa8f0384 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@govtechsg/decentralized-renderer-react-components": "^3.6.2", "@govtechsg/ethers-contract-hook": "^2.2.0", "@govtechsg/oa-encryption": "^1.3.3", - "@govtechsg/oa-verify": "git+https://github.com/Open-Attestation/oa-verify.git#feat/add-networks", + "@govtechsg/oa-verify": "^7.8.0", "@govtechsg/open-attestation": "^6.2.0", "@govtechsg/open-attestation-cli": "^1.40.4", "@govtechsg/token-registry": "2.5.1",