Skip to content

Commit

Permalink
feat: Snyk upgrade b785815b434b86e46b4901cb202437dd (#1548)
Browse files Browse the repository at this point in the history
* Update configuration (#1523)

* fix: upgrade @playwright/test from 1.41.2 to 1.48.0

Snyk has created this PR to upgrade @playwright/test from 1.41.2 to 1.48.0.

See this package in npm:
@playwright/test

See this project in Snyk:
https://app.snyk.io/org/city-of-helsinki/project/aed93529-486e-499e-9b12-5815057dc0ec?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update e2e docker image

---------

Co-authored-by: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent 3a9ffa3 commit c859d56
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
e2e:
container_name: "${COMPOSE_PROJECT_NAME}-e2e"
image: mcr.microsoft.com/playwright:v1.41.0-jammy
image: mcr.microsoft.com/playwright:v1.48.0-jammy
ipc: host
network_mode: host
tty: true
Expand Down
34 changes: 19 additions & 15 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.48.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.11.7",
"dotenv": "^16.4.1",
Expand Down

0 comments on commit c859d56

Please sign in to comment.