refactor: Upgrade otpauth from 9.1.2 to 9.2.1 (#8879)
This commit is contained in:
30
package-lock.json
generated
30
package-lock.json
generated
@@ -38,7 +38,7 @@
|
|||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"mongodb": "5.9.0",
|
"mongodb": "5.9.0",
|
||||||
"mustache": "4.2.0",
|
"mustache": "4.2.0",
|
||||||
"otpauth": "9.1.2",
|
"otpauth": "^9.2.1",
|
||||||
"parse": "4.1.0",
|
"parse": "4.1.0",
|
||||||
"path-to-regexp": "6.2.1",
|
"path-to-regexp": "6.2.1",
|
||||||
"pg-monitor": "2.0.0",
|
"pg-monitor": "2.0.0",
|
||||||
@@ -9702,9 +9702,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/jssha": {
|
"node_modules/jssha": {
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz",
|
||||||
"integrity": "sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w==",
|
"integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "*"
|
"node": "*"
|
||||||
}
|
}
|
||||||
@@ -15163,11 +15163,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/otpauth": {
|
"node_modules/otpauth": {
|
||||||
"version": "9.1.2",
|
"version": "9.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
|
||||||
"integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==",
|
"integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jssha": "~3.3.0"
|
"jssha": "~3.3.1"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/hectorm/otpauth?sponsor=1"
|
"url": "https://github.com/hectorm/otpauth?sponsor=1"
|
||||||
@@ -27040,9 +27040,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jssha": {
|
"jssha": {
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz",
|
||||||
"integrity": "sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w=="
|
"integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ=="
|
||||||
},
|
},
|
||||||
"jwa": {
|
"jwa": {
|
||||||
"version": "1.4.1",
|
"version": "1.4.1",
|
||||||
@@ -31099,11 +31099,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"otpauth": {
|
"otpauth": {
|
||||||
"version": "9.1.2",
|
"version": "9.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz",
|
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
|
||||||
"integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==",
|
"integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"jssha": "~3.3.0"
|
"jssha": "~3.3.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"p-cancelable": {
|
"p-cancelable": {
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
"mime": "3.0.0",
|
"mime": "3.0.0",
|
||||||
"mongodb": "5.9.0",
|
"mongodb": "5.9.0",
|
||||||
"mustache": "4.2.0",
|
"mustache": "4.2.0",
|
||||||
"otpauth": "9.1.2",
|
"otpauth": "9.2.1",
|
||||||
"parse": "4.1.0",
|
"parse": "4.1.0",
|
||||||
"path-to-regexp": "6.2.1",
|
"path-to-regexp": "6.2.1",
|
||||||
"pg-monitor": "2.0.0",
|
"pg-monitor": "2.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user