mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[deps] Autofill: Update tldts to v6.1.11 (#8065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e9eab08191
commit
d36f0ce426
@ -71,7 +71,7 @@
|
||||
"papaparse": "5.4.1",
|
||||
"proper-lockfile": "4.1.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tldts": "6.1.8",
|
||||
"tldts": "6.1.11",
|
||||
"zxcvbn": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -67,7 +67,7 @@
|
||||
"qrious": "4.0.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tabbable": "6.2.0",
|
||||
"tldts": "6.1.8",
|
||||
"tldts": "6.1.11",
|
||||
"utf-8-validate": "6.0.3",
|
||||
"zone.js": "0.13.3",
|
||||
"zxcvbn": "4.4.2"
|
||||
@ -225,7 +225,7 @@
|
||||
"papaparse": "5.4.1",
|
||||
"proper-lockfile": "4.1.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tldts": "6.1.8",
|
||||
"tldts": "6.1.11",
|
||||
"zxcvbn": "4.4.2"
|
||||
},
|
||||
"bin": {
|
||||
@ -35792,20 +35792,20 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/tldts": {
|
||||
"version": "6.1.8",
|
||||
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.8.tgz",
|
||||
"integrity": "sha512-kNBYWd4KIVbhE76RaTdiKVFvDuzS4oa9g1IbkuZaU4eqEgIk/p6rvIXvX9bITyYpHuhsIDZLuZW14vqigjURew==",
|
||||
"version": "6.1.11",
|
||||
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.11.tgz",
|
||||
"integrity": "sha512-AAgE/IWvbsg4Lr4KGFNR7bL/MhQfBlgGV9UBg2uy5mCwSGi5f12eZ7ZydAqv4ACys6pUYjNoV2qfZdcCn4RS+Q==",
|
||||
"dependencies": {
|
||||
"tldts-core": "^6.1.8"
|
||||
"tldts-core": "^6.1.11"
|
||||
},
|
||||
"bin": {
|
||||
"tldts": "bin/cli.js"
|
||||
}
|
||||
},
|
||||
"node_modules/tldts-core": {
|
||||
"version": "6.1.8",
|
||||
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.8.tgz",
|
||||
"integrity": "sha512-ChvZTTZqIAMGtcgiz6dl37S7KtBfuCXiIGKVyntDoRVIIBGFLRZ7ADvbHzu7sdo7TMu50vKX1BAvfz+24RoKUQ=="
|
||||
"version": "6.1.11",
|
||||
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.11.tgz",
|
||||
"integrity": "sha512-ZFcT+/fdEc5VRndQIJtArNBHsaq4udRoeE4E6cwLzGaH0dq7Ng2L7cAoea6riM2uhNFD09EDa1bN8lrfrOBCLg=="
|
||||
},
|
||||
"node_modules/tmp": {
|
||||
"version": "0.0.33",
|
||||
|
@ -201,7 +201,7 @@
|
||||
"qrious": "4.0.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tabbable": "6.2.0",
|
||||
"tldts": "6.1.8",
|
||||
"tldts": "6.1.11",
|
||||
"utf-8-validate": "6.0.3",
|
||||
"zone.js": "0.13.3",
|
||||
"zxcvbn": "4.4.2"
|
||||
|
Loading…
Reference in New Issue
Block a user