diff --git a/package-lock.json b/package-lock.json index 6a574765..c159ff8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2415,9 +2415,9 @@ } }, "@govtechsg/open-attestation": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-3.0.5.tgz", - "integrity": "sha512-560Sc58FS8O9IxcCjxvAQ63xfeRztZiasjyPBs0SRFnvyXdptpq1B51Fh+XTR2TECbLLAMXNhGdE2/cGwInkwQ==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-3.1.2.tgz", + "integrity": "sha512-l0nCaW+xDiefxBNWgyH98VseG7YPX5XgljTk4NHVODiKBVQ5+f0oPvBA1XkvZrZJyNzduokq+qKuQwlbHhlWmQ==", "requires": { "ajv": "6.10.2", "debug": "^4.1.1", @@ -2430,9 +2430,9 @@ }, "dependencies": { "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" } } }, @@ -15798,9 +15798,9 @@ } }, "validator": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/validator/-/validator-12.1.0.tgz", - "integrity": "sha512-gIC2RBuFRi574Rb9vewGCJ7TCLxHXNx6EKthEgs+Iz0pYa9a9Te1VLG/bGLsAyGWrqR5FfR7tbFUI7FEF2LiGA==" + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-12.2.0.tgz", + "integrity": "sha512-jJfE/DW6tIK1Ek8nCfNFqt8Wb3nzMoAbocBF6/Icgg1ZFSBpObdnwVY2jQj6qUqzhx5jc71fpvBWyLGO7Xl+nQ==" }, "verbal-expressions": { "version": "1.0.2", diff --git a/package.json b/package.json index 2ef7a0e0..98b3e326 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typescript": "^3.7.2" }, "dependencies": { - "@govtechsg/open-attestation": "3.0.5", + "@govtechsg/open-attestation": "3.1.2", "ajv": "^6.10.2", "debug": "^4.1.1", "ethereumjs-util": "^6.0.0",