From f6c2e0b6c003a1df43bbbec67de9e25b82325ea5 Mon Sep 17 00:00:00 2001 From: Cesar Gonzalez Date: Tue, 21 Nov 2023 07:49:37 -0600 Subject: [PATCH] [PM-4893] Pin Autofill Overlay Dependencies (#6930) --- .github/renovate.json | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index af418cf347..bb5816d4ce 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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", diff --git a/package.json b/package.json index 240e9058c9..34f9d217b8 100644 --- a/package.json +++ b/package.json @@ -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",