[deps] Autofill: Update tldts to v6.1.29 (#9800)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-24 10:18:09 -04:00 committed by GitHub
parent 5d73a0df1e
commit 043a7a39ff
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", "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.25", "tldts": "6.1.29",
"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.25", "tldts": "6.1.29",
"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"
@ -228,7 +228,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.25", "tldts": "6.1.29",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"bin": { "bin": {
@ -37402,21 +37402,21 @@
"dev": true "dev": true
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "6.1.25", "version": "6.1.29",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.25.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.29.tgz",
"integrity": "sha512-UmjB1dVArio9hny1D84VFeEvE37nCyfW5sWHr7AUV2MxJgxD8NR/kdmEMyjx5o/kRuOOBbaaXStce2R5C6I1Gg==", "integrity": "sha512-6VgFZeuDsC6hrAP+H18CIofrXbA1I7yHsHcMutwK39bEc2fmXrtsLFshV4bg5vza4xiUP4zyAWr9C48KiyxZVA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tldts-core": "^6.1.25" "tldts-core": "^6.1.29"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"
} }
}, },
"node_modules/tldts-core": { "node_modules/tldts-core": {
"version": "6.1.25", "version": "6.1.29",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.25.tgz", "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.29.tgz",
"integrity": "sha512-hbSsjJOeDMV91JiqcrrFQ46D7EepH880zVmPjnBDmt3P+h0Aowz8Nh1adIcqkdhJbgpzZYQr6aM8/N3tZC6JyA==", "integrity": "sha512-ZhgwrF9P697hrsO8PZ4dFL8UZLLmczYcFwiknsPEk81BTC0xauqQfepPefIfS/YK2z2VVRQmyg0hZujShTlH7A==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/tmp": { "node_modules/tmp": {

View File

@ -204,7 +204,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.25", "tldts": "6.1.29",
"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"