1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-26 17:08:33 +01:00

[PM-4893] Pin Autofill Overlay Dependencies (#6930)

This commit is contained in:
Cesar Gonzalez 2023-11-21 07:49:37 -06:00 committed by GitHub
parent 50493ab6f7
commit f6c2e0b6c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -91,6 +91,7 @@
}, },
{ {
"matchPackageNames": [ "matchPackageNames": [
"@webcomponents/custom-elements",
"concurrently", "concurrently",
"cross-env", "cross-env",
"del", "del",
@ -105,6 +106,7 @@
"prettier", "prettier",
"prettier-plugin-tailwindcss", "prettier-plugin-tailwindcss",
"rimraf", "rimraf",
"tabbable",
"wait-on" "wait-on"
], ],
"description": "Autofill owned dependencies", "description": "Autofill owned dependencies",

View File

@ -77,7 +77,7 @@
"@types/zxcvbn": "4.4.1", "@types/zxcvbn": "4.4.1",
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0", "@typescript-eslint/parser": "5.62.0",
"@webcomponents/custom-elements": "^1.6.0", "@webcomponents/custom-elements": "1.6.0",
"autoprefixer": "10.4.15", "autoprefixer": "10.4.15",
"base64-loader": "1.0.0", "base64-loader": "1.0.0",
"buffer": "6.0.3", "buffer": "6.0.3",
@ -197,7 +197,7 @@
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"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.0.14", "tldts": "6.0.14",
"utf-8-validate": "5.0.10", "utf-8-validate": "5.0.10",
"zone.js": "0.12.0", "zone.js": "0.12.0",