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"