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