1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

[deps] Autofill: Update tldts to v6.1.60 (#11939)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-11 17:08:50 -05:00 committed by GitHub
parent 5755d4b3a8
commit 5592d640a8
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.58",
"tldts": "6.1.60",
"zxcvbn": "4.4.2"
}
}

18
package-lock.json generated
View File

@ -68,7 +68,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.58",
"tldts": "6.1.60",
"utf-8-validate": "6.0.5",
"zone.js": "0.14.10",
"zxcvbn": "4.4.2"
@ -225,7 +225,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.58",
"tldts": "6.1.60",
"zxcvbn": "4.4.2"
},
"bin": {
@ -36093,21 +36093,21 @@
}
},
"node_modules/tldts": {
"version": "6.1.58",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.58.tgz",
"integrity": "sha512-MQJrJhjHOYGYb8DobR6Y4AdDbd4TYkyQ+KBDVc5ODzs1cbrvPpfN1IemYi9jfipJ/vR1YWvrDli0hg1y19VRoA==",
"version": "6.1.60",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.60.tgz",
"integrity": "sha512-TYVHm7G9NCnhgqOsFalbX6MG1Po5F4efF+tLfoeiOGQq48Oqgwcgz8upY2R1BHWa4aDrj28RYx0dkYJ63qCFMg==",
"license": "MIT",
"dependencies": {
"tldts-core": "^6.1.58"
"tldts-core": "^6.1.60"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "6.1.58",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.58.tgz",
"integrity": "sha512-dR936xmhBm7AeqHIhCWwK765gZ7dFyL+IqLSFAjJbFlUXGMLCb8i2PzlzaOuWBuplBTaBYseSb565nk/ZEM0Bg==",
"version": "6.1.60",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.60.tgz",
"integrity": "sha512-XHjoxak8SFQnHnmYHb3PcnW5TZ+9ErLZemZei3azuIRhQLw4IExsVbL3VZJdHcLeNaXq6NqawgpDPpjBOg4B5g==",
"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.58",
"tldts": "6.1.60",
"utf-8-validate": "6.0.5",
"zone.js": "0.14.10",
"zxcvbn": "4.4.2"