diff --git a/package-lock.json b/package-lock.json index a71b638..71310a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "web-ext": "^7.6.1" + "web-ext": "^7.6.2" } }, "node_modules/@babel/code-frame": { @@ -5174,9 +5174,9 @@ } }, "node_modules/web-ext": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.6.1.tgz", - "integrity": "sha512-zU7nCiUiNgrZbiF1M9f1HJmwoeyKqb/QTahsEF8ke6aBFQYK6x3NcASi7Mrd7vUrPUvhWLvWB1YFC72VZnARAg==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/web-ext/-/web-ext-7.6.2.tgz", + "integrity": "sha512-xlxbzgFBIS/UWWlvWxyR1PIqRRzDj1cutoHh+VZu4ZTcJTfv35KVdKkLRZv4PQwHu4dg8VfTg7WEcNP4QLaaFQ==", "dev": true, "dependencies": { "@babel/runtime": "7.21.0", diff --git a/package.json b/package.json index 97f9f1c..f6acf5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "web-ext": "^7.6.1" + "web-ext": "^7.6.2" }, "scripts": { "start:firefox": "web-ext run --source-dir .",