diff --git a/package-lock.json b/package-lock.json index f35c27727..918c20861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" }, diff --git a/package.json b/package.json index 203820aa9..acfbddfb9 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ ] }, "dependencies": { + "otpauth": "^9.2.4", "uuid": "^9.0.1" } }