refactor: Upgrade otpauth from 9.0.2 to 9.1.2 (#8668)
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -39,7 +39,7 @@
|
||||
"mime": "3.0.0",
|
||||
"mongodb": "4.10.0",
|
||||
"mustache": "4.2.0",
|
||||
"otpauth": "9.0.2",
|
||||
"otpauth": "^9.1.2",
|
||||
"parse": "4.1.0",
|
||||
"path-to-regexp": "6.2.1",
|
||||
"pg-monitor": "2.0.0",
|
||||
@@ -15950,9 +15950,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/otpauth": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.0.2.tgz",
|
||||
"integrity": "sha512-0TzpkJYg24VvIK3/K91HKpTtMlwm73UoThhcGY8fZsXcwHDrqf008rfdOjj3NnQuyuT11+vHyyO//qRzi6OZ9A==",
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz",
|
||||
"integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==",
|
||||
"dependencies": {
|
||||
"jssha": "~3.3.0"
|
||||
},
|
||||
@@ -32738,9 +32738,9 @@
|
||||
}
|
||||
},
|
||||
"otpauth": {
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.0.2.tgz",
|
||||
"integrity": "sha512-0TzpkJYg24VvIK3/K91HKpTtMlwm73UoThhcGY8fZsXcwHDrqf008rfdOjj3NnQuyuT11+vHyyO//qRzi6OZ9A==",
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz",
|
||||
"integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==",
|
||||
"requires": {
|
||||
"jssha": "~3.3.0"
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"mime": "3.0.0",
|
||||
"mongodb": "4.10.0",
|
||||
"mustache": "4.2.0",
|
||||
"otpauth": "9.0.2",
|
||||
"otpauth": "9.1.2",
|
||||
"parse": "4.1.0",
|
||||
"path-to-regexp": "6.2.1",
|
||||
"pg-monitor": "2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user