From 7177cab3fcf97695aebc8763efbc32a09f2efdbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:39:48 +0000 Subject: [PATCH] Update dependency @playwright/test to ^1.38.0 --- .changelog/870.internal.md | 1 + playwright/package.json | 2 +- playwright/yarn.lock | 35 ++++++++++++++++++----------------- 3 files changed, 20 insertions(+), 18 deletions(-) create mode 100644 .changelog/870.internal.md diff --git a/.changelog/870.internal.md b/.changelog/870.internal.md new file mode 100644 index 000000000..5662c5dea --- /dev/null +++ b/.changelog/870.internal.md @@ -0,0 +1 @@ +Update dependency @playwright/test to ^1.38.0 diff --git a/playwright/package.json b/playwright/package.json index a6c5b8463..2f063843e 100644 --- a/playwright/package.json +++ b/playwright/package.json @@ -3,6 +3,6 @@ "test": "playwright test --browser all" }, "devDependencies": { - "@playwright/test": "^1.37.1" + "@playwright/test": "^1.38.0" } } diff --git a/playwright/yarn.lock b/playwright/yarn.lock index b5d95e7a0..0133d857b 100644 --- a/playwright/yarn.lock +++ b/playwright/yarn.lock @@ -2,27 +2,28 @@ # yarn lockfile v1 -"@playwright/test@^1.37.1": - version "1.37.1" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.37.1.tgz#e7f44ae0faf1be52d6360c6bbf689fd0057d9b6f" - integrity sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg== +"@playwright/test@^1.38.0": + version "1.38.0" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.38.0.tgz#0ad33f62394d6a9cb768d0ddfa93b12304c64e13" + integrity sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw== dependencies: - "@types/node" "*" - playwright-core "1.37.1" - optionalDependencies: - fsevents "2.3.2" - -"@types/node@*": - version "20.4.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.5.tgz#9dc0a5cb1ccce4f7a731660935ab70b9c00a5d69" - integrity sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg== + playwright "1.38.0" fsevents@2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== -playwright-core@1.37.1: - version "1.37.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.37.1.tgz#cb517d52e2e8cb4fa71957639f1cd105d1683126" - integrity sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA== +playwright-core@1.38.0: + version "1.38.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.38.0.tgz#cb8e135da1c0b1918b070642372040ed9aa7009a" + integrity sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g== + +playwright@1.38.0: + version "1.38.0" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.38.0.tgz#0ee19d38512b7b1f961c0eb44008a6fed373d206" + integrity sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A== + dependencies: + playwright-core "1.38.0" + optionalDependencies: + fsevents "2.3.2"