[deps] Autofill: Update tldts to v6.1.33 (#10203)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-22 12:21:24 -04:00 committed by GitHub
parent 98b03e48c6
commit 730142f612
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.29",
"tldts": "6.1.33",
"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.29",
"tldts": "6.1.33",
"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.29",
"tldts": "6.1.33",
"zxcvbn": "4.4.2"
},
"bin": {
@ -37312,21 +37312,21 @@
"dev": true
},
"node_modules/tldts": {
"version": "6.1.29",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.29.tgz",
"integrity": "sha512-6VgFZeuDsC6hrAP+H18CIofrXbA1I7yHsHcMutwK39bEc2fmXrtsLFshV4bg5vza4xiUP4zyAWr9C48KiyxZVA==",
"version": "6.1.33",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.33.tgz",
"integrity": "sha512-U0rcEJftDwy6LfRdj5aQNvHlXpLpVCMUBkdp5nqtrhT7nva1+DT8O+cQfwJmOk62lOIHdz4EkAyrHKkH5I1Jtw==",
"license": "MIT",
"dependencies": {
"tldts-core": "^6.1.29"
"tldts-core": "^6.1.33"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "6.1.29",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.29.tgz",
"integrity": "sha512-ZhgwrF9P697hrsO8PZ4dFL8UZLLmczYcFwiknsPEk81BTC0xauqQfepPefIfS/YK2z2VVRQmyg0hZujShTlH7A==",
"version": "6.1.33",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.33.tgz",
"integrity": "sha512-illzy+AYvuoDcrz16moF5X8HkjZFX7NpJJOzrLVyH4ATjhiiScfcUwAu+rtOzJFWTWqROJPXvBD/CF5v1JfEcw==",
"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.29",
"tldts": "6.1.33",
"utf-8-validate": "6.0.4",
"zone.js": "0.13.3",
"zxcvbn": "4.4.2"