Install otpauth in root package.json because that... matters?

This commit is contained in:
KernelDeimos 2024-05-06 01:48:25 -04:00
parent 1592bc44fc
commit 54d1f05851
2 changed files with 5 additions and 3 deletions

7
package-lock.json generated
View File

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

View File

@ -43,6 +43,7 @@
]
},
"dependencies": {
"otpauth": "^9.2.4",
"uuid": "^9.0.1"
}
}