From 029ccfa46ed2fb842ad817a614559b80fb5dbbf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Oct 2022 19:16:35 +0000 Subject: [PATCH] fix: upgrade otpauth from 8.0.2 to 8.0.3 Snyk has created this PR to upgrade otpauth from 8.0.2 to 8.0.3. 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 d6f9059cee..ff57014b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15435,9 +15435,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-8.0.2.tgz", - "integrity": "sha512-Hj5IvDdhte1dmjBkWZ3K8DfQVt4LQycd4mtRVyRTWtYiXuqaDSF4+d7UDPqZO/JRWXDktEmDHqymA+hHj9NEqQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-8.0.3.tgz", + "integrity": "sha512-5abBweT/POpMdVuM0Zk/tvlTHw8Kc8606XX/w8QNLRBDib+FVpseAx12Z21/iVIeCrJOgCY1dBuLS057IOdybw==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index 2c81f26062..a5302418a1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "immutable-devtools": "0.1.5", "inquirer": "8.2.4", "js-beautify": "1.14.6", - "otpauth": "8.0.2", + "otpauth": "8.0.3", "package-json": "7.0.0", "parse": "3.4.2", "passport": "0.5.3",