diff --git a/package-lock.json b/package-lock.json index 9d3b5c7862..aacd76968e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15429,9 +15429,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 5249d7c712..6d27d32b32 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",