1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

[deps] Autofill: Update tldts to v6.1.34 (#10227)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-23 12:44:45 -04:00 committed by GitHub
parent 477294379b
commit 3b73e97261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View File

@ -80,7 +80,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.33",
"tldts": "6.1.34",
"zxcvbn": "4.4.2"
}
}

18
package-lock.json generated
View File

@ -66,7 +66,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.33",
"tldts": "6.1.34",
"utf-8-validate": "6.0.4",
"zone.js": "0.13.3",
"zxcvbn": "4.4.2"
@ -226,7 +226,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.33",
"tldts": "6.1.34",
"zxcvbn": "4.4.2"
},
"bin": {
@ -37312,21 +37312,21 @@
"dev": true
},
"node_modules/tldts": {
"version": "6.1.33",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.33.tgz",
"integrity": "sha512-U0rcEJftDwy6LfRdj5aQNvHlXpLpVCMUBkdp5nqtrhT7nva1+DT8O+cQfwJmOk62lOIHdz4EkAyrHKkH5I1Jtw==",
"version": "6.1.34",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.34.tgz",
"integrity": "sha512-ErJIL8DMj1CLBER2aFrjI3IfhtuJD/jEYJA/iQg9wW8dIEPXNl4zcI/SGUihMsM/lP/Jyd8c2ETv6Cwtnk0/RQ==",
"license": "MIT",
"dependencies": {
"tldts-core": "^6.1.33"
"tldts-core": "^6.1.34"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "6.1.33",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.33.tgz",
"integrity": "sha512-illzy+AYvuoDcrz16moF5X8HkjZFX7NpJJOzrLVyH4ATjhiiScfcUwAu+rtOzJFWTWqROJPXvBD/CF5v1JfEcw==",
"version": "6.1.34",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.34.tgz",
"integrity": "sha512-Hb/jAm14h5x5+gO5Cv5wabKO0pbLlRoryvCC9v0t8OleZ4vXEKego7Mq1id/X1C8Vw1E0QCCQzGdWHkKFtxFrQ==",
"license": "MIT"
},
"node_modules/tmp": {

View File

@ -202,7 +202,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.33",
"tldts": "6.1.34",
"utf-8-validate": "6.0.4",
"zone.js": "0.13.3",
"zxcvbn": "4.4.2"