Skip to content

Commit

Permalink
fix(deps): bump puppeteer-core from 23.3.0 to 23.4.1 (#804)
Browse files Browse the repository at this point in the history
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 23.3.0 to 23.4.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-core-v23.3.0...puppeteer-core-v23.4.1)

---
updated-dependencies:
- dependency-name: puppeteer-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent cadf7cb commit 07c66ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"papaparse": "^5.4.1",
"pascalcase": "^2.0.0",
"psl": "^1.9.0",
"puppeteer-core": "^23.3.0",
"puppeteer-core": "^23.4.1",
"read-package-up": "^11.0.0",
"semver": "^7.6.3",
"set-value": "^4.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5723,10 +5723,10 @@ detect-newline@^4.0.0:
resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz"
integrity sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==

devtools-protocol@0.0.1330662:
version "0.0.1330662"
resolved "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1330662.tgz"
integrity sha512-pzh6YQ8zZfz3iKlCvgzVCu22NdpZ8hNmwU6WnQjNVquh0A9iVosPtNLWDwaWVGyrntQlltPFztTMK5Cg6lfCuw==
devtools-protocol@0.0.1342118:
version "0.0.1342118"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1342118.tgz#ea136fc1701572c0830233dcb414dc857e582e0a"
integrity sha512-75fMas7PkYNDTmDyb6PRJCH7ILmHLp+BhrZGeMsa4bCh40DTxgCz2NRy5UDzII4C5KuD0oBMZ9vXKhEl6UD/3w==

diacritics-map@^0.1.0:
version "0.1.0"
Expand Down Expand Up @@ -10422,15 +10422,15 @@ pupa@^3.1.0:
dependencies:
escape-goat "^4.0.0"

puppeteer-core@^23.3.0:
version "23.3.0"
resolved "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.3.0.tgz"
integrity sha512-sB2SsVMFs4gKad5OCdv6w5vocvtEUrRl0zQqSyRPbo/cj1Ktbarmhxy02Zyb9R9HrssBcJDZbkrvBnbaesPyYg==
puppeteer-core@^23.4.1:
version "23.4.1"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-23.4.1.tgz#c1c0367b7f48645119b65b08889b0690ea00cc1f"
integrity sha512-uCxGtn8VE9PlKhdFJX/zZySi9K3Ufr3qUZe28jxJoZUqiMJOi+SFh2zhiFDSjWqZIDkc0FtnaCC+rewW3MYXmg==
dependencies:
"@puppeteer/browsers" "2.4.0"
chromium-bidi "0.6.5"
debug "^4.3.6"
devtools-protocol "0.0.1330662"
debug "^4.3.7"
devtools-protocol "0.0.1342118"
typed-query-selector "^2.12.0"
ws "^8.18.0"

Expand Down

0 comments on commit 07c66ed

Please sign in to comment.