mirror of
https://github.com/twentyhq/twenty.git
synced 2026-01-19 21:29:36 -05: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.
12 lines
207 B
JSON
12 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"
|
|
}
|
|
}
|