From 50a0e46a4be35ab2a7231f8151c797726c067361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 03:02:13 +0000 Subject: [PATCH] feat(deps): bump otpauth from 9.1.0 to 9.1.1 Bumps [otpauth](https://github.com/hectorm/otpauth) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/hectorm/otpauth/releases) - [Commits](https://github.com/hectorm/otpauth/compare/v9.1.0...v9.1.1) --- updated-dependencies: - dependency-name: otpauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a087602..4fafe07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "node-fetch": "^3.3.1", "nodemailer": "^6.9.1", "nodemailer-express-handlebars": "^6.1.0", - "otpauth": "^9.1.0", + "otpauth": "^9.1.1", "randomstring": "^1.2.3", "request-ip": "^3.3.0", "serve-favicon": "^2.5.0" @@ -12516,9 +12516,9 @@ } }, "node_modules/otpauth": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.0.tgz", - "integrity": "sha512-jCyasxSSeH/G7S5An4+tN0NTGDg87gJlsVRCoBSP9JlCbDpFeDlCwlkFEqFBWChyHYCqZvNTttgdnZUvLoZIxQ==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.1.tgz", + "integrity": "sha512-XhimxmkREwf6GJvV4svS9OVMFJ/qRGz+QBEGwtW5OMf9jZlx9yw25RZMXdrO6r7DHgfIaETJb1lucZXZtn3jgw==", "dependencies": { "jssha": "~3.3.0" }, @@ -24849,9 +24849,9 @@ } }, "otpauth": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.0.tgz", - "integrity": "sha512-jCyasxSSeH/G7S5An4+tN0NTGDg87gJlsVRCoBSP9JlCbDpFeDlCwlkFEqFBWChyHYCqZvNTttgdnZUvLoZIxQ==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.1.tgz", + "integrity": "sha512-XhimxmkREwf6GJvV4svS9OVMFJ/qRGz+QBEGwtW5OMf9jZlx9yw25RZMXdrO6r7DHgfIaETJb1lucZXZtn3jgw==", "requires": { "jssha": "~3.3.0" } diff --git a/package.json b/package.json index b9c99b30..ec024675 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "node-fetch": "^3.3.1", "nodemailer": "^6.9.1", "nodemailer-express-handlebars": "^6.1.0", - "otpauth": "^9.1.0", + "otpauth": "^9.1.1", "randomstring": "^1.2.3", "request-ip": "^3.3.0", "serve-favicon": "^2.5.0"