mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
Install otpauth in root package.json because that... matters?
This commit is contained in:
parent
1592bc44fc
commit
54d1f05851
7
package-lock.json
generated
7
package-lock.json
generated
@ -13,6 +13,7 @@
|
|||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"otpauth": "^9.2.4",
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -8839,9 +8840,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/otpauth": {
|
"node_modules/otpauth": {
|
||||||
"version": "9.2.3",
|
"version": "9.2.4",
|
||||||
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.3.tgz",
|
"resolved": "https://registry.npmjs.org/otpauth/-/otpauth-9.2.4.tgz",
|
||||||
"integrity": "sha512-oAG55Ch4MBL5Jdg+RXfKiRCZ2lCwa/UIQKsmSfYbGGLSI4dErY1HPZv0JGPPESIYGyDO3s9iJqM4HU/1IppMoQ==",
|
"integrity": "sha512-t0Nioq2Up2ZaT5AbpXZLTjrsNtLc/g/rVSaEThmKLErAuT9mrnAKJryiPOKc3rCH+3ycWBgKpRHYn+DHqfaPiQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jssha": "~3.3.1"
|
"jssha": "~3.3.1"
|
||||||
},
|
},
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"otpauth": "^9.2.4",
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user