Skip to content

Commit f20859c

Browse files
Bump playwright from 1.57.0 to 1.58.2
Bumps [playwright](https://github.com/microsoft/playwright) from 1.57.0 to 1.58.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.57.0...v1.58.2) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.58.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cdb5eb commit f20859c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@tree-company/eslint-config": "^0.5.0",
3131
"@tree-company/stylelint-config": "^0.5.0",
3232
"eslint": "^9.39.2",
33-
"playwright": "^1.57.0",
33+
"playwright": "^1.58.2",
3434
"prettier": "^3.8.1",
3535
"stylelint": "^16.26.1",
3636
"vite": "^7.3.1"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,17 +2008,17 @@ picomatch@^4.0.3:
20082008
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
20092009
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
20102010

2011-
playwright-core@1.57.0:
2012-
version "1.57.0"
2013-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz#3dcc9a865af256fa9f0af0d67fc8dd54eecaebf5"
2014-
integrity sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==
2011+
playwright-core@1.58.2:
2012+
version "1.58.2"
2013+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.58.2.tgz#ac5f5b4b10d29bcf934415f0b8d133b34b0dcb13"
2014+
integrity sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==
20152015

2016-
playwright@^1.57.0:
2017-
version "1.57.0"
2018-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz#74d1dacff5048dc40bf4676940b1901e18ad0f46"
2019-
integrity sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==
2016+
playwright@^1.58.2:
2017+
version "1.58.2"
2018+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.58.2.tgz#afe547164539b0bcfcb79957394a7a3fa8683cfd"
2019+
integrity sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==
20202020
dependencies:
2021-
playwright-core "1.57.0"
2021+
playwright-core "1.58.2"
20222022
optionalDependencies:
20232023
fsevents "2.3.2"
20242024

0 commit comments

Comments
 (0)