From 551a094bf867072b6eb66b92736816a6f0d29f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:36:10 +0000 Subject: [PATCH] Bump otpauth from 2.2.4 to 3.2.8 Bumps [otpauth](https://github.com/hectorm/otpauth) from 2.2.4 to 3.2.8. - [Release notes](https://github.com/hectorm/otpauth/releases) - [Commits](https://github.com/hectorm/otpauth/compare/v2.2.4...v3.2.8) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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"