1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[deps] Autofill: Update tldts to v7 (#14510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-29 12:20:29 -04:00
committed by GitHub
parent 0189934ca0
commit 438f90c987
3 changed files with 29 additions and 11 deletions

View File

@@ -88,7 +88,7 @@
"papaparse": "5.5.2", "papaparse": "5.5.2",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldts": "6.1.77", "tldts": "7.0.1",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
} }
} }

36
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.77", "tldts": "7.0.1",
"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"
@@ -222,7 +222,7 @@
"papaparse": "5.5.2", "papaparse": "5.5.2",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldts": "6.1.77", "tldts": "7.0.1",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"bin": { "bin": {
@@ -24747,6 +24747,24 @@
"node": ">= 14" "node": ">= 14"
} }
}, },
"node_modules/jsdom/node_modules/tldts": {
"version": "6.1.86",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
"integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
"license": "MIT",
"dependencies": {
"tldts-core": "^6.1.86"
},
"bin": {
"tldts": "bin/cli.js"
}
},
"node_modules/jsdom/node_modules/tldts-core": {
"version": "6.1.86",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
"integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
"license": "MIT"
},
"node_modules/jsdom/node_modules/tough-cookie": { "node_modules/jsdom/node_modules/tough-cookie": {
"version": "5.1.2", "version": "5.1.2",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
@@ -34580,21 +34598,21 @@
} }
}, },
"node_modules/tldts": { "node_modules/tldts": {
"version": "6.1.77", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.77.tgz", "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.1.tgz",
"integrity": "sha512-lBpoWgy+kYmuXWQ83+R7LlJCnsd9YW8DGpZSHhrMl4b8Ly/1vzOie3OdtmUJDkKxcgRGOehDu5btKkty+JEe+g==", "integrity": "sha512-C3TdHZKykiDkxPIKUYCDWyYpcLQ8bDYvF/RGfH66UikQX3Kro7ij2/WGNYgp5EfxXB4+Tu5H728uAgYGNE1eaQ==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tldts-core": "^6.1.77" "tldts-core": "^7.0.1"
}, },
"bin": { "bin": {
"tldts": "bin/cli.js" "tldts": "bin/cli.js"
} }
}, },
"node_modules/tldts-core": { "node_modules/tldts-core": {
"version": "6.1.78", "version": "7.0.4",
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.78.tgz", "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.4.tgz",
"integrity": "sha512-jS0svNsB99jR6AJBmfmEWuKIgz91Haya91Z43PATaeHJ24BkMoNRb/jlaD37VYjb0mYf6gRL/HOnvS1zEnYBiw==", "integrity": "sha512-9/IRbnIvUENGD6rg7m6Q9h/jH5ZL28hwjAhxrJx0AmcBue1FSsc84XZFaV748EsDVflid86aGDR11eSz6sbQjA==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/tmp": { "node_modules/tmp": {

View File

@@ -200,7 +200,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.77", "tldts": "7.0.1",
"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"