1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-30 22:41:33 +01:00

[deps] Autofill: Update tldts to v6.1.74 (#12956)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-22 11:48:45 -05:00 committed by GitHub
parent 44e18cf467
commit 6c6185a761
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.71",
"tldts": "6.1.74",
"zxcvbn": "4.4.2"
}
}

18
package-lock.json generated
View File

@ -70,7 +70,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.71",
"tldts": "6.1.74",
"utf-8-validate": "6.0.5",
"zone.js": "0.14.10",
"zxcvbn": "4.4.2"
@ -223,7 +223,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.71",
"tldts": "6.1.74",
"zxcvbn": "4.4.2"
},
"bin": {
@ -30422,21 +30422,21 @@
}
},
"node_modules/tldts": {
"version": "6.1.71",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.71.tgz",
"integrity": "sha512-LQIHmHnuzfZgZWAf2HzL83TIIrD8NhhI0DVxqo9/FdOd4ilec+NTNZOlDZf7EwrTNoutccbsHjvWHYXLAtvxjw==",
"version": "6.1.74",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.74.tgz",
"integrity": "sha512-O5vTZ1UmmEmrLl/59U9igitnSMlprALLaLgbv//dEvjobPT9vyURhHXKMCDLEhn3qxZFIkb9PwAfNYV0Ol7RPQ==",
"license": "MIT",
"dependencies": {
"tldts-core": "^6.1.71"
"tldts-core": "^6.1.74"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "6.1.71",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.71.tgz",
"integrity": "sha512-LRbChn2YRpic1KxY+ldL1pGXN/oVvKfCVufwfVzEQdFYNo39uF7AJa/WXdo+gYO7PTvdfkCPCed6Hkvz/kR7jg==",
"version": "6.1.74",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.74.tgz",
"integrity": "sha512-gTwtY6L2GfuxiL4CWpLknv9JDYYqBvKCk/BT5uAaAvCA0s6pzX7lr2IrkQZSUlnSjRHIjTl8ZwKCVXJ7XNRWYw==",
"license": "MIT"
},
"node_modules/tmp": {

View File

@ -201,7 +201,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.71",
"tldts": "6.1.74",
"utf-8-validate": "6.0.5",
"zone.js": "0.14.10",
"zxcvbn": "4.4.2"