Skip to content

Commit

Permalink
build: update dependency puppeteer-core to v22.6.1 (#55040)
Browse files Browse the repository at this point in the history
See associated pull request for more information.

PR Close #55040
  • Loading branch information
angular-robot authored and atscott committed Mar 28, 2024
1 parent fac8d34 commit 474b6c2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio/package.json
Expand Up @@ -145,7 +145,7 @@
"npm-run-all": "^4.1.5",
"patch-package": "^7.0.0",
"protractor": "~7.0.0",
"puppeteer-core": "22.5.0",
"puppeteer-core": "22.6.1",
"rehype-slug": "^4.0.1",
"remark": "^12.0.0",
"remark-html": "^13.0.0",
Expand Down
27 changes: 26 additions & 1 deletion aio/yarn.lock
Expand Up @@ -5486,6 +5486,15 @@ chromium-bidi@0.5.13:
urlpattern-polyfill "10.0.0"
zod "3.22.4"

chromium-bidi@0.5.14:
version "0.5.14"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.5.14.tgz#0edd73fe91bdb3c7a1d6c890e5c68520cbf97eb9"
integrity sha512-zm4mX61/U4KXs+S/0WIBHpOWqtpW6FPv1i7n4UZqDDc5LOQ9/Y1MAnB95nO7i/lFFuijLjpe1XMdNcqDqwlH5w==
dependencies:
mitt "3.0.1"
urlpattern-polyfill "10.0.0"
zod "3.22.4"

ci-info@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
Expand Down Expand Up @@ -6342,6 +6351,11 @@ devtools-protocol@0.0.1249869:
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1249869.tgz#000c3cf1afc189a18db98135a50d4a8f95a47d29"
integrity sha512-Ctp4hInA0BEavlUoRy9mhGq0i+JSo/AwVyX2EFgZmV1kYB+Zq+EMBAn52QWu6FbRr10hRb6pBl420upbp4++vg==

devtools-protocol@0.0.1262051:
version "0.0.1262051"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1262051.tgz#670b1f8459b2a136e05bd9a8d54ec0212d543a38"
integrity sha512-YJe4CT5SA8on3Spa+UDtNhEqtuV6Epwz3OZ4HQVLhlRccpZ9/PAYk0/cy/oKxFKRrZPBUPyxympQci4yWNWZ9g==

dgeni-packages@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/dgeni-packages/-/dgeni-packages-0.30.0.tgz#7e8002ee154fed7bc97841222e0f25628cf2285d"
Expand Down Expand Up @@ -12103,7 +12117,18 @@ pupa@^2.1.1:
dependencies:
escape-goat "^2.0.0"

puppeteer-core@22.5.0, puppeteer-core@^22.1.0:
puppeteer-core@22.6.1:
version "22.6.1"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-22.6.1.tgz#a6e7922a86fe9fdd3cdcbf73076332d8aefa1435"
integrity sha512-rShSd0xtyDSEJYys5nnzQnnwtrafQWg/lWCppyjZIIbYadWP8B1u0XJD/Oe+Xgw8v1hLHX0loNoA0ItRmNLnBg==
dependencies:
"@puppeteer/browsers" "2.2.0"
chromium-bidi "0.5.14"
debug "4.3.4"
devtools-protocol "0.0.1262051"
ws "8.16.0"

puppeteer-core@^22.1.0:
version "22.5.0"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-22.5.0.tgz#9d7767aaa5961f0e7fa0127ea38e1541e7f8c685"
integrity sha512-bcfmM1nNSysjnES/ZZ1KdwFAFFGL3N76qRpisBb4WL7f4UAD4vPDxlhKZ1HJCDgMSWeYmeder4kftyp6lKqMYg==
Expand Down

0 comments on commit 474b6c2

Please sign in to comment.