Skip to content

Commit

Permalink
Update playwright to version 1.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored and rmehner committed Nov 30, 2023
1 parent bf37603 commit 018af5e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-lions-breathe.md
@@ -0,0 +1,5 @@
---
"bits-to-dead-trees": patch
---

Upgrade Playwright to 1.40.1
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.40.0
FROM mcr.microsoft.com/playwright:v1.40.1

ENV NODE_ENV=production
ENV PORT=8000
Expand Down
14 changes: 7 additions & 7 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 package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"fastify": "^4.24.3",
"playwright-core": "^1.40.0"
"playwright-core": "^1.40.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
Expand Down

0 comments on commit 018af5e

Please sign in to comment.