Skip to content

Commit 5041ef1

Browse files
authored
dep: upgrade to Playwright v1.56.1 (#3658)
1 parent d42fb8f commit 5041ef1

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artillery-engine-playwright/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"author": "",
2121
"license": "MPL-2.0",
2222
"dependencies": {
23-
"@playwright/browser-chromium": "1.55.0",
24-
"@playwright/test": "1.55.0",
23+
"@playwright/browser-chromium": "1.56.1",
24+
"@playwright/test": "1.56.1",
2525
"debug": "^4.3.2",
26-
"playwright": "1.55.0"
26+
"playwright": "1.56.1"
2727
},
2828
"devDependencies": {
2929
"tap": "^19.0.2",

packages/artillery/lib/platform/aws-ecs/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: Version we use here needs to be kept consistent with that in
33
# artillery-engine-playwright.
44
# ********************************
5-
FROM mcr.microsoft.com/playwright:v1.55.0
5+
FROM mcr.microsoft.com/playwright:v1.56.1
66

77
ARG TARGETARCH
88

0 commit comments

Comments
 (0)