This commit is contained in:
Manav Rathi 2024-11-26 15:43:01 +05:30
parent 48b3fa8c09
commit 705a9ff2be
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,9 @@
"dependencies": {
"@/base": "*",
"@ente/shared": "*",
"react-otp-input": "^3.1.1"
"@types/zxcvbn": "^4.4.5",
"react-otp-input": "^3.1.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@/build-config": "*"

View File

@ -1075,7 +1075,7 @@
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
"@types/zxcvbn@^4.4.1":
"@types/zxcvbn@^4.4.1", "@types/zxcvbn@^4.4.5":
version "4.4.5"
resolved "https://registry.yarnpkg.com/@types/zxcvbn/-/zxcvbn-4.4.5.tgz#8ce8623ed7a36e3a76d1c0b539708dfb2e859bc0"
integrity sha512-FZJgC5Bxuqg7Rhsm/bx6gAruHHhDQ55r+s0JhDh8CQ16fD7NsJJ+p8YMMQDhSQoIrSmjpqqYWA96oQVMNkjRyA==