From 3f2cbc9b8557f356cfb1d1c15fa7b2c71185b7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:11:04 -0400 Subject: [PATCH] chore: bump @playwright/test from 1.23.2 to 1.24.1 in /site (#3203) Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.23.2 to 1.24.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](https://github.com/Microsoft/playwright/compare/v1.23.2...v1.24.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package.json | 2 +- site/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/package.json b/site/package.json index 9e1d6c9de2..a219c93d9f 100644 --- a/site/package.json +++ b/site/package.json @@ -61,7 +61,7 @@ "yup": "0.32.11" }, "devDependencies": { - "@playwright/test": "1.23.2", + "@playwright/test": "1.24.1", "@pmmmwh/react-refresh-webpack-plugin": "0.5.7", "@storybook/addon-actions": "6.5.9", "@storybook/addon-essentials": "6.4.22", diff --git a/site/yarn.lock b/site/yarn.lock index 14ef89fca0..85493d510b 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -1749,13 +1749,13 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@playwright/test@1.23.2": - version "1.23.2" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.23.2.tgz#6af9e77bafcfe6dd17c23a44b40f793db5245d74" - integrity sha512-umaEAIwQGfbezixg3raSOraqbQGSqZP988sOaMdpA2wj3Dr6ykOscrMukyK3U6edxhpS0N8kguAFZoHwCEfTig== +"@playwright/test@1.24.1": + version "1.24.1" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.24.1.tgz#b70f5cd0909530e17c7610918b45f4af156f16c4" + integrity sha512-VJ9qekMis7Oze2Q/Vb+w1g2aPaJFRdl5vhTS6h82kG89Jb8trlU2WHY7oYzNRjvFPoVUMcWXiblH2bWcbEax/A== dependencies: "@types/node" "*" - playwright-core "1.23.2" + playwright-core "1.24.1" "@pmmmwh/react-refresh-webpack-plugin@0.5.7", "@pmmmwh/react-refresh-webpack-plugin@^0.5.1": version "0.5.7" @@ -10942,10 +10942,10 @@ pkg-dir@^5.0.0: dependencies: find-up "^5.0.0" -playwright-core@1.23.2: - version "1.23.2" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.2.tgz#ddc15b3251e42ee0eed82a96ece3f7b2641d75a4" - integrity sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ== +playwright-core@1.24.1: + version "1.24.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.24.1.tgz#032eefaa8f674a4253a6c35a86787f2cbfcd8829" + integrity sha512-1RoSDe/oTQS1Ct7Pb8i+vcFKbKYpmVIBXk0IUiD8RvCUMnNl7EJF1OSQ9E8TZ5RYamWkW2Psir9e8Doyz1FnhQ== pnp-webpack-plugin@1.6.4: version "1.6.4"