refactor: Bump otpauth from 9.3.4 to 9.3.5 (#9448)

This commit is contained in:
dependabot[bot]
2024-11-20 19:47:58 +01:00
committed by GitHub
parent b2d94eb2d2
commit 9710bca11b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -39,7 +39,7 @@
"mime": "4.0.4",
"mongodb": "6.10.0",
"mustache": "4.2.0",
"otpauth": "9.3.4",
"otpauth": "9.3.5",
"parse": "5.3.0",
"path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0",
@@ -16854,9 +16854,9 @@
}
},
"node_modules/otpauth": {
"version": "9.3.4",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz",
"integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==",
"version": "9.3.5",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz",
"integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==",
"dependencies": {
"@noble/hashes": "1.5.0"
},
@@ -33150,9 +33150,9 @@
}
},
"otpauth": {
"version": "9.3.4",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.4.tgz",
"integrity": "sha512-qXv+lpsCUO9ewitLYfeDKbLYt7UUCivnU/fwGK2OqhgrCBsRkTUNKWsgKAhkXG3aistOY+jEeuL90JEBu6W3mQ==",
"version": "9.3.5",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.3.5.tgz",
"integrity": "sha512-jQyqOuQExeIl4YIiOUz4TdEcamgAgPX6UYeeS9Iit4lkvs7bwHb0JNDqchGRccbRfvWHV6oRwH36tOsVmc+7hQ==",
"requires": {
"@noble/hashes": "1.5.0"
}

View File

@@ -48,7 +48,7 @@
"mime": "4.0.4",
"mongodb": "6.10.0",
"mustache": "4.2.0",
"otpauth": "9.3.4",
"otpauth": "9.3.5",
"parse": "5.3.0",
"path-to-regexp": "6.3.0",
"pg-monitor": "2.1.0",