Skip to content

Commit 9b27ee2

Browse files
authored
fix(inspect): Update playwright to 1 57 (#3215)
Update Playwright to 1.57 I've also ran `npm audit fix` to fix minor security vulnerabilities related to our linting tools. Signed-off-by: Mark Redeman <[email protected]>
1 parent c0af0a0 commit 9b27ee2

File tree

3 files changed

+53
-47
lines changed

3 files changed

+53
-47
lines changed

.github/workflows/geti-inspect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
timeout-minutes: 60
243243
runs-on: ubuntu-latest
244244
container:
245-
image: mcr.microsoft.com/playwright:v1.54.0-noble
245+
image: mcr.microsoft.com/playwright:v1.57.0-jammy@sha256:6aca677c27a967caf7673d108ac67ffaf8fed134f27e17b27a05464ca0ace831
246246
steps:
247247
- name: Install git lfs
248248
run: apt-get update && apt-get install git-lfs

application/ui/package-lock.json

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

application/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
5858
"@msw/playwright": "^0.4.2",
5959
"@mswjs/source": "^0.4.1",
60-
"@playwright/test": "^1.54.1",
60+
"@playwright/test": "^1.57.0",
6161
"@rsbuild/core": "^1.3.14",
6262
"@rsbuild/plugin-babel": "^1.0.6",
6363
"@rsbuild/plugin-react": "^1.3.0",

0 commit comments

Comments
 (0)