refactor: Bump otpauth from 9.3.5 to 9.3.6 (#9493)

This commit is contained in:
dependabot[bot]
2025-01-12 21:55:48 +01:00
committed by GitHub
parent bb1daafef0
commit a0efad88d2
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"mime": "4.0.6", "mime": "4.0.6",
"mongodb": "6.12.0", "mongodb": "6.12.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.3.5", "otpauth": "9.3.6",
"parse": "5.3.0", "parse": "5.3.0",
"path-to-regexp": "6.3.0", "path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0", "pg-monitor": "2.1.0",
@@ -3159,9 +3159,9 @@
} }
}, },
"node_modules/@noble/hashes": { "node_modules/@noble/hashes": {
"version": "1.5.0", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz",
"integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==", "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==",
"engines": { "engines": {
"node": "^14.21.3 || >=16" "node": "^14.21.3 || >=16"
}, },
@@ -16836,11 +16836,11 @@
} }
}, },
"node_modules/otpauth": { "node_modules/otpauth": {
"version": "9.3.5", "version": "9.3.6",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz", "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.6.tgz",
"integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==", "integrity": "sha512-eIcCvuEvcAAPHxUKC9Q4uCe0Fh/yRc5jv9z+f/kvyIF2LPrhgAOuLB7J9CssGYhND/BL8M9hlHBTFmffpoQlMQ==",
"dependencies": { "dependencies": {
"@noble/hashes": "1.5.0" "@noble/hashes": "1.6.1"
}, },
"funding": { "funding": {
"url": "https://github.com/hectorm/otpauth?sponsor=1" "url": "https://github.com/hectorm/otpauth?sponsor=1"
@@ -23385,9 +23385,9 @@
} }
}, },
"@noble/hashes": { "@noble/hashes": {
"version": "1.5.0", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz",
"integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==" "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w=="
}, },
"@node-rs/bcrypt": { "@node-rs/bcrypt": {
"version": "1.10.7", "version": "1.10.7",
@@ -33114,11 +33114,11 @@
} }
}, },
"otpauth": { "otpauth": {
"version": "9.3.5", "version": "9.3.6",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz", "resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.6.tgz",
"integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==", "integrity": "sha512-eIcCvuEvcAAPHxUKC9Q4uCe0Fh/yRc5jv9z+f/kvyIF2LPrhgAOuLB7J9CssGYhND/BL8M9hlHBTFmffpoQlMQ==",
"requires": { "requires": {
"@noble/hashes": "1.5.0" "@noble/hashes": "1.6.1"
} }
}, },
"p-cancelable": { "p-cancelable": {

View File

@@ -48,7 +48,7 @@
"mime": "4.0.6", "mime": "4.0.6",
"mongodb": "6.12.0", "mongodb": "6.12.0",
"mustache": "4.2.0", "mustache": "4.2.0",
"otpauth": "9.3.5", "otpauth": "9.3.6",
"parse": "5.3.0", "parse": "5.3.0",
"path-to-regexp": "6.3.0", "path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0", "pg-monitor": "2.1.0",