diff --git a/package.json b/package.json index 2e1a70b..bf75e1d 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.30.0", "@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..aa18e6e 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.30.0": + version "1.30.0" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.30.0.tgz#8c0c4930ff2c7be7b3ec3fd434b2a3b4465ed7cb" + integrity sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw== dependencies: "@types/node" "*" - playwright-core "1.27.1" + playwright-core "1.30.0" "@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.30.0: + version "1.30.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.30.0.tgz#de987cea2e86669e3b85732d230c277771873285" + integrity sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g== pluralize@^8.0.0: version "8.0.0"