diff --git a/package-lock.json b/package-lock.json index 048c7ab2eb..0399efe4eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14303,9 +14303,9 @@ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "otpauth": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.1.1.tgz", - "integrity": "sha512-6SjnyAZN3Pe6VeLxVi2MC5wbWjtL335RWabFSw++eLICoq0gEpLyo5aMcj2/HVWK2S9/wrOQXiEleIHNjl3CGQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-7.1.2.tgz", + "integrity": "sha512-1KvebrDepaFWTWuYCNCsTbczVkWEfU7DYmfnUzyS0A/Qd+61scTO5J1mYoBB46GhU59jvbnFm/fF8/+AC+G0kw==", "requires": { "jssha": "~3.2.0" } diff --git a/package.json b/package.json index cee8abe5ad..18b42384b1 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "immutable-devtools": "0.1.5", "inquirer": "8.2.2", "js-beautify": "1.14.2", - "otpauth": "7.1.1", + "otpauth": "7.1.2", "package-json": "7.0.0", "parse": "3.4.1", "passport": "0.5.2",