diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 19ec6ec0..77ae850e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -271,8 +271,8 @@ importers: specifier: ^20 version: 20.16.5 electron: - specifier: ^33.0.2 - version: 33.0.2 + specifier: ^33.1.0 + version: 33.1.0 typescript: specifier: ^5.6.3 version: 5.6.3 @@ -2206,8 +2206,8 @@ packages: electron-to-chromium@1.5.13: resolution: {integrity: sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==} - electron@33.0.2: - resolution: {integrity: sha512-C2WksfP0COsMHbYXSJG68j6S3TjuGDrw/YT42B526yXalIlNQZ2GeAYKryg6AEMkIp3p8TUfDRD0+HyiyCt/nw==} + electron@33.1.0: + resolution: {integrity: sha512-7KiY6MtRo1fVFLPGyHS7Inh8yZfrbUTy43nNwUgMD2CBk729BgSwOC2WhmcptNJVlzHJpVxSWkiVi2hp9mH/bw==} engines: {node: '>= 12.20.55'} hasBin: true @@ -6579,7 +6579,7 @@ snapshots: electron-to-chromium@1.5.13: {} - electron@33.0.2: + electron@33.1.0: dependencies: '@electron/get': 2.0.3 '@types/node': 20.17.6 diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 157923c6..d1b323e1 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -13,7 +13,7 @@ "@playwright/test": "^1.48.2", "@podman-desktop/tests-playwright": "^1.14.1", "@types/node": "^20", - "electron": "^33.0.2", + "electron": "^33.1.0", "typescript": "^5.6.3", "vitest": "^2.0.2", "xvfb-maybe": "^0.2.1"