From 9304c8639d095ed1fa7cb3ad7289124de0b48ba2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Nov 2022 02:26:06 +0000 Subject: [PATCH] fix: upgrade @govtechsg/open-attestation from 6.5.1 to 6.5.2 Snyk has created this PR to upgrade @govtechsg/open-attestation from 6.5.1 to 6.5.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/nft-772/project/db9e14a7-a873-4319-adf8-044b5cce5f43?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 87179f4..83206fd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@govtechsg/decentralized-renderer-react-components": "^3.8.0", - "@govtechsg/open-attestation": "^6.5.1", + "@govtechsg/open-attestation": "^6.5.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", diff --git a/yarn.lock b/yarn.lock index f5189a3..aa2df45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1772,7 +1772,7 @@ lru-cache "^6.0.0" rdf-canonize "^3.0.0" -"@govtechsg/open-attestation@^6.2.0", "@govtechsg/open-attestation@^6.5.1": +"@govtechsg/open-attestation@^6.2.0": version "6.5.1" resolved "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.5.1.tgz" integrity sha512-rId128iZSh9sUGhBfp6sPFNxGkP7BIKlu4gIXcnGTQ6NDsPipvfuoog2Y6y4ny3Q+XFtXQJUkWxHYT0YctCd0w== @@ -1791,6 +1791,25 @@ uuid "^8.3.2" validator "^13.7.0" +"@govtechsg/open-attestation@^6.5.2": + version "6.5.2" + resolved "https://registry.yarnpkg.com/@govtechsg/open-attestation/-/open-attestation-6.5.2.tgz#b909b3bdce0150b84f3b2f27b29b9c5b50275c09" + integrity sha512-RurVBAspA+G56ZjAd+rY9UpQWFV/anAI2o9XhW37v/NKxAvs0ej4LfSAYtft/nLRYqAe9WyUAa7VFLjwOjC9KQ== + dependencies: + "@govtechsg/jsonld" "^0.1.0" + ajv "^8.6.2" + ajv-formats "^2.1.0" + cross-fetch "^3.1.5" + debug "^4.3.2" + ethers "^5.4.3" + flatley "^5.2.0" + js-base64 "^3.6.1" + js-sha3 "^0.8.0" + lodash "^4.17.21" + runtypes "^6.3.2" + uuid "^8.3.2" + validator "^13.7.0" + "@humanwhocodes/config-array@^0.10.4": version "0.10.4" resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz"