From f86d20ae7dd5782b436d6121825a3b5f183ace0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:25:44 +0000 Subject: [PATCH] feat(deps): bump otpauth from 9.2.3 to 9.2.4 Bumps [otpauth](https://github.com/hectorm/otpauth) from 9.2.3 to 9.2.4. - [Release notes](https://github.com/hectorm/otpauth/releases) - [Commits](https://github.com/hectorm/otpauth/compare/v9.2.3...v9.2.4) --- updated-dependencies: - dependency-name: otpauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1be8bbaa..be807ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sws2apps-api", - "version": "2.96.3", + "version": "2.96.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sws2apps-api", - "version": "2.96.3", + "version": "2.96.5", "license": "MIT", "dependencies": { "@crowdin/crowdin-api-client": "^1.33.1", @@ -32,7 +32,7 @@ "node-html-parser": "^6.1.13", "nodemailer": "^6.9.13", "nodemailer-express-handlebars": "^6.1.2", - "otpauth": "^9.2.3", + "otpauth": "^9.2.4", "randomstring": "^1.3.0", "request-ip": "^3.3.0", "serve-favicon": "^2.5.0" @@ -12295,9 +12295,9 @@ } }, "node_modules/otpauth": { - "version": "9.2.3", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.3.tgz", - "integrity": "sha512-oAG55Ch4MBL5Jdg+RXfKiRCZ2lCwa/UIQKsmSfYbGGLSI4dErY1HPZv0JGPPESIYGyDO3s9iJqM4HU/1IppMoQ==", + "version": "9.2.4", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.4.tgz", + "integrity": "sha512-t0Nioq2Up2ZaT5AbpXZLTjrsNtLc/g/rVSaEThmKLErAuT9mrnAKJryiPOKc3rCH+3ycWBgKpRHYn+DHqfaPiQ==", "dependencies": { "jssha": "~3.3.1" }, @@ -24021,9 +24021,9 @@ } }, "otpauth": { - "version": "9.2.3", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.3.tgz", - "integrity": "sha512-oAG55Ch4MBL5Jdg+RXfKiRCZ2lCwa/UIQKsmSfYbGGLSI4dErY1HPZv0JGPPESIYGyDO3s9iJqM4HU/1IppMoQ==", + "version": "9.2.4", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.4.tgz", + "integrity": "sha512-t0Nioq2Up2ZaT5AbpXZLTjrsNtLc/g/rVSaEThmKLErAuT9mrnAKJryiPOKc3rCH+3ycWBgKpRHYn+DHqfaPiQ==", "requires": { "jssha": "~3.3.1" } diff --git a/package.json b/package.json index 40b73d02..02fff8d5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "node-html-parser": "^6.1.13", "nodemailer": "^6.9.13", "nodemailer-express-handlebars": "^6.1.2", - "otpauth": "^9.2.3", + "otpauth": "^9.2.4", "randomstring": "^1.3.0", "request-ip": "^3.3.0", "serve-favicon": "^2.5.0"