diff options
| -rw-r--r-- | package-lock.json | 30 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json index 14d9763f..c706fcbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "twas": "^2.1.2", "webext-base-css": "^1.3.1", "webext-domain-permission-toggle": "^2.1.0", - "webext-dynamic-content-scripts": "^7.1.1", + "webext-dynamic-content-scripts": "^7.1.2", "webext-options-sync-per-domain": "^2.0.2", "webext-storage-cache": "^4.2.0", "webextension-polyfill": "^0.8.0", @@ -2866,9 +2866,9 @@ } }, "node_modules/content-scripts-register-polyfill": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/content-scripts-register-polyfill/-/content-scripts-register-polyfill-2.1.0.tgz", - "integrity": "sha512-eEaBuN3eV9YwQ3pvrt61E+VimWOMvfwVri8Z0X+Dk9t5AkuLqTBQjAd649pfP4Rmy1xZy+SHtGAFXGxLeB2Ceg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/content-scripts-register-polyfill/-/content-scripts-register-polyfill-2.1.2.tgz", + "integrity": "sha512-0R1/aXWK0L6mWjIYeGPnAMAvxDjUqPph6I27GHFeyO+ILs6gFGfN78zrCISSqYd3rFODPY/GDK/dYQi7m5xJ7A==", "dependencies": { "@types/firefox-webext-browser": "^82.0.0", "webext-patterns": "^1.0.0", @@ -13098,11 +13098,11 @@ } }, "node_modules/webext-dynamic-content-scripts": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/webext-dynamic-content-scripts/-/webext-dynamic-content-scripts-7.1.1.tgz", - "integrity": "sha512-TnFqRYgRFxlffmGOpcMgt3eWwkVgyTk+I0lrXY5xcl29idEeihsKeHypZWn6REwWEvhm4O8Mm8LzaCNxhQyBJg==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/webext-dynamic-content-scripts/-/webext-dynamic-content-scripts-7.1.2.tgz", + "integrity": "sha512-AznyC20A/Bl3B3kzwPf1+a19oWD2vUcgVWQ2CVPTRHCgB+3QKwwMxM6L1nhmk+FIozvFGBCx+9gNPPLHyRDSaw==", "dependencies": { - "content-scripts-register-polyfill": "^2.1.0", + "content-scripts-register-polyfill": "^2.1.2", "webext-additional-permissions": "^2.0.1" } }, @@ -16196,9 +16196,9 @@ } }, "content-scripts-register-polyfill": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/content-scripts-register-polyfill/-/content-scripts-register-polyfill-2.1.0.tgz", - "integrity": "sha512-eEaBuN3eV9YwQ3pvrt61E+VimWOMvfwVri8Z0X+Dk9t5AkuLqTBQjAd649pfP4Rmy1xZy+SHtGAFXGxLeB2Ceg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/content-scripts-register-polyfill/-/content-scripts-register-polyfill-2.1.2.tgz", + "integrity": "sha512-0R1/aXWK0L6mWjIYeGPnAMAvxDjUqPph6I27GHFeyO+ILs6gFGfN78zrCISSqYd3rFODPY/GDK/dYQi7m5xJ7A==", "requires": { "@types/firefox-webext-browser": "^82.0.0", "webext-patterns": "^1.0.0", @@ -23923,11 +23923,11 @@ } }, "webext-dynamic-content-scripts": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/webext-dynamic-content-scripts/-/webext-dynamic-content-scripts-7.1.1.tgz", - "integrity": "sha512-TnFqRYgRFxlffmGOpcMgt3eWwkVgyTk+I0lrXY5xcl29idEeihsKeHypZWn6REwWEvhm4O8Mm8LzaCNxhQyBJg==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/webext-dynamic-content-scripts/-/webext-dynamic-content-scripts-7.1.2.tgz", + "integrity": "sha512-AznyC20A/Bl3B3kzwPf1+a19oWD2vUcgVWQ2CVPTRHCgB+3QKwwMxM6L1nhmk+FIozvFGBCx+9gNPPLHyRDSaw==", "requires": { - "content-scripts-register-polyfill": "^2.1.0", + "content-scripts-register-polyfill": "^2.1.2", "webext-additional-permissions": "^2.0.1" } }, diff --git a/package.json b/package.json index a987ced3..c9ab94f1 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "twas": "^2.1.2", "webext-base-css": "^1.3.1", "webext-domain-permission-toggle": "^2.1.0", - "webext-dynamic-content-scripts": "^7.1.1", + "webext-dynamic-content-scripts": "^7.1.2", "webext-options-sync-per-domain": "^2.0.2", "webext-storage-cache": "^4.2.0", "webextension-polyfill": "^0.8.0", |
