Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 33bd16f

Browse files
Bump @playwright/test from 1.32.3 to 1.33.0 in /integration
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.32.3 to 1.33.0. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.32.3...v1.33.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb15100 commit 33bd16f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "playwright test --workers=1"
1111
},
1212
"dependencies": {
13-
"@playwright/test": "^1.32.3",
13+
"@playwright/test": "^1.33.0",
1414
"axios": "^1.3.6"
1515
},
1616
"devDependencies": {

integration/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@playwright/test@^1.32.3":
6-
version "1.32.3"
7-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.3.tgz#75be8346d4ef289896835e1d2a86fdbe3d9be92a"
8-
integrity sha512-BvWNvK0RfBriindxhLVabi8BRe3X0J9EVjKlcmhxjg4giWBD/xleLcg2dz7Tx0agu28rczjNIPQWznwzDwVsZQ==
5+
"@playwright/test@^1.33.0":
6+
version "1.33.0"
7+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.33.0.tgz#669ef859efb81b143dfc624eef99d1dd92a81b67"
8+
integrity sha512-YunBa2mE7Hq4CfPkGzQRK916a4tuZoVx/EpLjeWlTVOnD4S2+fdaQZE0LJkbfhN5FTSKNLdcl7MoT5XB37bTkg==
99
dependencies:
1010
"@types/node" "*"
11-
playwright-core "1.32.3"
11+
playwright-core "1.33.0"
1212
optionalDependencies:
1313
fsevents "2.3.2"
1414

@@ -74,10 +74,10 @@ mime-types@^2.1.12:
7474
dependencies:
7575
mime-db "1.52.0"
7676

77-
playwright-core@1.32.3:
78-
version "1.32.3"
79-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.3.tgz#e6dc7db0b49e9b6c0b8073c4a2d789a96f519c48"
80-
integrity sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==
77+
playwright-core@1.33.0:
78+
version "1.33.0"
79+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.33.0.tgz#269efe29a927cd6d144d05f3c2d2f72bd72447a1"
80+
integrity sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==
8181

8282
prettier@^2.8.8:
8383
version "2.8.8"

0 commit comments

Comments
 (0)