From 337e9ee1ef738d128478af021581c3913341b429 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 17:02:34 +0000 Subject: [PATCH] fix: upgrade @govtechsg/open-attestation from 6.5.1 to 6.6.0 Snyk has created this PR to upgrade @govtechsg/open-attestation from 6.5.1 to 6.6.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/c3ea410b-da67-4dc3-9740-54ba405e1713?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b61e9e..30f307b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "GPL-3.0", "dependencies": { "@govtechsg/oa-verify": "^8.1.0", - "@govtechsg/open-attestation": "^6.5.1", + "@govtechsg/open-attestation": "^6.6.0", "debug": "^4.3.1", "node-fetch": "^2.6.1", "runtypes": "^6.3.0" @@ -2808,9 +2808,9 @@ } }, "node_modules/@govtechsg/open-attestation": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.5.1.tgz", - "integrity": "sha512-rId128iZSh9sUGhBfp6sPFNxGkP7BIKlu4gIXcnGTQ6NDsPipvfuoog2Y6y4ny3Q+XFtXQJUkWxHYT0YctCd0w==", + "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==", "hasInstallScript": true, "dependencies": { "@govtechsg/jsonld": "^0.1.0", @@ -26691,9 +26691,9 @@ } }, "@govtechsg/open-attestation": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.5.1.tgz", - "integrity": "sha512-rId128iZSh9sUGhBfp6sPFNxGkP7BIKlu4gIXcnGTQ6NDsPipvfuoog2Y6y4ny3Q+XFtXQJUkWxHYT0YctCd0w==", + "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==", "requires": { "@govtechsg/jsonld": "^0.1.0", "ajv": "^8.6.2", diff --git a/package.json b/package.json index ddecb5f..4b43adb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "types": "dist/ts/src", "dependencies": { "@govtechsg/oa-verify": "^8.1.0", - "@govtechsg/open-attestation": "^6.5.1", + "@govtechsg/open-attestation": "^6.6.0", "debug": "^4.3.1", "node-fetch": "^2.6.1", "runtypes": "^6.3.0"