Skip to content

Commit

Permalink
fix: update dependency @dword-design/puppeteer to v6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 21, 2023
1 parent a7f4c9d commit 0fa3831
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1411,9 +1411,9 @@
expect-mocha-snapshot "^2.1.5"

"@dword-design/puppeteer@^6.0.2":
version "6.0.6"
resolved "https://registry.yarnpkg.com/@dword-design/puppeteer/-/puppeteer-6.0.6.tgz#bd133a20aff47927d37b2dac149a3f8fdef471e6"
integrity sha512-p449gFnQmw17I2YXhOlWpenIUopDg/nq19zwt2DLa3vWcQa6E6BCh3NEUCO+0ih7qfpulGwY1DY1UN5mKBC2wA==
version "6.0.7"
resolved "https://registry.yarnpkg.com/@dword-design/puppeteer/-/puppeteer-6.0.7.tgz#4afae0d4874eb4bd6f2b268ddeb6b9f6caf4a6cd"
integrity sha512-Qp3fMZyEHxWAg6AnWMUyxn2RgQsJE/2YjnBPDjxFRVAmlqnAGJaLO/2fvdsKX95Ds9Yx0PPgMeA7x0/EdTvcFw==
dependencies:
puppeteer "^19.4.1"

Expand Down Expand Up @@ -2528,9 +2528,9 @@
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/node@*":
version "18.15.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
version "18.15.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.12.tgz#833756634e78c829e1254db006468dadbb0c696b"
integrity sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg==

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
Expand Down Expand Up @@ -11607,10 +11607,10 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==

puppeteer-core@19.9.0:
version "19.9.0"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.9.0.tgz#b4fdf6a7ce6b595a7a45ed6436d07cdde688433e"
integrity sha512-IJYfCE0oFpi5dTvNFqOwo8Dey6zzx7hANy7z6K2bjpCux9oPOSOIubq40awNhaHlfi8soYtgU4qabnzMXB7xBQ==
puppeteer-core@19.10.0:
version "19.10.0"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.10.0.tgz#f92d60693be370ea9a927d7b1ad62704681608ea"
integrity sha512-F6btgaEJXcpdw/kJszBhe7t4kx1C42oG159romCagX8ttComuk5dqkmAd/AQc/E4cS3onOUsHI5WgjIstuYsFw==
dependencies:
"@puppeteer/browsers" "0.4.1"
chromium-bidi "0.4.6"
Expand All @@ -11625,16 +11625,16 @@ puppeteer-core@19.9.0:
ws "8.13.0"

puppeteer@^19.4.1:
version "19.9.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.9.0.tgz#dba4ac9a4d686fa88a744ed933b4e722ecd7b018"
integrity sha512-JDx8WwGlkdQYTaa3OMYDF+uFWimiwNnacg5FGEC5J6+VxDsLK30wHKU/Db2LqEhtAoIu4RwS+BRH4zRPlCsFpA==
version "19.10.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.10.0.tgz#d018e42b189c79da10a6b568a16f1c971219d700"
integrity sha512-u2ftBcAu1cL5x2uKD5FLhHkN60Z1d5T0iMftiUEyRfdwT0poObRvjpc69F0HbtN/7lFeW2v+VN4pgeVVSOZYWg==
dependencies:
"@puppeteer/browsers" "0.4.1"
cosmiconfig "8.1.3"
https-proxy-agent "5.0.1"
progress "2.0.3"
proxy-from-env "1.1.0"
puppeteer-core "19.9.0"
puppeteer-core "19.10.0"

q@^1.5.1:
version "1.5.1"
Expand Down

0 comments on commit 0fa3831

Please sign in to comment.