1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

[deps] Tools: Update utf-8-validate to v6.0.5 (#11848)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-04 21:08:36 +01:00
committed by GitHub
parent c36fbcf8b7
commit fc9c10340b
2 changed files with 7 additions and 5 deletions

10
package-lock.json generated
View File

@@ -69,7 +69,7 @@
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tabbable": "6.2.0", "tabbable": "6.2.0",
"tldts": "6.1.58", "tldts": "6.1.58",
"utf-8-validate": "6.0.4", "utf-8-validate": "6.0.5",
"zone.js": "0.14.10", "zone.js": "0.14.10",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
@@ -319,6 +319,7 @@
"license": "GPL-3.0" "license": "GPL-3.0"
}, },
"libs/tools/export/vault-export/vault-export-core": { "libs/tools/export/vault-export/vault-export-core": {
"name": "@bitwarden/vault-export-core",
"version": "0.0.0", "version": "0.0.0",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
@@ -34702,10 +34703,11 @@
} }
}, },
"node_modules/utf-8-validate": { "node_modules/utf-8-validate": {
"version": "6.0.4", "version": "6.0.5",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.4.tgz", "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.5.tgz",
"integrity": "sha512-xu9GQDeFp+eZ6LnCywXN/zBancWvOpUMzgjLPSjy4BRHSmTelvn2E0DG0o1sTiw5hkCKBHo8rwSKncfRfv2EEQ==", "integrity": "sha512-EYZR+OpIXp9Y1eG1iueg8KRsY8TuT8VNgnanZ0uA3STqhHQTLwbl+WX76/9X5OY12yQubymBpaBSmMPkSTQcKA==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT",
"dependencies": { "dependencies": {
"node-gyp-build": "^4.3.0" "node-gyp-build": "^4.3.0"
}, },

View File

@@ -203,7 +203,7 @@
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tabbable": "6.2.0", "tabbable": "6.2.0",
"tldts": "6.1.58", "tldts": "6.1.58",
"utf-8-validate": "6.0.4", "utf-8-validate": "6.0.5",
"zone.js": "0.14.10", "zone.js": "0.14.10",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },