diff --git a/package-lock.json b/package-lock.json index d72490c..9406f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,9 +116,9 @@ } }, "otpauth": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-2.2.4.tgz", - "integrity": "sha512-39KT707CHt6/b08Vl8rcIvfC95sVDpOyNm2zu8PC//3bnJtdyqaNlDfo6v+Q2gigi+0nIi2K+j2E3tEYvIk+dQ==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-3.2.8.tgz", + "integrity": "sha512-A2m5lXYNCXWaoBn6FcWipHFsivEqJICNwosZfakZPtiXYC4NEbTlMNJin5d4oxko+NGEQoomAbp6rENBSIaZGw==", "dev": true }, "select2": { diff --git a/package.json b/package.json index 33e3750..9813eab 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lodash": "^4.17.13", "material-modal": "^0.1.2", "nightmare": "^2.10.0", - "otpauth": "^2.2.4", + "otpauth": "^3.2.8", "select2": "^4.0.3", "url-query": "^2.0.0" }, diff --git a/yarn.lock b/yarn.lock index 6e2619a..03b09e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4396,9 +4396,9 @@ osenv@0, osenv@^0.1.4: os-homedir "^1.0.0" os-tmpdir "^1.0.0" -otpauth@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/otpauth/-/otpauth-2.2.4.tgz#4c15c6cc28d38c8cb9c9c2da0849d2e97b0f64db" +otpauth@^3.2.8: + version "3.2.8" + resolved "https://registry.yarnpkg.com/otpauth/-/otpauth-3.2.8.tgz#1f21ccc27ab04037c31271bc75ddd354ae27634e" p-finally@^1.0.0: version "1.0.0"