Skip to content

Commit b6d471e

Browse files
committed
Lock puppeteer-core into v7.0.1 due to TS error
puppeteer/puppeteer#6852
1 parent 36569a8 commit b6d471e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"globby": "^11.0.2",
140140
"import-from": "^3.0.0",
141141
"pptxgenjs": "^3.4.0",
142-
"puppeteer-core": "~7.0.4",
142+
"puppeteer-core": "7.0.1",
143143
"serve-index": "^1.9.1",
144144
"tmp": "^0.2.1",
145145
"v8-compile-cache": "^2.2.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6487,7 +6487,7 @@ proxy-addr@~2.0.5:
64876487
forwarded "~0.1.2"
64886488
ipaddr.js "1.9.1"
64896489

6490-
proxy-from-env@^1.1.0:
6490+
proxy-from-env@^1.0.0:
64916491
version "1.1.0"
64926492
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
64936493
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
@@ -6718,10 +6718,10 @@ punycode@^2.1.0, punycode@^2.1.1:
67186718
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
67196719
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
67206720

6721-
puppeteer-core@~7.0.4:
6722-
version "7.0.4"
6723-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-7.0.4.tgz#2e4183f0c3c1ab65e72cc7741142033a6a876375"
6724-
integrity sha512-c7tcL3W0HGDOwj2KcytR251KbcOhlD/yPxVswA4Paqm8Dy9oLT4m3c2QRvOxmGixxn2YNimQ5264vuXKNspRdg==
6721+
6722+
version "7.0.1"
6723+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-7.0.1.tgz#4d4bbc910ef879680045902a26ee932715af7352"
6724+
integrity sha512-CIOSYtfTFbaG/li8ZJzkqPQ15tuUb9hDTfzQ/AV/kWhv1OKV/T+VzCGx1DU2CdhoEsmLBYmVb1SQ6h0eQSRuXg==
67256725
dependencies:
67266726
debug "^4.1.0"
67276727
devtools-protocol "0.0.847576"
@@ -6730,7 +6730,7 @@ puppeteer-core@~7.0.4:
67306730
node-fetch "^2.6.1"
67316731
pkg-dir "^4.2.0"
67326732
progress "^2.0.1"
6733-
proxy-from-env "^1.1.0"
6733+
proxy-from-env "^1.0.0"
67346734
rimraf "^3.0.2"
67356735
tar-fs "^2.0.0"
67366736
unbzip2-stream "^1.3.3"

0 commit comments

Comments
 (0)