From 8df55efbb592836ad06de7481dab2add5ff14a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 09:13:47 -0400 Subject: [PATCH] Bump playwright from 1.26.1 to 1.27.0 (#6390) Bumps [playwright](https://github.com/Microsoft/playwright) from 1.26.1 to 1.27.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.26.1...v1.27.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index bc8c460dab..9d6f9e4615 100644 --- a/package.json +++ b/package.json @@ -402,7 +402,7 @@ "node-gyp": "^8.3.0", "node-loader": "^2.0.0", "nodemon": "^2.0.20", - "playwright": "^1.26.1", + "playwright": "^1.27.0", "postcss": "^8.4.17", "postcss-loader": "^6.2.1", "query-string": "^7.1.1", diff --git a/yarn.lock b/yarn.lock index 5633c77ccc..0ae3b9926b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10001,17 +10001,17 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" -playwright-core@1.26.1: - version "1.26.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.26.1.tgz#a162f476488312dcf12638d97685144de6ada512" - integrity sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA== +playwright-core@1.27.0: + version "1.27.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.27.0.tgz#e5f9d2bc19ebdd9581a01e74f019bb91aa7cf55d" + integrity sha512-VBKaaFUVKDo3akW+o4DwbK1ZyXh46tcSwQKPK3lruh8IJd5feu55XVZx4vOkbb2uqrNdIF51sgsadYT533SdpA== -playwright@^1.26.1: - version "1.26.1" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.26.1.tgz#0082c1d6a1c9cefe3f7a593396ad8568746184d0" - integrity sha512-WQmEdCgYYe8jOEkhkW9QLcK0PB+w1RZztBLYIT10MEEsENYg251cU0IzebDINreQsUt+HCwwRhtdz4weH9ICcQ== +playwright@^1.27.0: + version "1.27.0" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.27.0.tgz#68a0e29f1756da105b22291a7c3f402ae749213a" + integrity sha512-F+0+0RD03LS+KdNAMMp63OBzu+NwYYLd52pKLczuSlTsV5b/SLkUoNhSfzDFngEFOuRL2gk0LlfGW3mKiUBk6w== dependencies: - playwright-core "1.26.1" + playwright-core "1.27.0" plist@^3.0.1, plist@^3.0.4: version "3.0.5"