refactor: Upgrade otpauth from 9.2.1 to 9.2.2 (#8951)
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -38,7 +38,7 @@
|
||||
"mime": "3.0.0",
|
||||
"mongodb": "5.9.0",
|
||||
"mustache": "4.2.0",
|
||||
"otpauth": "9.2.1",
|
||||
"otpauth": "^9.2.2",
|
||||
"parse": "4.1.0",
|
||||
"path-to-regexp": "6.2.1",
|
||||
"pg-monitor": "2.0.0",
|
||||
@@ -15246,9 +15246,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/otpauth": {
|
||||
"version": "9.2.1",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
|
||||
"integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
|
||||
"version": "9.2.2",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.2.tgz",
|
||||
"integrity": "sha512-2VcnYRUmq1dNckIfySNYP32ITWp1bvTeAEW0BSCR6G3GBf3a5zb9E+ubY62t3Dma9RjoHlvd7QpmzHfJZRkiNg==",
|
||||
"dependencies": {
|
||||
"jssha": "~3.3.1"
|
||||
},
|
||||
@@ -31280,9 +31280,9 @@
|
||||
}
|
||||
},
|
||||
"otpauth": {
|
||||
"version": "9.2.1",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
|
||||
"integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
|
||||
"version": "9.2.2",
|
||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.2.tgz",
|
||||
"integrity": "sha512-2VcnYRUmq1dNckIfySNYP32ITWp1bvTeAEW0BSCR6G3GBf3a5zb9E+ubY62t3Dma9RjoHlvd7QpmzHfJZRkiNg==",
|
||||
"requires": {
|
||||
"jssha": "~3.3.1"
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"mime": "3.0.0",
|
||||
"mongodb": "5.9.0",
|
||||
"mustache": "4.2.0",
|
||||
"otpauth": "9.2.1",
|
||||
"otpauth": "9.2.2",
|
||||
"parse": "4.1.0",
|
||||
"path-to-regexp": "6.2.1",
|
||||
"pg-monitor": "2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user