1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-03 18:28:13 +01:00

[deps] Autofill: Update tldts to v6.1.64 (#12123)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-25 11:20:54 -05:00 committed by GitHub
parent 08ce0c863b
commit 0be38c580c
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", "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.61", "tldts": "6.1.64",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
} }
} }

18
package-lock.json generated
View File

@ -68,7 +68,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.61", "tldts": "6.1.64",
"utf-8-validate": "6.0.5", "utf-8-validate": "6.0.5",
"zone.js": "0.14.10", "zone.js": "0.14.10",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
@ -220,7 +220,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.61", "tldts": "6.1.64",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"bin": { "bin": {
@ -31664,21 +31664,21 @@
} }
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "6.1.61", "version": "6.1.64",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.61.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.64.tgz",
"integrity": "sha512-rv8LUyez4Ygkopqn+M6OLItAOT9FF3REpPQDkdMx5ix8w4qkuE7Vo2o/vw1nxKQYmJDV8JpAMJQr1b+lTKf0FA==", "integrity": "sha512-ph4AE5BXWIOsSy9stpoeo7bYe/Cy7VfpciIH4RhVZUPItCJmhqWCN0EVzxd8BOHiyNb42vuJc6NWTjJkg91Tuw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tldts-core": "^6.1.61" "tldts-core": "^6.1.64"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"
} }
}, },
"node_modules/tldts-core": { "node_modules/tldts-core": {
"version": "6.1.61", "version": "6.1.64",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.61.tgz", "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.64.tgz",
"integrity": "sha512-In7VffkDWUPgwa+c9picLUxvb0RltVwTkSgMNFgvlGSWveCzGBemBqTsgJCL4EDFWZ6WH0fKTsot6yNhzy3ZzQ==", "integrity": "sha512-uqnl8vGV16KsyflHOzqrYjjArjfXaU6rMPXYy2/ZWoRKCkXtghgB4VwTDXUG+t0OTGeSewNAG31/x1gCTfLt+Q==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/tmp": { "node_modules/tmp": {

View File

@ -197,7 +197,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.61", "tldts": "6.1.64",
"utf-8-validate": "6.0.5", "utf-8-validate": "6.0.5",
"zone.js": "0.14.10", "zone.js": "0.14.10",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"