From 4903cfe45440b7a1f24e217b2f4e61bb3ea4a31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 00:37:22 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test from 1.27.1 to 1.28.1 Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.27.1 to 1.28.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.27.1...v1.28.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 2e1a70b..8157592 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@nuxtjs/eslint-module": "^3.0.2", "@nuxtjs/stylelint-module": "^4.1.0", "@nuxtjs/vuetify": "^1.12.3", - "@playwright/test": "^1.27.1", + "@playwright/test": "^1.28.1", "@vue/test-utils": "^1.3.2", "babel-core": "7.0.0-bridge.0", "cross-env": "^7.0.3", diff --git a/yarn.lock b/yarn.lock index 9eb6539..4d99026 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1976,13 +1976,13 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@playwright/test@^1.27.1": - version "1.27.1" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.27.1.tgz#9364d1e02021261211c8ff586d903faa79ce95c4" - integrity sha512-mrL2q0an/7tVqniQQF6RBL2saskjljXzqNcCOVMUjRIgE6Y38nCNaP+Dc2FBW06bcpD3tqIws/HT9qiMHbNU0A== +"@playwright/test@^1.28.1": + version "1.28.1" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.28.1.tgz#e5be297e024a3256610cac2baaa9347fd57c7860" + integrity sha512-xN6spdqrNlwSn9KabIhqfZR7IWjPpFK1835tFNgjrlysaSezuX8PYUwaz38V/yI8TJLG9PkAMEXoHRXYXlpTPQ== dependencies: "@types/node" "*" - playwright-core "1.27.1" + playwright-core "1.28.1" "@polka/url@^1.0.0-next.20": version "1.0.0-next.21" @@ -9106,10 +9106,10 @@ pkg-types@^0.3.5: mlly "^0.5.14" pathe "^0.3.7" -playwright-core@1.27.1: - version "1.27.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.27.1.tgz#840ef662e55a3ed759d8b5d3d00a5f885a7184f4" - integrity sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q== +playwright-core@1.28.1: + version "1.28.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.28.1.tgz#8400be9f4a8d1c0489abdb9e75a4cc0ffc3c00cb" + integrity sha512-3PixLnGPno0E8rSBJjtwqTwJe3Yw72QwBBBxNoukIj3lEeBNXwbNiKrNuB1oyQgTBw5QHUhNO3SteEtHaMK6ag== pluralize@^8.0.0: version "8.0.0"