From 8f7e98e1187da079ab9356e62d184b584a2df49d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Apr 2022 00:22:09 +0000 Subject: [PATCH] fix: upgrade otpauth from 7.0.11 to 7.1.1 Snyk has created this PR to upgrade otpauth from 7.0.11 to 7.1.1. 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 bb77cd581b..29099ce1d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14399,9 +14399,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.0.11.tgz", - "integrity": "sha512-Q6z7WfgSt+jehx5mSCCoWoL0WwLIUH+O3VgaY5jfmeTbE1En67lhsqRxmyY6fE8lqXhSNHtcRwzrCZV9Ov45tg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.1.1.tgz", + "integrity": "sha512-6SjnyAZN3Pe6VeLxVi2MC5wbWjtL335RWabFSw++eLICoq0gEpLyo5aMcj2/HVWK2S9/wrOQXiEleIHNjl3CGQ==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index d15785cd77..601f69d89b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "immutable-devtools": "0.1.5", "inquirer": "8.2.2", "js-beautify": "1.14.2", - "otpauth": "7.0.11", + "otpauth": "7.1.1", "package-json": "7.0.0", "parse": "3.4.1", "passport": "0.5.2",