From d31f4343fa98e2a9c5d5ac449ecc81dd93452631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:12:52 +0000 Subject: [PATCH] build(deps-dev): bump electron from 34.1.0 to 34.1.1 Bumps [electron](https://github.com/electron/electron) from 34.1.0 to 34.1.1. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v34.1.0...v34.1.1) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 15 +++++---------- tests/playwright/package.json | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28b27f944..ded012dc6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -288,8 +288,8 @@ importers: specifier: ^20 version: 20.17.17 electron: - specifier: ^34.1.0 - version: 34.1.0 + specifier: ^34.1.1 + version: 34.1.1 typescript: specifier: ^5.7.3 version: 5.7.3 @@ -2407,8 +2407,8 @@ packages: electron-to-chromium@1.5.38: resolution: {integrity: sha512-VbeVexmZ1IFh+5EfrYz1I0HTzHVIlJa112UEWhciPyeOcKJGeTv6N8WnG4wsQB81DGCaVEGhpSb6o6a8WYFXXg==} - electron@34.1.0: - resolution: {integrity: sha512-ZUid8XrGPA0dfes97PPADc8ecWOUX/qYRNp1glze9coZLEYc+PsMvgjVDCHSvjfHfiI+V3unwngSVpBouX71YQ==} + electron@34.1.1: + resolution: {integrity: sha512-1aDYk9Gsv1/fFeClMrxWGoVMl7uCUgl1pe26BiTnLXmAoqEXCa3f3sCKFWV+cuDzUjQGAZcpkWhGYTgWUSQrLA==} engines: {node: '>= 12.20.55'} hasBin: true @@ -4508,9 +4508,6 @@ packages: os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android] hasBin: true - tailwindcss@4.0.3: - resolution: {integrity: sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==} - tailwindcss@4.0.4: resolution: {integrity: sha512-/ezDLEkOLf1lXkr9F2iI5BHJbexJpty5zkV2B8bGHCqAdbc9vk85Jgdkq+ZOvNkNPa3yAaqJ8DjRt584Bc84kw==} @@ -7265,7 +7262,7 @@ snapshots: electron-to-chromium@1.5.38: {} - electron@34.1.0: + electron@34.1.1: dependencies: '@electron/get': 2.0.3 '@types/node': 20.17.17 @@ -9532,8 +9529,6 @@ snapshots: systeminformation@5.25.11: {} - tailwindcss@4.0.3: {} - tailwindcss@4.0.4: {} tapable@2.2.1: {} diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 676587957..792d5d8f6 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -12,7 +12,7 @@ "@playwright/test": "^1.50.1", "@podman-desktop/tests-playwright": "1.16.1", "@types/node": "^20", - "electron": "^34.1.0", + "electron": "^34.1.1", "typescript": "^5.7.3", "vitest": "^2.1.8", "xvfb-maybe": "^0.2.1"