Skip to content

Commit 51efb7e

Browse files
chore: bump playwright from 1.50.1 to 1.55.1
Bumps [playwright](https://github.com/microsoft/playwright) from 1.50.1 to 1.55.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.1...v1.55.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.55.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7ff8fb commit 51efb7e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"mini-css-extract-plugin": "^2.9.4",
9191
"node-fetch": "^3.3.0",
9292
"p-queue": "^9",
93-
"playwright": "^1.47.0",
93+
"playwright": "^1.55.1",
9494
"postcss-cli": "^7.1.2",
9595
"postcss-import": "^12.0.1",
9696
"postcss-loader": "^3.0.0",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7972,7 +7972,12 @@ playwright-core@1.50.1:
79727972
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.50.1.tgz#6a0484f1f1c939168f40f0ab3828c4a1592c4504"
79737973
integrity sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==
79747974

7975-
playwright@1.50.1, playwright@^1.47.0:
7975+
playwright-core@1.55.1:
7976+
version "1.55.1"
7977+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
7978+
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
7979+
7980+
playwright@1.50.1:
79767981
version "1.50.1"
79777982
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.50.1.tgz#2f93216511d65404f676395bfb97b41aa052b180"
79787983
integrity sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==
@@ -7981,6 +7986,15 @@ playwright@1.50.1, playwright@^1.47.0:
79817986
optionalDependencies:
79827987
fsevents "2.3.2"
79837988

7989+
playwright@^1.55.1:
7990+
version "1.55.1"
7991+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
7992+
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
7993+
dependencies:
7994+
playwright-core "1.55.1"
7995+
optionalDependencies:
7996+
fsevents "2.3.2"
7997+
79847998
possible-typed-array-names@^1.0.0:
79857999
version "1.0.0"
79868000
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"

0 commit comments

Comments
 (0)