[deps] Autofill: Update tldts to v6.1.2 (#7474)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-09 12:01:21 -05:00 committed by GitHub
parent 9403b5c050
commit a8cae28c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1", "tldts": "6.1.2",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
} }
} }

18
package-lock.json generated
View File

@ -66,7 +66,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.1", "tldts": "6.1.2",
"utf-8-validate": "6.0.3", "utf-8-validate": "6.0.3",
"zone.js": "0.12.0", "zone.js": "0.12.0",
"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.1", "tldts": "6.1.2",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"bin": { "bin": {
@ -37329,20 +37329,20 @@
"dev": true "dev": true
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "6.1.1", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.1.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.2.tgz",
"integrity": "sha512-uV5xEtjR8VdMZZU0my9zLqWJNAkG0PZ5l5t9F1dBYwOyeFeWTFd0emxEs12Y1U39XKD+dF2ElzNU59Qq0Z4PGQ==", "integrity": "sha512-bmIVB9OKvYlNcEoCRpa2swYlLpAmhLvGlXMZ0pSzmbU+0S/LNZJwTzHB56Fom7m9XCVh+mf2RDyCTRgX6MRDjQ==",
"dependencies": { "dependencies": {
"tldts-core": "^6.1.1" "tldts-core": "^6.1.2"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"
} }
}, },
"node_modules/tldts-core": { "node_modules/tldts-core": {
"version": "6.1.1", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.1.tgz", "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.2.tgz",
"integrity": "sha512-xBHFfOO2YmEwogupGTKR0IBXe1IJe1/GleNeXpO294Fk90aQSvrop41BKA66CkfNLVOuomJDZ304KxwovT04Vw==" "integrity": "sha512-cFBCCSilkRe/7JkZrQlzqhWDE0r1irpEYRp5XiFLFGl8fTwN4eWqutyx9wfFaDfmVv7E7pQMUZnM1VHnOid5Vw=="
}, },
"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.1", "tldts": "6.1.2",
"utf-8-validate": "6.0.3", "utf-8-validate": "6.0.3",
"zone.js": "0.12.0", "zone.js": "0.12.0",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"