From 555dedc4133e585ebced5ddd40fe588e17a956af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:30:55 +0000 Subject: [PATCH] chore(deps): bump otpauth in the production-dependencies group Bumps the production-dependencies group with 1 update: [otpauth](https://github.com/hectorm/otpauth). Updates `otpauth` from 9.5.1 to 9.5.2 - [Release notes](https://github.com/hectorm/otpauth/releases) - [Commits](https://github.com/hectorm/otpauth/compare/v9.5.1...v9.5.2) --- updated-dependencies: - dependency-name: otpauth dependency-version: 9.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cf2c4e..dd18d47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "jose": "^6.2.10", "next": "16.3.4", "nodemailer": "^9.1.1", - "otpauth": "^9.5.1", + "otpauth": "^9.5.2", "pdf-lib": "^1.17.1", "pg": "^8.23.0", "qrcode": "^1.5.4", @@ -2036,9 +2036,9 @@ } }, "node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz", + "integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==", "license": "MIT", "engines": { "node": ">= 20.19.0" @@ -9843,12 +9843,12 @@ } }, "node_modules/otpauth": { - "version": "9.5.1", - "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.5.1.tgz", - "integrity": "sha512-fJmDAHc8wImfqqqOXIlBvT1dEKrZK0Cmb2VEgScpNTolCz0PHh6ExUZGv4sLtOsWNaHCQlD+rRqaPgnoxFoZjQ==", + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.5.2.tgz", + "integrity": "sha512-GQ5emWR/x1tcExT62IBT0UfO95wZzJZyxYOJOGVeQF47SYEN9vmh0vISvDZaNMuFJRG+IaWCKtfm+t9Bfoal6w==", "license": "MIT", "dependencies": { - "@noble/hashes": "2.2.0" + "@noble/hashes": "2.4.0" }, "funding": { "url": "https://github.com/hectorm/otpauth?sponsor=1" diff --git a/package.json b/package.json index e539850..d986e8d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jose": "^6.2.10", "next": "16.3.4", "nodemailer": "^9.1.1", - "otpauth": "^9.5.1", + "otpauth": "^9.5.2", "pdf-lib": "^1.17.1", "pg": "^8.23.0", "qrcode": "^1.5.4",