From 4ea748c765a310a07de688d61ac07b18e6ab3fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:13:20 +0000 Subject: [PATCH] Bump electron from 15.2.0 to 15.5.5 in /Source/SmallBasic.Client Bumps [electron](https://github.com/electron/electron) from 15.2.0 to 15.5.5. - [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/v15.2.0...v15.5.5) --- updated-dependencies: - dependency-name: electron dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Source/SmallBasic.Client/package.json | 2 +- Source/SmallBasic.Client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/SmallBasic.Client/package.json b/Source/SmallBasic.Client/package.json index d5c36a5..95a0b93 100644 --- a/Source/SmallBasic.Client/package.json +++ b/Source/SmallBasic.Client/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "dotnet-2.0.0": "1.4.4", - "electron": "15.2.0" + "electron": "15.5.5" } } diff --git a/Source/SmallBasic.Client/yarn.lock b/Source/SmallBasic.Client/yarn.lock index 910c117..c0ab058 100644 --- a/Source/SmallBasic.Client/yarn.lock +++ b/Source/SmallBasic.Client/yarn.lock @@ -1028,10 +1028,10 @@ electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.867: resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.871.tgz" integrity sha512-qcLvDUPf8DSIMWarHT2ptgcqrYg62n3vPA7vhrOF24d8UNzbUBaHu2CySiENR3nEDzYgaN60071t0F6KLYMQ7Q== -electron@15.2.0: - version "15.2.0" - resolved "https://registry.npmjs.org/electron/-/electron-15.2.0.tgz" - integrity sha512-kg0JdlsVbJgD/hO/A7o9VH8U44pQWkIsyt/sALxH6g8CiHQxMujLn2JfB2gyUfHXPT7m8vD4Z+CurS2KodEsWw== +electron@15.5.5: + version "15.5.5" + resolved "https://registry.yarnpkg.com/electron/-/electron-15.5.5.tgz#796b7822bfb2b045b504e40657674f2869361681" + integrity sha512-cGS1ueek14WLvLJlJbId3fmqJLvkr7VuBI0hHt6gpKaj8m2iv/NMteRg0deLgwlxjEF6ZGGNerUJW6a96rNq/Q== dependencies: "@electron/get" "^1.13.0" "@types/node" "^14.6.2"