Browse Source

build(deps): bump otpauth from 9.4.0 to 9.4.1 in /src

Bumps [otpauth](https://github.com/hectorm/otpauth) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](https://github.com/hectorm/otpauth/compare/v9.4.0...v9.4.1)

---
updated-dependencies:
- dependency-name: otpauth
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/2119/head
dependabot[bot] 1 month ago
committed by GitHub
parent
commit
dece219442
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/package.json
  2. 18
      src/pnpm-lock.yaml

2
src/package.json

@ -41,7 +41,7 @@
"is-ip": "^5.0.1",
"js-sha256": "^0.11.1",
"nuxt": "^3.18.1",
"otpauth": "^9.4.0",
"otpauth": "^9.4.1",
"pinia": "^3.0.3",
"qr": "^0.5.0",
"radix-vue": "^1.9.17",

18
src/pnpm-lock.yaml

@ -72,8 +72,8 @@ importers:
specifier: ^3.18.1
version: 3.18.1(@libsql/client@0.15.10)(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.2.1)(@vue/compiler-sfc@3.5.18)(db0@0.3.2(@libsql/client@0.15.10)(drizzle-orm@0.44.4(@libsql/client@0.15.10)))(drizzle-orm@0.44.4(@libsql/client@0.15.10))(eslint@9.33.0(jiti@2.5.1))(ioredis@5.7.0)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(terser@5.43.1)(tsx@4.20.3)(typescript@5.9.2)(vite@7.1.2(@types/node@24.2.1)(jiti@2.5.1)(terser@5.43.1)(tsx@4.20.3)(yaml@2.8.1))(vue-tsc@3.0.5(typescript@5.9.2))(yaml@2.8.1)
otpauth:
specifier: ^9.4.0
version: 9.4.0
specifier: ^9.4.1
version: 9.4.1
pinia:
specifier: ^3.0.3
version: 3.0.3(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2))
@ -1108,8 +1108,8 @@ packages:
engines: {node: '>=18.14.0'}
hasBin: true
'@noble/hashes@1.7.1':
resolution: {integrity: sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==}
'@noble/hashes@1.8.0':
resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==}
engines: {node: ^14.21.3 || >=16}
'@nodelib/fs.scandir@2.1.5':
@ -4466,8 +4466,8 @@ packages:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
otpauth@9.4.0:
resolution: {integrity: sha512-fHIfzIG5RqCkK9cmV8WU+dPQr9/ebR5QOwGZn2JAr1RQF+lmAuLL2YdtdqvmBjNmgJlYk3KZ4a0XokaEhg1Jsw==}
otpauth@9.4.1:
resolution: {integrity: sha512-+iVvys36CFsyXEqfNftQm1II7SW23W1wx9RwNk0Cd97lbvorqAhBDksb/0bYry087QMxjiuBS0wokdoZ0iUeAw==}
oxc-minify@0.80.0:
resolution: {integrity: sha512-kMMb3dC8KlQ+Bzf/UhepYsq1ukorCOJu038rSxF7kTbsCLx1Ojet9Hc9gKqKR/Wpih5GWnOA2DvLe20ZtxbJ2Q==}
@ -6912,7 +6912,7 @@ snapshots:
- rollup
- supports-color
'@noble/hashes@1.7.1': {}
'@noble/hashes@1.8.0': {}
'@nodelib/fs.scandir@2.1.5':
dependencies:
@ -10549,9 +10549,9 @@ snapshots:
type-check: 0.4.0
word-wrap: 1.2.5
otpauth@9.4.0:
otpauth@9.4.1:
dependencies:
'@noble/hashes': 1.7.1
'@noble/hashes': 1.8.0
oxc-minify@0.80.0:
optionalDependencies:

Loading…
Cancel
Save