From 88d79b5a17359ae59ff79f66b4db087dbd02538b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 00:07:23 +0000 Subject: [PATCH] Bump otpauth from 9.5.1 to 9.5.2 Bumps [otpauth](https://github.com/hectorm/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 ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 30 +++++++++++------------------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 91b1abc3..5380c23f 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "mime": "^4.1.0", "neat-csv": "^7.0.0", "open-graph-scraper": "^6.11.0", - "otpauth": "^9.5.1", + "otpauth": "^9.5.2", "postgres": "^3.4.9", "qrcode": "^1.5.4", "semver": "^7.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a9aaabd..f0b61f10 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,8 +151,8 @@ importers: specifier: ^6.11.0 version: 6.12.0 otpauth: - specifier: ^9.5.1 - version: 9.5.1 + specifier: ^9.5.2 + version: 9.5.2 postgres: specifier: ^3.4.9 version: 3.4.9 @@ -1791,8 +1791,8 @@ packages: resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} engines: {node: '>= 16'} - '@noble/hashes@2.2.0': - resolution: {integrity: sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==} + '@noble/hashes@2.4.0': + resolution: {integrity: sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==} engines: {node: '>= 20.19.0'} '@opentelemetry/api-logs@0.220.0': @@ -5212,8 +5212,8 @@ packages: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} - otpauth@9.5.1: - resolution: {integrity: sha512-fJmDAHc8wImfqqqOXIlBvT1dEKrZK0Cmb2VEgScpNTolCz0PHh6ExUZGv4sLtOsWNaHCQlD+rRqaPgnoxFoZjQ==} + otpauth@9.5.2: + resolution: {integrity: sha512-GQ5emWR/x1tcExT62IBT0UfO95wZzJZyxYOJOGVeQF47SYEN9vmh0vISvDZaNMuFJRG+IaWCKtfm+t9Bfoal6w==} oxc-parser@0.131.0: resolution: {integrity: sha512-SJ3/7ZPbgie8dr5Z9BI/M51zZbpXba+hRSG0MDzVwMW5CRQg2fjYE0jHGlLX4eeiibGgC/mzoDFKSDHwVZEHRQ==} @@ -5659,11 +5659,6 @@ packages: sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - srvx@1.0.3: - resolution: {integrity: sha512-aOuk+yNJA61yA6eJJvQJxpJLIxz090hKMqDGzd35tGsvwaodi1RPuYSFUp5EINaJp7snjVwLkO2RXVMPZBYnnA==} - engines: {node: '>=20.16.0'} - hasBin: true - srvx@1.0.4: resolution: {integrity: sha512-eZmYaxUfZSo7/8m8UdsHRJNmTLSCTPPom9d7a60vMmuVeZvwhbvflRR+00/CxTCjMOFa5+H8tgBeNDVZ+w7AAQ==} engines: {node: '>=20.16.0'} @@ -8315,7 +8310,7 @@ snapshots: '@noble/hashes@1.4.0': {} - '@noble/hashes@2.2.0': {} + '@noble/hashes@2.4.0': {} '@opentelemetry/api-logs@0.220.0': dependencies: @@ -10973,7 +10968,7 @@ snapshots: h3@2.0.1-rc.31(crossws@0.4.12(srvx@1.0.4)): dependencies: rou3: 0.9.2 - srvx: 1.0.3 + srvx: 1.0.4 optionalDependencies: crossws: 0.4.12(srvx@1.0.4) @@ -11719,9 +11714,9 @@ snapshots: type-check: 0.4.0 word-wrap: 1.2.5 - otpauth@9.5.1: + otpauth@9.5.2: dependencies: - '@noble/hashes': 2.2.0 + '@noble/hashes': 2.4.0 oxc-parser@0.131.0: dependencies: @@ -12358,10 +12353,7 @@ snapshots: sprintf-js@1.0.3: {} - srvx@1.0.3: {} - - srvx@1.0.4: - optional: true + srvx@1.0.4: {} ssrfcheck@1.4.0: {}