From c20963ecbc893e4206bc316c5fe2637af8655bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:21:06 +0000 Subject: [PATCH] chore(deps-dev): bump playwright from 1.53.2 to 1.56.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.53.2 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.53.2...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 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 fc9c261..d5962c9 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "globals": "^16.3.0", "motion": "^12.23.12", "path": "^0.12.7", - "playwright": "^1.53.2", + "playwright": "^1.56.1", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.11", diff --git a/yarn.lock b/yarn.lock index 19809d3..58ca777 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1924,17 +1924,17 @@ pkg-types@^2.0.1: exsolve "^1.0.7" pathe "^2.0.3" -playwright-core@1.53.2: - version "1.53.2" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.2.tgz#78f71e2f727713daa8d360dc11c460022c13cf91" - integrity sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw== +playwright-core@1.56.1: + version "1.56.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.56.1.tgz#24a66481e5cd33a045632230aa2c4f0cb6b1db3d" + integrity sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ== -playwright@^1.53.2: - version "1.53.2" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.53.2.tgz#cc2ef4a22da1ae562e0ed91edb9e22a7c4371305" - integrity sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A== +playwright@^1.56.1: + version "1.56.1" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.56.1.tgz#62e3b99ddebed0d475e5936a152c88e68be55fbf" + integrity sha512-aFi5B0WovBHTEvpM3DzXTUaeN6eN0qWnTkKx4NQaH4Wvcmc153PdaY2UBdSYKaGYw+UyWXSVyxDUg5DoPEttjw== dependencies: - playwright-core "1.53.2" + playwright-core "1.56.1" optionalDependencies: fsevents "2.3.2"