1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-23 10:05:19 +02:00

[deps] Autofill: Update tldts to v6.1.4 (#7723)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-29 13:39:47 -05:00 committed by GitHub
parent daef7572bf
commit e23a3632a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View File

@ -71,7 +71,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.2",
"tldts": "6.1.4",
"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.2",
"tldts": "6.1.4",
"utf-8-validate": "6.0.3",
"zone.js": "0.12.0",
"zxcvbn": "4.4.2"
@ -225,7 +225,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.2",
"tldts": "6.1.4",
"zxcvbn": "4.4.2"
},
"bin": {
@ -37445,20 +37445,20 @@
"dev": true
},
"node_modules/tldts": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.2.tgz",
"integrity": "sha512-bmIVB9OKvYlNcEoCRpa2swYlLpAmhLvGlXMZ0pSzmbU+0S/LNZJwTzHB56Fom7m9XCVh+mf2RDyCTRgX6MRDjQ==",
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.4.tgz",
"integrity": "sha512-eplXjucWEMwmGd8PSI/cjwGid0dVRdLZwO+x8cUTzfgA/u9wP9D5C6qcg42MMBgBeEcgDiUTqH7wBlTYLIODWQ==",
"dependencies": {
"tldts-core": "^6.1.2"
"tldts-core": "^6.1.4"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/tldts-core": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.2.tgz",
"integrity": "sha512-cFBCCSilkRe/7JkZrQlzqhWDE0r1irpEYRp5XiFLFGl8fTwN4eWqutyx9wfFaDfmVv7E7pQMUZnM1VHnOid5Vw=="
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.4.tgz",
"integrity": "sha512-9rlteMsuqWQaWlLhnqCOeAXW1jqahlBHXOhCHu1GkkNBbjitbEqhDQC1Br6W/2PZJTTh8f+QIk5GstyZFC26Bg=="
},
"node_modules/tmp": {
"version": "0.0.33",

View File

@ -201,7 +201,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.2",
"tldts": "6.1.4",
"utf-8-validate": "6.0.3",
"zone.js": "0.12.0",
"zxcvbn": "4.4.2"