refactor: Upgrade otpauth from 9.1.2 to 9.2.1 (#8879)

This commit is contained in:
Parse Platform
2024-02-15 03:31:37 +01:00
committed by GitHub
parent 514c2377e0
commit c604657a27
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -38,7 +38,7 @@
"mime": "3.0.0",
"mongodb": "5.9.0",
"mustache": "4.2.0",
"otpauth": "9.1.2",
"otpauth": "^9.2.1",
"parse": "4.1.0",
"path-to-regexp": "6.2.1",
"pg-monitor": "2.0.0",
@@ -9702,9 +9702,9 @@
}
},
"node_modules/jssha": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz",
"integrity": "sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz",
"integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ==",
"engines": {
"node": "*"
}
@@ -15163,11 +15163,11 @@
}
},
"node_modules/otpauth": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz",
"integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==",
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
"integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
"dependencies": {
"jssha": "~3.3.0"
"jssha": "~3.3.1"
},
"funding": {
"url": "https://github.com/hectorm/otpauth?sponsor=1"
@@ -27040,9 +27040,9 @@
}
},
"jssha": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.0.tgz",
"integrity": "sha512-w9OtT4ALL+fbbwG3gw7erAO0jvS5nfvrukGPMWIAoea359B26ALXGpzy4YJSp9yGnpUvuvOw1nSjSoHDfWSr1w=="
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jssha/-/jssha-3.3.1.tgz",
"integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ=="
},
"jwa": {
"version": "1.4.1",
@@ -31099,11 +31099,11 @@
}
},
"otpauth": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.1.2.tgz",
"integrity": "sha512-iI5nlVvMFP3aTPdjG/fnC4mhVJ/KZOSnBrvo/VnYHUwlTp9jVLjAe2B3i3pyCH+3/E5jYQRSvuHk/8oas3870g==",
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.1.tgz",
"integrity": "sha512-/MRvcm63pzK20NCsIOe8Btun42/yWNylPbUo/h5dMpSRJpoAJstWodEUjm4zUDeT1+Vbqif2E8IcP4trl1U4gQ==",
"requires": {
"jssha": "~3.3.0"
"jssha": "~3.3.1"
}
},
"p-cancelable": {

View File

@@ -47,7 +47,7 @@
"mime": "3.0.0",
"mongodb": "5.9.0",
"mustache": "4.2.0",
"otpauth": "9.1.2",
"otpauth": "9.2.1",
"parse": "4.1.0",
"path-to-regexp": "6.2.1",
"pg-monitor": "2.0.0",