From 2893ca6403f52ba5f104cbf67fa683628d0c828b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:32:46 +0000 Subject: [PATCH] Bump @playwright/test in /typescript-playwright-sample Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.61.1 to 1.62.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.61.1...v1.62.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.62.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- typescript-playwright-sample/package.json | 2 +- typescript-playwright-sample/yarn.lock | 28 +++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/typescript-playwright-sample/package.json b/typescript-playwright-sample/package.json index 38275e42..b8d30e73 100644 --- a/typescript-playwright-sample/package.json +++ b/typescript-playwright-sample/package.json @@ -5,7 +5,7 @@ "private": true, "devDependencies": { "@axe-core/playwright": "^4.12.1", - "@playwright/test": "^1.61.1", + "@playwright/test": "^1.62.1", "@types/node": "^20.19.43", "axe-sarif-converter": "^3.1.0", "typescript": "^6.0.3" diff --git a/typescript-playwright-sample/yarn.lock b/typescript-playwright-sample/yarn.lock index 0e0f9577..82fac7dc 100644 --- a/typescript-playwright-sample/yarn.lock +++ b/typescript-playwright-sample/yarn.lock @@ -9,12 +9,12 @@ dependencies: axe-core "~4.12.1" -"@playwright/test@^1.61.1": - version "1.61.1" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.61.1.tgz#48568dc22af7819e55fa5e8e3bc79b7e6a3e6675" - integrity sha512-8nKv6+0RJSL9FE4jYOEGXnPeM/Hg12qZpmqzZjRh3qM0Y7c3z1mrOTfFLids72RDQYVh9WpLEfR5WdpNX4fkig== +"@playwright/test@^1.62.1": + version "1.62.1" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.62.1.tgz#68e1aaf6e480e1923936dee6c66fae1921d3a65a" + integrity sha512-DTcUc8qii+cpHvtOwggMtBRMjKZHXYWdw8syRYu2vtzuq4Wxphqq4NfCs5Zt44L6mA8rfDfj+PHnxFc/FeK6mQ== dependencies: - playwright "1.61.1" + playwright "1.62.1" "@puppeteer/browsers@^2.1.0": version "2.2.0" @@ -407,17 +407,17 @@ pend@~1.2.0: resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50" integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== -playwright-core@1.61.1: - version "1.61.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.61.1.tgz#3c99841307efbbabc9d724c41a88c914705d15fc" - integrity sha512-h7Qlt6m4REp25qvIdvbDtVmD4LqVXfpRxhORv9L0jzETM05p4fuPJ3dKyuSXQxDSbXnmS79HAgi9589lGSpLkg== +playwright-core@1.62.1: + version "1.62.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.62.1.tgz#120f67a19181bfd183c60fa903c0d99330b56785" + integrity sha512-wPYSwEBJY9GHraISXqyqtx0na0LpO3XEX7jNDhntbex7tzUS7kLnZsOlFruFJB4Hi/rhDMjXGqHewDZ68nYZVw== -playwright@1.61.1: - version "1.61.1" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.61.1.tgz#d8c0c06eb93c28981afc747bace453bdbd5018bc" - integrity sha512-DWnY5o3YbLWK4GovuAVwpqL+1VwGNdUGrRr++8j8PtQQzvAVZUIMjKQ90fY689sEJZJBbZVw1rXaOKSTitkzPQ== +playwright@1.62.1: + version "1.62.1" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.62.1.tgz#8447b6755e8aec85a3cb7207c823e3ed2fc66700" + integrity sha512-0M+L3LAD8/nm554LOla9Ayx0j0tmFZ0FBcoQ7F1VuVHpM/XpiC8RcDzBQB8W5+hA8L22THxELzeF+2WcUzvcLg== dependencies: - playwright-core "1.61.1" + playwright-core "1.62.1" optionalDependencies: fsevents "2.3.2"