From bee64680e12659f28d6308cffd54ee47a204b37c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 02:42:03 +0000 Subject: [PATCH] fix: upgrade otpauth from 7.0.10 to 7.0.11 Snyk has created this PR to upgrade otpauth from 7.0.10 to 7.0.11. See this package in npm: https://www.npmjs.com/package/otpauth See this project in Snyk: https://app.snyk.io/org/acinader/project/3e039b91-2450-4b56-8420-baf56cab388e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8438e8e14..e1f7e15ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7255,6 +7255,19 @@ "qs": "6.9.7", "raw-body": "2.4.3", "type-is": "~1.6.18" + }, + "dependencies": { + "raw-body": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz", + "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==", + "requires": { + "bytes": "3.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + } } }, "bytes": { @@ -7295,7 +7308,6 @@ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz", "integrity": "sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==", "requires": { - "bytes": "3.1.1", "http-errors": "1.8.1", "iconv-lite": "0.4.24", "unpipe": "1.0.0" @@ -14627,9 +14639,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "7.0.10", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.10.tgz", - "integrity": "sha512-I6FBocMGEfRXNsW7DanAQM+OmTZznk2bwS6U28AH9MvZNA6E9+SW+v1jHj4MDkUBRQO/uOpfTJACVMIyJ4hdZw==", + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.11.tgz", + "integrity": "sha512-Q6z7WfgSt+jehx5mSCCoWoL0WwLIUH+O3VgaY5jfmeTbE1En67lhsqRxmyY6fE8lqXhSNHtcRwzrCZV9Ov45tg==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index cdbd613685..22a241361c 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "immutable-devtools": "0.1.5", "inquirer": "8.2.0", "js-beautify": "1.14.0", - "otpauth": "7.0.10", + "otpauth": "7.0.11", "package-json": "7.0.0", "parse": "3.4.1", "passport": "0.5.2",