Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloromeo committed May 13, 2024
1 parent 4291380 commit b6aff44
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 29 deletions.
2 changes: 1 addition & 1 deletion scrapex/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM node:20-alpine
FROM mcr.microsoft.com/playwright:v1.42.1-jammy
FROM mcr.microsoft.com/playwright:v1.44.0-jammy

ENV NODE_ENV=production

Expand Down
54 changes: 29 additions & 25 deletions scrapex/package-lock.json

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

6 changes: 3 additions & 3 deletions scrapex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express": "^4.19.2",
"express-winston": "^4.2.0",
"html-to-md": "^0.8.5",
"http-terminator": "^3.2.0",
"playwright": "1.42.1",
"short-uuid": "^4.2.2",
"playwright": "1.44.0",
"short-uuid": "^5.2.0",
"tempfile": "^5.0.0"
}
}

0 comments on commit b6aff44

Please sign in to comment.