1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Add zxcvbn-ts dependency

This commit is contained in:
Olivier 'reivilibre
2024-07-11 16:04:44 +01:00
committed by reivilibre
parent e89a818ff2
commit a06bd5edc8
2 changed files with 25 additions and 0 deletions

View File

@@ -19,6 +19,8 @@
"@urql/exchange-request-policy": "^1.2.0", "@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.3.0", "@vector-im/compound-design-tokens": "1.3.0",
"@vector-im/compound-web": "^5.2.2", "@vector-im/compound-web": "^5.2.2",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"graphql": "^16.9.0", "graphql": "^16.9.0",
@@ -9512,6 +9514,19 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
"dev": true "dev": true
}, },
"node_modules/@zxcvbn-ts/core": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@zxcvbn-ts/core/-/core-3.0.4.tgz",
"integrity": "sha512-aQeiT0F09FuJaAqNrxynlAwZ2mW/1MdXakKWNmGM1Qp/VaY6CnB/GfnMS2T8gB2231Esp1/maCWd8vTG4OuShw==",
"dependencies": {
"fastest-levenshtein": "1.0.16"
}
},
"node_modules/@zxcvbn-ts/language-common": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@zxcvbn-ts/language-common/-/language-common-3.0.4.tgz",
"integrity": "sha512-viSNNnRYtc7ULXzxrQIVUNwHAPSXRtoIwy/Tq4XQQdIknBzw4vz36lQLF6mvhMlTIlpjoN/Z1GFu/fwiAlUSsw=="
},
"node_modules/abs-svg-path": { "node_modules/abs-svg-path": {
"version": "0.1.1", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz", "resolved": "https://registry.npmjs.org/abs-svg-path/-/abs-svg-path-0.1.1.tgz",
@@ -14031,6 +14046,14 @@
"punycode": "^1.3.2" "punycode": "^1.3.2"
} }
}, },
"node_modules/fastest-levenshtein": {
"version": "1.0.16",
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
"engines": {
"node": ">= 4.9.1"
}
},
"node_modules/fastq": { "node_modules/fastq": {
"version": "1.17.1", "version": "1.17.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",

View File

@@ -28,6 +28,8 @@
"@urql/exchange-request-policy": "^1.2.0", "@urql/exchange-request-policy": "^1.2.0",
"@vector-im/compound-design-tokens": "1.3.0", "@vector-im/compound-design-tokens": "1.3.0",
"@vector-im/compound-web": "^5.2.2", "@vector-im/compound-web": "^5.2.2",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"date-fns": "^3.6.0", "date-fns": "^3.6.0",
"graphql": "^16.9.0", "graphql": "^16.9.0",