From 1a06d2364fce8d6c9f2fe8572865cb9511835f8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Nov 2024 04:10:52 +0000 Subject: [PATCH] fix: upgrade @types/webextension-polyfill from 0.9.0 to 0.12.1 Snyk has created this PR to upgrade @types/webextension-polyfill from 0.9.0 to 0.12.1. See this package in npm: @types/webextension-polyfill See this project in Snyk: https://app.snyk.io/org/halagu1l/project/05706aca-db5b-4f39-aa0f-17df53b62c8d?utm_source=github&utm_medium=referral&page=upgrade-pr --- wasm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/package.json b/wasm/package.json index 996f10ac35e..b241ce1306c 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -36,7 +36,7 @@ "@types/chai": "^4.3.0", "@types/mocha": "^10.0.0", "@types/node": "^18.7.18", - "@types/webextension-polyfill": "^0.9.0", + "@types/webextension-polyfill": "^0.12.1", "buffer": "^6.0.3", "chai": "^4.3.6", "mocha": "^10.1.0",