From 3c629d157dccba60cd4ea81f588889ab5762f61f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:31:35 +0000 Subject: [PATCH] Update dependency @types/webextension-polyfill to v0.10.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 568bc0ea2f..fc57030dd4 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@types/testing-library__jest-dom": "5.14.9", "@types/valid-url": "1.0.4", "@types/w3c-web-usb": "1.0.6", - "@types/webextension-polyfill": "0.10.3", + "@types/webextension-polyfill": "0.10.4", "@typescript-eslint/eslint-plugin": "6.7.3", "@typescript-eslint/parser": "6.7.3", "babel-plugin-istanbul": "6.1.1", diff --git a/yarn.lock b/yarn.lock index 857e534b14..30d2ebb1a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3827,10 +3827,10 @@ resolved "https://registry.yarnpkg.com/@types/w3c-web-usb/-/w3c-web-usb-1.0.6.tgz#5d8560d0d9f585ffc80865bc773db7bc975b680c" integrity sha512-cSjhgrr8g4KbPnnijAr/KJDNKa/bBa+ixYkywFRvrhvi9n1WEl7yYbtRyzE6jqNQiSxxJxoAW3STaOQwJHndaw== -"@types/webextension-polyfill@0.10.3": - version "0.10.3" - resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.10.3.tgz#fbb06b3c684d6f37db6800b9832bf4104c8ef58f" - integrity sha512-7RqGPhr+Ib7IKrOIeXRTB2TVojq/bMRieoYVfgHoicQ+VvI6OOzBNF0fZXA+5JVJIEtfE/o426S+bMgg/XhvXg== +"@types/webextension-polyfill@0.10.4": + version "0.10.4" + resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.10.4.tgz#09feeb2d8f04ac0a28818ade8aeeb4ab9fbafebb" + integrity sha512-pvEIqAZEbJRzaqTaWq3xlUoMWa3+euZHHz+VZHCzHWW+jOf8qLOq9wXy38U+WiPG3108SJC/wNc1X6vPC5TcjQ== "@types/yargs-parser@*": version "20.2.0"