[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": [
"@webcomponents/custom-elements",
"concurrently",
"cross-env",
"del",
@ -105,6 +106,7 @@
"prettier",
"prettier-plugin-tailwindcss",
"rimraf",
"tabbable",
"wait-on"
],
"description": "Autofill owned dependencies",

View File

@ -77,7 +77,7 @@
"@types/zxcvbn": "4.4.1",
"@typescript-eslint/eslint-plugin": "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",
"base64-loader": "1.0.0",
"buffer": "6.0.3",
@ -197,7 +197,7 @@
"proper-lockfile": "4.1.2",
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "^6.2.0",
"tabbable": "6.2.0",
"tldts": "6.0.14",
"utf-8-validate": "5.0.10",
"zone.js": "0.12.0",