Skip to content

Commit

Permalink
Bump playwright-core from 1.18.1 to 1.19.2 in /ui (flipt-io#726)
Browse files Browse the repository at this point in the history
* Bump playwright-core from 1.18.1 to 1.19.2 in /ui

Bumps [playwright-core](https://github.com/Microsoft/playwright) from 1.18.1 to 1.19.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.18.1...v1.19.2)

---
updated-dependencies:
- dependency-name: playwright-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump playwright-core from 1.18.1 to 1.19.2 in /ui

Bumps [playwright-core](https://github.com/Microsoft/playwright) from 1.18.1 to 1.19.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.18.1...v1.19.2)

---
updated-dependencies:
- dependency-name: playwright-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix lock

* Auto-update license files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Phelps <mark.aaron.phelps@gmail.com>
Co-authored-by: licensed-ci <licensed-ci@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 11, 2022
1 parent 61fe633 commit e9cc54d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .licenses/npm/playwright-core.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: playwright-core
version: 1.19.1
version: 1.19.2
type: npm
summary: A high-level API to automate web browsers
homepage: https://playwright.dev
Expand Down
2 changes: 1 addition & 1 deletion .licenses/npm/playwright.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: playwright
version: 1.19.1
version: 1.19.2
type: npm
summary: A high-level API to automate web browsers
homepage: https://playwright.dev
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"node-notifier": "^10.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"ora": "^6.1.0",
"playwright-core": "^1.5.2",
"playwright-core": "^1.19.2",
"portfinder": "^1.0.13",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
Expand Down
16 changes: 8 additions & 8 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8010,10 +8010,10 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"

playwright-core@1.19.1, playwright-core@>=1.2.0, playwright-core@^1.5.2:
version "1.19.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.19.1.tgz#d41939730170d53df26f5c8c16f5821e6328b24d"
integrity sha512-+ByjhWX39PlINVRXr4ef9Kle85mk5QzA2WLioCoMQc3bSUtZpLV1mbeUDtRp/bvFw6YDIEyptj4QvzzRTXN3vg==
playwright-core@1.19.2, playwright-core@>=1.2.0, playwright-core@^1.19.2:
version "1.19.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.19.2.tgz#90b9209554f174c649abf495952fcb4335437218"
integrity sha512-OsL3sJZIo1UxKNWSP7zW7sk3FyUGG06YRHxHeBw51eIOxTCQRx5t+hXd0cvXashN2CHnd3hIZTs2aKa/im4hZQ==
dependencies:
commander "8.3.0"
debug "4.3.3"
Expand Down Expand Up @@ -8055,11 +8055,11 @@ playwright-core@=1.18.1:
yazl "^2.5.1"

playwright@^1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.19.1.tgz#5db88245932036ba208dbc2db8d5291ca50199e1"
integrity sha512-h1iCJ1S2eAkZ67lZCmOxhRiT3OKa1JFGtyHLaZV30znqIjcsJLuyB/dmo78V3ajpMdz8iwxIb2xjpaSh1G+8UA==
version "1.19.2"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.19.2.tgz#d9927ae8512482642356e50a286c5767dfb7a621"
integrity sha512-2JmGWr/Iw/Uu27bZULeHgjn8doNrRVxIYdhspMuMlfKNpzwAe/sfm7wH8uey6jiZxnPL4bC5V4ACQcF4dAGWnw==
dependencies:
playwright-core "1.19.1"
playwright-core "1.19.2"

pngjs@6.0.0:
version "6.0.0"
Expand Down

0 comments on commit e9cc54d

Please sign in to comment.