From a34e49c1081b0efb58a8aee58380780284ce1409 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Jan 2023 11:02:08 +0000 Subject: [PATCH] fix: upgrade @govtechsg/open-attestation from 6.5.2 to 6.6.0 Snyk has created this PR to upgrade @govtechsg/open-attestation from 6.5.2 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/d7426838-98a0-42b9-bafc-f8f86dcd73e5?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 abbe9e93..a5628697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@govtechsg/decentralized-renderer-react-components": "^3.8.0", - "@govtechsg/open-attestation": "^6.5.2", + "@govtechsg/open-attestation": "^6.6.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", @@ -3580,9 +3580,9 @@ } }, "node_modules/@govtechsg/open-attestation": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.5.2.tgz", - "integrity": "sha512-RurVBAspA+G56ZjAd+rY9UpQWFV/anAI2o9XhW37v/NKxAvs0ej4LfSAYtft/nLRYqAe9WyUAa7VFLjwOjC9KQ==", + "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", @@ -22163,9 +22163,9 @@ } }, "@govtechsg/open-attestation": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/@govtechsg/open-attestation/-/open-attestation-6.5.2.tgz", - "integrity": "sha512-RurVBAspA+G56ZjAd+rY9UpQWFV/anAI2o9XhW37v/NKxAvs0ej4LfSAYtft/nLRYqAe9WyUAa7VFLjwOjC9KQ==", + "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 b5d9fdec..33433b8d 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.2", + "@govtechsg/open-attestation": "^6.6.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0",