[deps] Autofill: Update tldts to v6.1.11 (#8065)

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

View File

@ -71,7 +71,7 @@
"papaparse": "5.4.1", "papaparse": "5.4.1",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldts": "6.1.8", "tldts": "6.1.11",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
} }
} }

18
package-lock.json generated
View File

@ -67,7 +67,7 @@
"qrious": "4.0.2", "qrious": "4.0.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tabbable": "6.2.0", "tabbable": "6.2.0",
"tldts": "6.1.8", "tldts": "6.1.11",
"utf-8-validate": "6.0.3", "utf-8-validate": "6.0.3",
"zone.js": "0.13.3", "zone.js": "0.13.3",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
@ -225,7 +225,7 @@
"papaparse": "5.4.1", "papaparse": "5.4.1",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldts": "6.1.8", "tldts": "6.1.11",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"bin": { "bin": {
@ -35792,20 +35792,20 @@
"dev": true "dev": true
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "6.1.8", "version": "6.1.11",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.8.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.11.tgz",
"integrity": "sha512-kNBYWd4KIVbhE76RaTdiKVFvDuzS4oa9g1IbkuZaU4eqEgIk/p6rvIXvX9bITyYpHuhsIDZLuZW14vqigjURew==", "integrity": "sha512-AAgE/IWvbsg4Lr4KGFNR7bL/MhQfBlgGV9UBg2uy5mCwSGi5f12eZ7ZydAqv4ACys6pUYjNoV2qfZdcCn4RS+Q==",
"dependencies": { "dependencies": {
"tldts-core": "^6.1.8" "tldts-core": "^6.1.11"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"
} }
}, },
"node_modules/tldts-core": { "node_modules/tldts-core": {
"version": "6.1.8", "version": "6.1.11",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.8.tgz", "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.11.tgz",
"integrity": "sha512-ChvZTTZqIAMGtcgiz6dl37S7KtBfuCXiIGKVyntDoRVIIBGFLRZ7ADvbHzu7sdo7TMu50vKX1BAvfz+24RoKUQ==" "integrity": "sha512-ZFcT+/fdEc5VRndQIJtArNBHsaq4udRoeE4E6cwLzGaH0dq7Ng2L7cAoea6riM2uhNFD09EDa1bN8lrfrOBCLg=="
}, },
"node_modules/tmp": { "node_modules/tmp": {
"version": "0.0.33", "version": "0.0.33",

View File

@ -201,7 +201,7 @@
"qrious": "4.0.2", "qrious": "4.0.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tabbable": "6.2.0", "tabbable": "6.2.0",
"tldts": "6.1.8", "tldts": "6.1.11",
"utf-8-validate": "6.0.3", "utf-8-validate": "6.0.3",
"zone.js": "0.13.3", "zone.js": "0.13.3",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"