diff --git a/services/fcbk/package-lock.json b/services/fcbk/package-lock.json index 806ae8d25..07128be93 100644 --- a/services/fcbk/package-lock.json +++ b/services/fcbk/package-lock.json @@ -8,7 +8,7 @@ "version": "0.0.0", "dependencies": { "chrome-aws-lambda": "^7.0.0", - "puppeteer-core": "^7.0.1" + "puppeteer-core": "^8.0.0" }, "devDependencies": { "@types/puppeteer-core": "^5.4.0", @@ -175,9 +175,9 @@ } }, "node_modules/devtools-protocol": { - "version": "0.0.847576", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.847576.tgz", - "integrity": "sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==" + "version": "0.0.854822", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.854822.tgz", + "integrity": "sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==" }, "node_modules/diff": { "version": "4.0.2", @@ -668,18 +668,18 @@ } }, "node_modules/puppeteer-core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-7.0.1.tgz", - "integrity": "sha512-CIOSYtfTFbaG/li8ZJzkqPQ15tuUb9hDTfzQ/AV/kWhv1OKV/T+VzCGx1DU2CdhoEsmLBYmVb1SQ6h0eQSRuXg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-8.0.0.tgz", + "integrity": "sha512-kRTiGh42+4eiw9tl489p//8Zpg3LWmz0K3mOpv0qj5PsCV7jE43SLIi0E50suLh8OghXsFhJFoE98vEmXUnDew==", "dependencies": { "debug": "^4.1.0", - "devtools-protocol": "0.0.847576", + "devtools-protocol": "0.0.854822", "extract-zip": "^2.0.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.1", "pkg-dir": "^4.2.0", "progress": "^2.0.1", - "proxy-from-env": "^1.0.0", + "proxy-from-env": "^1.1.0", "rimraf": "^3.0.2", "tar-fs": "^2.0.0", "unbzip2-stream": "^1.3.3", @@ -1000,9 +1000,9 @@ } }, "devtools-protocol": { - "version": "0.0.847576", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.847576.tgz", - "integrity": "sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==" + "version": "0.0.854822", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.854822.tgz", + "integrity": "sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==" }, "diff": { "version": "4.0.2", @@ -1336,18 +1336,18 @@ } }, "puppeteer-core": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-7.0.1.tgz", - "integrity": "sha512-CIOSYtfTFbaG/li8ZJzkqPQ15tuUb9hDTfzQ/AV/kWhv1OKV/T+VzCGx1DU2CdhoEsmLBYmVb1SQ6h0eQSRuXg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-8.0.0.tgz", + "integrity": "sha512-kRTiGh42+4eiw9tl489p//8Zpg3LWmz0K3mOpv0qj5PsCV7jE43SLIi0E50suLh8OghXsFhJFoE98vEmXUnDew==", "requires": { "debug": "^4.1.0", - "devtools-protocol": "0.0.847576", + "devtools-protocol": "0.0.854822", "extract-zip": "^2.0.0", "https-proxy-agent": "^5.0.0", "node-fetch": "^2.6.1", "pkg-dir": "^4.2.0", "progress": "^2.0.1", - "proxy-from-env": "^1.0.0", + "proxy-from-env": "^1.1.0", "rimraf": "^3.0.2", "tar-fs": "^2.0.0", "unbzip2-stream": "^1.3.3", diff --git a/services/fcbk/package.json b/services/fcbk/package.json index 51c99eb4f..1d83c799f 100644 --- a/services/fcbk/package.json +++ b/services/fcbk/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "chrome-aws-lambda": "^7.0.0", - "puppeteer-core": "^7.0.1" + "puppeteer-core": "^8.0.0" }, "devDependencies": { "@types/puppeteer-core": "^5.4.0",