From 4dba8d4a40e2d048c89036362cee7d9108e49372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 13:14:25 -0500 Subject: [PATCH] Bump @types/webextension-polyfill from 0.10.5 to 0.10.7 (#871) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e58ab23d..6bfc38e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@tsconfig/recommended": "^1.0.3", "@types/jquery": "^3.5.29", - "@types/webextension-polyfill": "^0.10.5", + "@types/webextension-polyfill": "^0.10.7", "cross-env": "^7.0.3", "del-cli": "^5.1.0", "docdash": "^2.0.2", @@ -612,9 +612,9 @@ "dev": true }, "node_modules/@types/webextension-polyfill": { - "version": "0.10.5", - "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.10.5.tgz", - "integrity": "sha512-LlmbFLUB7+BDrb9nMuM0wlqtx9LZbBV2x3W98o02cD7Y8i10+sBenTlhG56vr47dzC7WIVXbURii+5jMJsyjLw==", + "version": "0.10.7", + "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.10.7.tgz", + "integrity": "sha512-10ql7A0qzBmFB+F+qAke/nP1PIonS0TXZAOMVOxEUsm+lGSW6uwVcISFNa0I4Oyj0884TZVWGGMIWeXOVSNFHw==", "dev": true }, "node_modules/@ungap/structured-clone": { @@ -5036,9 +5036,9 @@ "dev": true }, "@types/webextension-polyfill": { - "version": "0.10.5", - "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.10.5.tgz", - "integrity": "sha512-LlmbFLUB7+BDrb9nMuM0wlqtx9LZbBV2x3W98o02cD7Y8i10+sBenTlhG56vr47dzC7WIVXbURii+5jMJsyjLw==", + "version": "0.10.7", + "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.10.7.tgz", + "integrity": "sha512-10ql7A0qzBmFB+F+qAke/nP1PIonS0TXZAOMVOxEUsm+lGSW6uwVcISFNa0I4Oyj0884TZVWGGMIWeXOVSNFHw==", "dev": true }, "@ungap/structured-clone": { diff --git a/package.json b/package.json index a03a889e2..9770fb8cb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@rollup/plugin-typescript": "^11.1.5", "@tsconfig/recommended": "^1.0.3", "@types/jquery": "^3.5.29", - "@types/webextension-polyfill": "^0.10.5", + "@types/webextension-polyfill": "^0.10.7", "cross-env": "^7.0.3", "del-cli": "^5.1.0", "docdash": "^2.0.2",