Skip to content

Commit 6ff7df6

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 46bc633 commit 6ff7df6

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": "^10.0.1",
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
@@ -1997,17 +1997,17 @@ picomatch@^4.0.3:
19971997
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
19981998
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
19991999

2000-
playwright-core@1.57.0:
2001-
version "1.57.0"
2002-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.57.0.tgz#3dcc9a865af256fa9f0af0d67fc8dd54eecaebf5"
2003-
integrity sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==
2000+
playwright-core@1.58.2:
2001+
version "1.58.2"
2002+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.58.2.tgz#ac5f5b4b10d29bcf934415f0b8d133b34b0dcb13"
2003+
integrity sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==
20042004

2005-
playwright@^1.57.0:
2006-
version "1.57.0"
2007-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.57.0.tgz#74d1dacff5048dc40bf4676940b1901e18ad0f46"
2008-
integrity sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==
2005+
playwright@^1.58.2:
2006+
version "1.58.2"
2007+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.58.2.tgz#afe547164539b0bcfcb79957394a7a3fa8683cfd"
2008+
integrity sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==
20092009
dependencies:
2010-
playwright-core "1.57.0"
2010+
playwright-core "1.58.2"
20112011
optionalDependencies:
20122012
fsevents "2.3.2"
20132013

0 commit comments

Comments
 (0)