Skip to content

Commit

Permalink
Merge pull request #439 from amweiss/dependabot/npm_and_yarn/puppetee…
Browse files Browse the repository at this point in the history
…r-21.1.1

chore(deps-dev): bump puppeteer from 21.1.0 to 21.1.1
  • Loading branch information
github-actions[bot] authored Aug 29, 2023
2 parents 3276227 + 42f2ede commit 0f6dd21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-junit-reporter": "2.0.1",
"puppeteer": "21.1.0",
"puppeteer": "21.1.1",
"standard-version": "9.5.0",
"xo": "0.53.1"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -911,10 +911,10 @@ chokidar@^3.5.1:
optionalDependencies:
fsevents "~2.3.2"

[email protected].20:
version "0.4.20"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.4.20.tgz#1cd56426638452b40b29b7054e83c379e7e2b20a"
integrity sha512-ruHgVZFEv00mAQMz1tQjfjdG63jiPWrQPF6HLlX2ucqLqVTJoWngeBEKHaJ6n1swV/HSvgnBNbtTRIlcVyW3Fw==
[email protected].22:
version "0.4.22"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.4.22.tgz#625dab72946e177f538da2d2b8a681652ef916da"
integrity sha512-wR7Y9Ioez+cNXT4ZP7VNM1HRTljpNnMSLw4/RnwhhZUP4yCU7kIQND00YiktuHekch68jklGPK1q9Jkb29+fQg==
dependencies:
mitt "3.0.1"

Expand Down Expand Up @@ -3983,26 +3983,26 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.2.2.tgz#082313fe5efe0aa2d931d7aed15b99315c24e548"
integrity sha512-vKAcKbHEGA3cKbkNWwsA9MjHgIg4/X/xO/PnVQ/Pxt5eNC8/F726fGNlUlwwPej7NkmTg9OBWP4ovYvtdPtmXw==

[email protected].0:
version "21.1.0"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-21.1.0.tgz#f7680ed17076fba6a721f9b81fc045a8351bb8b3"
integrity sha512-ggfTj09jo81Y6M4DyNj80GrY6Pip+AtDUgGljqoSzP6FG5nz5Aju6Cs/X147fLgkJ4UKTb736U6cDp0ssLzN5Q==
[email protected].1:
version "21.1.1"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-21.1.1.tgz#59be20b6f69acc2139ba2d9e02a33793b59254ff"
integrity sha512-Tlcajcf44zwfa9Sbwv3T8BtaNMJ69wtpHIxwl2NOBTyTK3D1wppQovXTjfw0TDOm3a16eCfQ+5BMi3vRQ4kuAQ==
dependencies:
"@puppeteer/browsers" "1.7.0"
chromium-bidi "0.4.20"
chromium-bidi "0.4.22"
cross-fetch "4.0.0"
debug "4.3.4"
devtools-protocol "0.0.1159816"
ws "8.13.0"

[email protected].0:
version "21.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-21.1.0.tgz#ccea4a1d055b9ff58bde5933b75afba2782e470a"
integrity sha512-x0KfxVd7Hsefq8nzH1AAdSnYw5HEKI4QPeexBmx7nO29jDoEKNE+75G8zQ0E57ZOny/vAZZptCFdD3A7PkeESQ==
[email protected].1:
version "21.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-21.1.1.tgz#48f895dc89f1a8874a0cefcfb05a22f979e6f9a8"
integrity sha512-2TLntjGA4qLrI9/8N0UK/5OoZJ2Ue7QgphN2SD+RsaHiha12AEiVyMGsB+i6LY1IoPAtEgYIjblQ7lw3kWDNRw==
dependencies:
"@puppeteer/browsers" "1.7.0"
cosmiconfig "8.2.0"
puppeteer-core "21.1.0"
puppeteer-core "21.1.1"

q@^1.5.1:
version "1.5.1"
Expand Down

0 comments on commit 0f6dd21

Please sign in to comment.