Skip to content

Commit d5668d0

Browse files
fix(deps): update dependency puppeteer to v8 (#162)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6680b8d commit d5668d0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dotenv": "^8.2.0",
2828
"http-server": "^0.12.3",
2929
"lighthouse": "^6.0.0",
30-
"puppeteer": "^7.0.0"
30+
"puppeteer": "^8.0.0"
3131
},
3232
"engines": {
3333
"node": ">=v10.22.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,10 +1761,10 @@ detect-newline@^3.0.0:
17611761
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
17621762
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
17631763

1764-
1765-
version "0.0.847576"
1766-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
1767-
integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==
1764+
1765+
version "0.0.854822"
1766+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
1767+
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==
17681768

17691769
diff-sequences@^26.6.2:
17701770
version "26.6.2"
@@ -4398,13 +4398,13 @@ pupa@^2.0.1:
43984398
dependencies:
43994399
escape-goat "^2.0.0"
44004400

4401-
puppeteer@^7.0.0:
4402-
version "7.1.0"
4403-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.1.0.tgz#ae37f48ee13f157c5b9255d580ffe4c5c1298679"
4404-
integrity sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g==
4401+
puppeteer@^8.0.0:
4402+
version "8.0.0"
4403+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
4404+
integrity sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==
44054405
dependencies:
44064406
debug "^4.1.0"
4407-
devtools-protocol "0.0.847576"
4407+
devtools-protocol "0.0.854822"
44084408
extract-zip "^2.0.0"
44094409
https-proxy-agent "^5.0.0"
44104410
node-fetch "^2.6.1"

0 commit comments

Comments
 (0)