8000 fix(deps): update dependency puppeteer-core to v5.2.0 (#73) · algolia/renderscript@fd17242 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit fd17242

Browse files
renovate[bot]renovate-botJerska
authored
fix(deps): update dependency puppeteer-core to v5.2.0 (#73)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Matthieu Dumont <jerska@live.fr>
1 parent 657326f commit fd17242

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"body-parser": "1.19.0",
6060
"express": "4.17.1",
6161
"node-fetch": "2.6.0",
62-
"puppeteer-core": "5.0.0",
62+
"puppeteer-core": "5.2.0",
6363
"stream-to-string": "1.2.0",
6464
"uuid": "8.2.0",
6565
"yauzl-promise": "2.1.3"

src/lib/helpers/getChromiumExecutablePath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as puppeteer from 'puppeteer-core';
22

33
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');
55
const {
66
PUPPETEER_REVISIONS: { chromium: revision },
77
} = revisions;

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,11 @@ detect-newline@^2.1.0:
15171517
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
15181518
integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=
15191519

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+
15201525
dezalgo@^1.0.0, dezalgo@~1.0.3:
15211526
version "1.0.3"
15221527
resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
@@ -3540,11 +3545,6 @@ mississippi@^3.0.0:
35403545
stream-each "^1.1.0"
35413546
through2 "^2.0.0"
35423547

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-
35483548
mkdirp-classic@^0.5.2:
35493549
version "0.5.2"
35503550
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.2.tgz#54c441ce4c96cd7790e10b41a87aa51068ecab2b"
@@ -4538,16 +4538,16 @@ pupa@^2.0.1:
45384538
dependencies:
45394539
escape-goat "^2.0.0"
45404540

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==
45454545
dependencies:
45464546
debug "^4.1.0"
4547+
devtools-protocol "0.0.767361"
45474548
extract-zip "^2.0.0"
45484549
https-proxy-agent "^4.0.0"
45494550
mime "^2.0.3"
4550-
mitt "^2.0.1"
45514551
pkg-dir "^4.2.0"
45524552
progress "^2.0.1"
45534553
proxy-from-env "^1.0.0"

0 commit comments

Comments
 (0)
0