From a320f763f67b711d91a769c843cc3fb0ee0b414a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Sep 2021 04:00:49 +0000 Subject: [PATCH] fix: upgrade html2canvas from 1.2.2 to 1.3.2 Snyk has created this PR to upgrade html2canvas from 1.2.2 to 1.3.2. See this package in npm: https://www.npmjs.com/package/html2canvas See this project in Snyk: https://app.snyk.io/org/fatesigner/project/5bf56a77-eeed-485f-9c2f-8c119c963224?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 182266d..5162cc4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "prettier": "@fatesigner/eslint-config/.prettierrc", "dependencies": { - "html2canvas": "1.2.2" + "html2canvas": "1.3.2" }, "peerDependencies": { "await-to-js": "2.x || 3.x",