From df50ebcc057a31e0e27213709155f8de7e3cb04d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 03:23:44 +0000 Subject: [PATCH] fix: upgrade otpauth from 7.0.8 to 7.0.9 Snyk has created this PR to upgrade otpauth from 7.0.8 to 7.0.9. 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a6dc03654..6f1595aea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14581,9 +14581,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "7.0.8", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.8.tgz", - "integrity": "sha512-cNBDVbxtgIFXRmmvMcIEMN4qFFM1u16NLfjakfTC5WGjxPDQNfj7cTvtGPBYW7A3W/D4nshPv2OBiByZN+awtw==", + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.9.tgz", + "integrity": "sha512-6dN1gFE0zCTYmVgy3THf3RXPKl4V7SyjDss2FSXlztE6pVqnOmbEQkqYoXKVC9Cf7OISb6/scHvKH26y/+c92A==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index d0c1de7729..5200b04290 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.8", + "otpauth": "7.0.9", "package-json": "7.0.0", "parse": "3.4.1", "passport": "0.5.2",