From 9aaa081d275b47253f865059bf1bbadb51d9dd3e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:55:14 +0000 Subject: [PATCH] Update @types/webextension-polyfill to version 0.12.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eadcfbf..2830646 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.5", "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..b5be5da 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.5": + version "0.12.5" + resolved "https://registry.yarnpkg.com/@types/webextension-polyfill/-/webextension-polyfill-0.12.5.tgz#1d0c54ce83628b97eb7c2e31ec97500122a489c5" + integrity sha512-uKSAv6LgcVdINmxXMKBuVIcg/2m5JZugoZO8x20g7j2bXJkPIl/lVGQcDlbV+aXAiTyXT2RA5U5mI4IGCDMQeg== "@types/yauzl@2.10.0": version "2.10.0"