From f38445f25ed68cde734ea5a26a04b8ecf26220ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:26:36 +0000 Subject: [PATCH] build(deps-dev): bump electron from 32.0.1 to 32.0.2 Bumps [electron](https://github.com/electron/electron) from 32.0.1 to 32.0.2. - [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/v32.0.1...v32.0.2) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/playwright/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 9509c033b..03a23afd2 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -12,7 +12,7 @@ "@playwright/test": "^1.46.1", "@podman-desktop/tests-playwright": "1.12.0", "@types/node": "^20", - "electron": "^32.0.1", + "electron": "^32.0.2", "typescript": "^5.5.4", "vitest": "^2.0.5", "xvfb-maybe": "^0.2.1" diff --git a/yarn.lock b/yarn.lock index 851bc46de..1ccf3698f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3247,10 +3247,10 @@ electron-to-chromium@^1.5.4: resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343" integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA== -electron@^32.0.1: - version "32.0.1" - resolved "https://registry.yarnpkg.com/electron/-/electron-32.0.1.tgz#8bfc186b81a645c6b3b12f91e71db4231fd0c934" - integrity sha512-5Hd5Jaf9niYVR2hZxoRd3gOrcxPOxQV1XPV5WaoSfT9jLJHFadhlKtuSDIk3U6rQZke+aC7GqPPAv55nWFCMsA== +electron@^32.0.2: + version "32.0.2" + resolved "https://registry.yarnpkg.com/electron/-/electron-32.0.2.tgz#ea0682fa719dfc2f91b026a54bab2fd25a9a9324" + integrity sha512-nmZblq8wW3HZ17MAyaUuiMI9Mb0Cgc7UR3To85h/rVopbfyF5s34NxtK4gvyRfYPxpDGP4k+HoQIPniPPrdE3w== dependencies: "@electron/get" "^2.0.0" "@types/node" "^20.9.0"