Skip to content

Commit

Permalink
Update dependency playwright-firefox to ^1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2022
1 parent f2a9f49 commit cb46cc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node run.mjs"
},
"devDependencies": {
"playwright-firefox": "^1.17.1"
"playwright-firefox": "^1.17.2"
},
"dependencies": {
"got": "^12.0.0"
Expand Down
18 changes: 9 additions & 9 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,10 @@ pend@~1.2.0:
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=

playwright-core@=1.17.1:
version "1.17.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.1.tgz#a16e0f89284a0ed8ae6d77e1c905c84b8a2ba022"
integrity sha512-C3c8RpPiC3qr15fRDN6dx6WnUkPLFmST37gms2aoHPDRvp7EaGDPMMZPpqIm/QWB5J40xDrQCD4YYHz2nBTojQ==
playwright-core@=1.17.2:
version "1.17.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.17.2.tgz#916254fa8fb3eb76c160b5c2e06bc979d6ec2cf8"
integrity sha512-TCYIt2UNHvqGxvD79bBjBv9osDLAH1gn7AZD5kRpMNQJG6BAmJt8B4Ek8fzdKmCQOnHf9ASJmcYRszoIZxcdVA==
dependencies:
commander "^8.2.0"
debug "^4.1.1"
Expand All @@ -371,12 +371,12 @@ playwright-core@=1.17.1:
yauzl "^2.10.0"
yazl "^2.5.1"

playwright-firefox@^1.17.1:
version "1.17.1"
resolved "https://registry.yarnpkg.com/playwright-firefox/-/playwright-firefox-1.17.1.tgz#3a120abbd04f901822fc71b93d36a9ba5cc32cea"
integrity sha512-IXUC2ZdN/10hOAcawS+ktTlSjXL/UNehsYOxdAov6f8hhC2TMv+4RwThyOojjP3vvEw3qHtaUXHO/zxQd7HfkA==
playwright-firefox@^1.17.2:
version "1.17.2"
resolved "https://registry.yarnpkg.com/playwright-firefox/-/playwright-firefox-1.17.2.tgz#1224d3084d2f5318f0b9712320750a5bc62248fc"
integrity sha512-sAxYMhkOkALE1g5o38nzkVmoXhnwuF7KgLjy/bo+Xwh/uFjBRu0RobSxnBw2e6fNKxlQqmtYptsCGUY4AkZeUQ==
dependencies:
playwright-core "=1.17.1"
playwright-core "=1.17.2"

pngjs@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit cb46cc1

Please sign in to comment.