refactor: Bump otpauth from 9.3.6 to 9.4.0 (#9710)
This commit is contained in:
32
package-lock.json
generated
32
package-lock.json
generated
@@ -38,7 +38,7 @@
|
||||
"mime": "4.0.7",
|
||||
"mongodb": "6.15.0",
|
||||
"mustache": "4.2.0",
|
||||
"otpauth": "9.3.6",
|
||||
"otpauth": "9.4.0",
|
||||
"parse": "6.1.1",
|
||||
"path-to-regexp": "6.3.0",
|
||||
"pg-monitor": "2.1.0",
|
||||
@@ -3644,9 +3644,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@noble/hashes": {
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz",
|
||||
"integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz",
|
||||
"integrity": "sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^14.21.3 || >=16"
|
||||
},
|
||||
@@ -18172,11 +18173,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/otpauth": {
|
||||
"version": "9.3.6",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.6.tgz",
|
||||
"integrity": "sha512-eIcCvuEvcAAPHxUKC9Q4uCe0Fh/yRc5jv9z+f/kvyIF2LPrhgAOuLB7J9CssGYhND/BL8M9hlHBTFmffpoQlMQ==",
|
||||
"version": "9.4.0",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.4.0.tgz",
|
||||
"integrity": "sha512-fHIfzIG5RqCkK9cmV8WU+dPQr9/ebR5QOwGZn2JAr1RQF+lmAuLL2YdtdqvmBjNmgJlYk3KZ4a0XokaEhg1Jsw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "1.6.1"
|
||||
"@noble/hashes": "1.7.1"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/hectorm/otpauth?sponsor=1"
|
||||
@@ -25152,9 +25154,9 @@
|
||||
}
|
||||
},
|
||||
"@noble/hashes": {
|
||||
"version": "1.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz",
|
||||
"integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w=="
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.1.tgz",
|
||||
"integrity": "sha512-B8XBPsn4vT/KJAGqDzbwztd+6Yte3P4V7iafm24bxgDe/mlRuK6xmWPuCNrKt2vDafZ8MfJLlchDG/vYafQEjQ=="
|
||||
},
|
||||
"@node-rs/bcrypt": {
|
||||
"version": "1.10.7",
|
||||
@@ -35327,11 +35329,11 @@
|
||||
}
|
||||
},
|
||||
"otpauth": {
|
||||
"version": "9.3.6",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.6.tgz",
|
||||
"integrity": "sha512-eIcCvuEvcAAPHxUKC9Q4uCe0Fh/yRc5jv9z+f/kvyIF2LPrhgAOuLB7J9CssGYhND/BL8M9hlHBTFmffpoQlMQ==",
|
||||
"version": "9.4.0",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.4.0.tgz",
|
||||
"integrity": "sha512-fHIfzIG5RqCkK9cmV8WU+dPQr9/ebR5QOwGZn2JAr1RQF+lmAuLL2YdtdqvmBjNmgJlYk3KZ4a0XokaEhg1Jsw==",
|
||||
"requires": {
|
||||
"@noble/hashes": "1.6.1"
|
||||
"@noble/hashes": "1.7.1"
|
||||
}
|
||||
},
|
||||
"p-cancelable": {
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"mime": "4.0.7",
|
||||
"mongodb": "6.15.0",
|
||||
"mustache": "4.2.0",
|
||||
"otpauth": "9.3.6",
|
||||
"otpauth": "9.4.0",
|
||||
"parse": "6.1.1",
|
||||
"path-to-regexp": "6.3.0",
|
||||
"pg-monitor": "2.1.0",
|
||||
|
||||
Reference in New Issue
Block a user