diff --git a/package-lock.json b/package-lock.json index 574f791df..42513c779 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14359,9 +14359,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.1.3.tgz", - "integrity": "sha512-oHIdlmPt4i1+ptRh/0gQGo8mmew58pY9Q2wbYfTprZ9ABKAZgCvS0p+3MxjubT5v4UAqmjLuZ5paBa0yJQbE/g==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-8.0.1.tgz", + "integrity": "sha512-m39abRFJ3XMchK6Or9TOxErai3X8pk4/DpArOygYguBRYtRaVT53hL6+PV5BxYWVkcnIkPQqJg36ijvD8FvqSA==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index 50ed8afd8..be296ffc6 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "immutable-devtools": "0.1.5", "inquirer": "8.2.4", "js-beautify": "1.14.4", - "otpauth": "7.1.3", + "otpauth": "8.0.1", "package-json": "7.0.0", "parse": "3.4.2", "passport": "0.5.3",