File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 31
31
"chalk" : " ^4.1.2" ,
32
32
"commander" : " ^11.0.0" ,
33
33
"console-stamp" : " ^3.1.1" ,
34
+ "puppeteer" : " ^21.0.2" ,
34
35
"puppeteer-autoscroll-down" : " ^1.1.2" ,
35
36
"puppeteer-core" : " ^21.0.2"
36
37
},
Original file line number Diff line number Diff line change @@ -1704,6 +1704,16 @@ cosmiconfig-typescript-loader@^4.0.0:
1704
1704
resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.3.0.tgz"
1705
1705
integrity sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==
1706
1706
1707
+ cosmiconfig@8.2.0 :
1708
+ version "8.2.0"
1709
+ resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.2.0.tgz#f7d17c56a590856cd1e7cee98734dca272b0d8fd"
1710
+ integrity sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==
1711
+ dependencies :
1712
+ import-fresh "^3.2.1"
1713
+ js-yaml "^4.1.0"
1714
+ parse-json "^5.0.0"
1715
+ path-type "^4.0.0"
1716
+
1707
1717
cosmiconfig@^8.0.0 :
1708
1718
version "8.1.3"
1709
1719
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz"
@@ -3973,7 +3983,7 @@ puppeteer-autoscroll-down@^1.1.2:
3973
3983
resolved "https://registry.npmjs.org/puppeteer-autoscroll-down/-/puppeteer-autoscroll-down-1.1.2.tgz"
3974
3984
integrity sha512-SSzxBf6Iu2zn6NNqZO1XlU8cqbjVOzhlTh38xLU42srNZjrDXkIAhKandScM0ZwueVOtOs4xSY0FN2S6whlFSA==
3975
3985
3976
- puppeteer-core@^21.0.2 :
3986
+ puppeteer-core@21.0.2, puppeteer-core@ ^21.0.2 :
3977
3987
version "21.0.2"
3978
3988
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-21.0.2.tgz#1ce10a495c7f57a06e3de6e247e2faae4a33c2c2"
3979
3989
integrity sha512-6tRjB9RZmPApPhQhzXZxmPUBt+6KM2P/eCp8p2o0DvK3P1V2qYkRi6/EQJEBIFquqZ+kF1zaW9Tg69p0dQlqFg==
@@ -3985,6 +3995,15 @@ puppeteer-core@^21.0.2:
3985
3995
devtools-protocol "0.0.1147663"
3986
3996
ws "8.13.0"
3987
3997
3998
+ puppeteer@^21.0.2 :
3999
+ version "21.0.2"
4000
+ resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-21.0.2.tgz#d30b61d5d0c0be2d57677b177108daea376bcd50"
4001
+ integrity sha512-RAgbVjvwLABz8y+83xGdE+v7JLmvvcyGSlhQUX6k3rpBeRIO593E3DCaSY9VRUq3VJPMm7nWzDiZjUaK1tIpQg==
4002
+ dependencies :
4003
+ " @puppeteer/browsers" " 1.5.1"
4004
+ cosmiconfig "8.2.0"
4005
+ puppeteer-core "21.0.2"
4006
+
3988
4007
pure-rand@^6.0.0 :
3989
4008
version "6.0.2"
3990
4009
resolved "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.2.tgz"
You can’t perform that action at this time.
0 commit comments