Skip to content

Commit a7cba1e

Browse files
committed
Upgrade to @playwright version 1.56.0 to avoid security alert related to version < 1.55.0 needed to run tests with JSPI
1 parent 65c2407 commit a7cba1e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@nx/react": "19.8.4",
126126
"@nx/vite": "19.8.4",
127127
"@nx/workspace": "19.8.4",
128-
"@playwright/test": "1.53.2",
128+
"@playwright/test": "1.56.0",
129129
"@types/ajv": "1.0.0",
130130
"@types/file-saver": "^2.0.5",
131131
"@types/fs-ext": "2.0.3",
@@ -199,7 +199,7 @@
199199
"react": "18.3.1",
200200
"react-dom": "18.3.1",
201201
"typescript": "5.4.5",
202-
"@playwright/test": "1.53.2",
202+
"@playwright/test": "1.56.0",
203203
"ws": "^8.18.0",
204204
"tmp": "0.2.5",
205205
"form-data": "^4.0.4"

0 commit comments

Comments
 (0)