Skip to content

Commit

Permalink
dep(playwright): update Playwright to v1.44.1 (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge authored Jun 10, 2024
1 parent c49887b commit cf78d4a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artillery-engine-playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.44.0
FROM mcr.microsoft.com/playwright:v1.44.1
LABEL maintainer="[email protected]"

RUN npm install -g artillery \
Expand Down
6 changes: 3 additions & 3 deletions packages/artillery-engine-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@playwright/browser-chromium": "1.44.0",
"@playwright/test": "1.44.0",
"@playwright/browser-chromium": "1.44.1",
"@playwright/test": "1.44.1",
"debug": "^4.3.2",
"playwright": "1.44.0"
"playwright": "1.44.1"
},
"devDependencies": {
"tap": "^19.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: Version we use here needs to be kept consistent with that in
# artillery-engine-playwright.
# ********************************
FROM mcr.microsoft.com/playwright:v1.44.0
FROM mcr.microsoft.com/playwright:v1.44.1

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit cf78d4a

Please sign in to comment.