From aefe26f16cafa7cb7820280fcbd450c5e6be7462 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:40:36 +0000 Subject: [PATCH] Update @types/webextension-polyfill to version 0.12.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61701c8..446fa2e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:production": "ENVIRONMENT=production ./scripts/build.sh" }, "devDependencies": { - "@types/webextension-polyfill": "^0.10.7", + "@types/webextension-polyfill": "^0.12.0", "typescript": "^5.3.3", "vite": "^4.5.2", "vite-plugin-web-extension": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 45f8811..f897547 100644 --- a/yarn.lock +++ b/yarn.lock @@ -403,10 +403,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.1.0.tgz#258805edc37c327cf706e64c6957f241ca4c4c20" integrity sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A== -"@types/webextension-polyfill@^0.10.7": - version "0.10.7" - resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.10.7.tgz#de059250599733a60ed26c8a0c81e21e11183b90" - integrity sha512-10ql7A0qzBmFB+F+qAke/nP1PIonS0TXZAOMVOxEUsm+lGSW6uwVcISFNa0I4Oyj0884TZVWGGMIWeXOVSNFHw== +"@types/webextension-polyfill@^0.12.0": + version "0.12.0" + resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.12.0.tgz#eac57362d021d08d8d30fe0b7bae447896346aa5" + integrity sha512-0d1V0jw5wswj11ijrPoUUP+kV2pHCNKDDgQSzNdD1PK5i3vQ0eHiA1xzT5mFwaqdwatrXdgkxgC4BzCQ6C9eUw== "@types/yauzl@2.10.0": version "2.10.0"