File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 59
59
"body-parser" : " 1.19.0" ,
60
60
"express" : " 4.17.1" ,
61
61
"node-fetch" : " 2.6.0" ,
62
- "puppeteer-core" : " 5.0 .0" ,
62
+ "puppeteer-core" : " 5.2 .0" ,
63
63
"stream-to-string" : " 1.2.0" ,
64
64
"uuid" : " 8.2.0" ,
65
65
"yauzl-promise" : " 2.1.3"
Original file line number Diff line number Diff line change 1
1
import * as puppeteer from 'puppeteer-core' ;
2
2
3
3
export default async function getChromiumExecutablePath ( ) {
4
- const revisions = require ( 'puppeteer-core/lib/cjs/revisions.js' ) ;
4
+ const revisions = require ( 'puppeteer-core/lib/cjs/puppeteer/ revisions.js' ) ;
5
5
const {
6
6
PUPPETEER_REVISIONS : { chromium : revision } ,
7
7
} = revisions ;
Original file line number Diff line number Diff line change @@ -1517,6 +1517,11 @@ detect-newline@^2.1.0:
1517
1517
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
1518
1518
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
1519
1519
1520
+ devtools-protocol@0.0.767361 :
1521
+ version "0.0.767361"
1522
+ resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.767361.tgz#5977f2558b84f9df36f62501bdddb82f3ae7b66b"
1523
+ integrity sha512-ziRTdhEVQ9jEwedaUaXZ7kl9w9TF/7A3SXQ0XuqrJB+hMS62POHZUWTbumDN2ehRTfvWqTPc2Jw4gUl/jggmHA==
1524
+
1520
1525
dezalgo@^1.0.0, dezalgo@~1.0.3 :
1521
1526
version "1.0.3"
1522
1527
resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
@@ -3540,11 +3545,6 @@ mississippi@^3.0.0:
3540
3545
stream-each "^1.1.0"
3541
3546
through2 "^2.0.0"
3542
3547
3543
- mitt@^2.0.1 :
3544
- version "2.0.1"
3545
- resolved "https://registry.yarnpkg.com/mitt/-/mitt-2.0.1.tgz#9e8a075b4daae82dd91aac155a0ece40ca7cb393"
3546
- integrity sha512-FhuJY+tYHLnPcBHQhbUFzscD5512HumCPE4URXZUgPi3IvOJi4Xva5IIgy3xX56GqCmw++MAm5UURG6kDBYTdg==
3547
-
3548
3548
mkdirp-classic@^0.5.2 :
3549
3549
version "0.5.2"
3550
3550
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.2.tgz#54c441ce4c96cd7790e10b41a87aa51068ecab2b"
@@ -4538,16 +4538,16 @@ pupa@^2.0.1:
4538
4538
dependencies :
4539
4539
escape-goat "^2.0.0"
4540
4540
4541
- puppeteer-core@5.0 .0 :
4542
- version "5.0 .0"
4543
- resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-5.0 .0.tgz#ddcc9efd9e2ecf6b5fc5e39a7a0a9859ab297943 "
4544
- integrity sha512-kGspNm5xNuz4/R8wtIJKZGfiox0dUVknMqZYqQ8TowwoZhIUrQ7TgIx6NqXRdQZSRPgcDuUg9zWMH+Z1dUe64w ==
4541
+ puppeteer-core@5.2 .0 :
4542
+ version "5.2 .0"
4543
+ resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-5.2 .0.tgz#d5474cfb0814440dfe36b949f40fcaa8885b7ae4 "
4544
+ integrity sha512-+gG1mW4ve7e4f1H18KWyEdbSc5Sb9+zxGBlb6CCclCf5rDsuPhYubTfOWJZB4L759D4XDtf04GOp+lmTmd61Nw ==
4545
4545
dependencies :
4546
4546
debug "^4.1.0"
4547
+ devtools-protocol "0.0.767361"
4547
4548
extract-zip "^2.0.0"
4548
4549
https-proxy-agent "^4.0.0"
4549
4550
mime "^2.0.3"
4550
- mitt "^2.0.1"
4551
4551
pkg-dir "^4.2.0"
4552
4552
progress "^2.0.1"
4553
4553
proxy-from-env "^1.0.0"
You can’t perform that action at this time.
0 commit comments