From 58ccf6eccefbf5351e40d376b6abb0858c5c9cdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Sep 2023 06:21:51 +0000 Subject: [PATCH] fix: upgrade @govtechsg/open-attestation from 6.6.0 to 6.7.0 Snyk has created this PR to upgrade @govtechsg/open-attestation from 6.6.0 to 6.7.0. See this package in npm: https://www.npmjs.com/package/@govtechsg/open-attestation See this project in Snyk: https://app.snyk.io/org/nft-772/project/0f556a30-6598-4613-8727-7ba33a074484?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6d82f2..702ed35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@govtechsg/dnsprove": "^2.5.0", "@govtechsg/oa-encryption": "^1.3.5", "@govtechsg/oa-verify": "^7.12.0", - "@govtechsg/open-attestation": "^6.6.0", + "@govtechsg/open-attestation": "^6.7.0", "@govtechsg/tradetrust-utils": "^1.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3204,9 +3204,9 @@ } }, "node_modules/@govtechsg/open-attestation": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.6.0.tgz", - "integrity": "sha512-dMkw9o7GbBxzJ/6nuGjJ09oBOqBhLn7EK/H/10h+oQAzAXwh09cGztQx8at5Regya1ppi+WaLRUwSr9esiDoGw==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.7.0.tgz", + "integrity": "sha512-kF0lnUyJ/YZI73kUvj1N7Hx3GGf3ncLo4Ax8WVSeup/uqJBoy3nAMdfZbmh9plsDcDMWAgHnVXrEyaxsKicxkA==", "hasInstallScript": true, "dependencies": { "@govtechsg/jsonld": "^0.1.0", @@ -3214,7 +3214,7 @@ "ajv-formats": "^2.1.0", "cross-fetch": "^3.1.5", "debug": "^4.3.2", - "ethers": "^5.4.3", + "ethers": "^5.7.2", "flatley": "^5.2.0", "js-base64": "^3.6.1", "js-sha3": "^0.8.0", @@ -22806,16 +22806,16 @@ } }, "@govtechsg/open-attestation": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.6.0.tgz", - "integrity": "sha512-dMkw9o7GbBxzJ/6nuGjJ09oBOqBhLn7EK/H/10h+oQAzAXwh09cGztQx8at5Regya1ppi+WaLRUwSr9esiDoGw==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.7.0.tgz", + "integrity": "sha512-kF0lnUyJ/YZI73kUvj1N7Hx3GGf3ncLo4Ax8WVSeup/uqJBoy3nAMdfZbmh9plsDcDMWAgHnVXrEyaxsKicxkA==", "requires": { "@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", + "ethers": "^5.7.2", "flatley": "^5.2.0", "js-base64": "^3.6.1", "js-sha3": "^0.8.0", diff --git a/package.json b/package.json index 277f4ba..0ebf2f7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@govtechsg/dnsprove": "^2.5.0", "@govtechsg/oa-encryption": "^1.3.5", "@govtechsg/oa-verify": "^7.12.0", - "@govtechsg/open-attestation": "^6.6.0", + "@govtechsg/open-attestation": "^6.7.0", "@govtechsg/tradetrust-utils": "^1.4.1", "react": "^18.2.0", "react-dom": "^18.2.0",