mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Resolves [Dependabot Alert 293](https://github.com/twentyhq/twenty/security/dependabot/293). Updates the playwright version used to `1.56.1`. The alert could have also been ignored since the playwright download only happens in CI and local environments, not the production environment. However, it's an easy fix instead of just ignoring the alert.
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"name": "twenty-e2e-testing",
|
|
"description": "",
|
|
"author": "",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"playwright": "^1.56.1"
|
|
}
|
|
}
|