Skip to content

Commit a8f4d73

Browse files
dep(playwright): update playwright version to v1.45.0 (#3245)
1 parent 9f74020 commit a8f4d73

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

package-lock.json

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

packages/artillery-engine-playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.44.1
1+
FROM mcr.microsoft.com/playwright:v1.45.0
22
LABEL maintainer="[email protected]"
33

44
RUN npm install -g artillery \

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.44.1",
24-
"@playwright/test": "1.44.1",
23+
"@playwright/browser-chromium": "1.45.0",
24+
"@playwright/test": "1.45.0",
2525
"debug": "^4.3.2",
26-
"playwright": "1.44.1"
26+
"playwright": "1.45.0"
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.44.1
5+
FROM mcr.microsoft.com/playwright:v1.45.0
66

77
ENV DEBIAN_FRONTEND=noninteractive
88

0 commit comments

Comments
 (0)