refactor: Upgrade otpauth from 9.2.1 to 9.2.2 (#8951)

This commit is contained in:
Parse Platform
2024-02-26 22:44:46 +01:00
committed by GitHub
parent 6579e8254c
commit 763738c92b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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"
}

View File

@@ -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",