Skip to content

Commit

Permalink
Update dependency puppeteer to v19.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Jan 27, 2023
1 parent 30bcf12 commit 15cafa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"next": "13.1.5",
"patch-package": "6.5.1",
"prettier": "2.8.1",
"puppeteer": "19.6.1",
"puppeteer": "19.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.8.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10194,10 +10194,10 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer-core@19.6.1:
version "19.6.1"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.6.1.tgz#952726a364f3acff8cd8df8def798555962dbfe0"
integrity sha512-TdbqPYGHRgaqO1XPOM5ThE7uSs5NsYraOUU546okJz7jR9He5wnGuFd6LppoeWt8a4eM5RgzmICxeDUD5QwQtA==
puppeteer-core@19.6.2:
version "19.6.2"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.6.2.tgz#a873a3eb7a8f843c01c7e48e1ed595a54c751c8f"
integrity sha512-il7uK658MNC1FlxPABvcnv1RdpDa9CaBFHzvtEsl+9Y4tbAJKZurkegpcvWeIWcRYGiuBIVo+t+ZSh3G82CCjw==
dependencies:
cross-fetch "3.1.5"
debug "4.3.4"
Expand All @@ -10210,16 +10210,16 @@ puppeteer-core@19.6.1:
unbzip2-stream "1.4.3"
ws "8.11.0"

puppeteer@19.6.1:
version "19.6.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.6.1.tgz#25d0a188d44b99d8ea3870f89ea1931a48def189"
integrity sha512-gcqNilThyBPrUMvo2UZNG4KVoMjhCfCV7/84mTVk3oo0k65iO7hEKrB4waiJ15O0MHQpM79+XBHavRgBbRXUWQ==
puppeteer@19.6.2:
version "19.6.2"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.6.2.tgz#a8630207c68d6b6047763d1754d184b8a585325d"
integrity sha512-Y5OAXXwXLfJYbl0dEFg8JKIhvCGxn+UYaBW9yra9ErmIhkVroDnYusM6oYxJCt/YIfC2pQWhvhxoZyf/E5fV6w==
dependencies:
cosmiconfig "8.0.0"
https-proxy-agent "5.0.1"
progress "2.0.3"
proxy-from-env "1.1.0"
puppeteer-core "19.6.1"
puppeteer-core "19.6.2"

qs@^6.4.0, qs@^6.9.1:
version "6.11.0"
Expand Down

0 comments on commit 15cafa5

Please sign in to comment.