1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

[deps] Autofill: Update tldts to v7.0.19 (#17676)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-02 08:03:46 -08:00
committed by GitHub
parent a9bf66e689
commit bbb5acba50
3 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"semver": "7.7.3", "semver": "7.7.3",
"tldts": "7.0.18", "tldts": "7.0.19",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
} }
} }

12
package-lock.json generated
View File

@@ -68,7 +68,7 @@
"rxjs": "7.8.1", "rxjs": "7.8.1",
"semver": "7.7.3", "semver": "7.7.3",
"tabbable": "6.3.0", "tabbable": "6.3.0",
"tldts": "7.0.18", "tldts": "7.0.19",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"utf-8-validate": "6.0.5", "utf-8-validate": "6.0.5",
"vite-tsconfig-paths": "5.1.4", "vite-tsconfig-paths": "5.1.4",
@@ -224,7 +224,7 @@
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"semver": "7.7.3", "semver": "7.7.3",
"tldts": "7.0.18", "tldts": "7.0.19",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"bin": { "bin": {
@@ -38727,12 +38727,12 @@
} }
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "7.0.18", "version": "7.0.19",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.18.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.19.tgz",
"integrity": "sha512-lCcgTAgMxQ1JKOWrVGo6E69Ukbnx4Gc1wiYLRf6J5NN4HRYJtCby1rPF8rkQ4a6qqoFBK5dvjJ1zJ0F7VfDSvw==", "integrity": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tldts-core": "^7.0.18" "tldts-core": "^7.0.19"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"

View File

@@ -202,7 +202,7 @@
"rxjs": "7.8.1", "rxjs": "7.8.1",
"semver": "7.7.3", "semver": "7.7.3",
"tabbable": "6.3.0", "tabbable": "6.3.0",
"tldts": "7.0.18", "tldts": "7.0.19",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"utf-8-validate": "6.0.5", "utf-8-validate": "6.0.5",
"vite-tsconfig-paths": "5.1.4", "vite-tsconfig-paths": "5.1.4",