From 20ac2f1b98a36503f6cef06566808029c3968822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 05:47:57 +0000 Subject: [PATCH] Bump electron from 7.1.2 to 13.6.6 in /client Bumps [electron](https://github.com/electron/electron) from 7.1.2 to 13.6.6. - [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/v7.1.2...v13.6.6) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index 12df044..fb42c78 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "@types/ps-list": "^6.2.1", "@types/request": "^2.48.3", "@types/request-promise": "^4.1.45", - "electron": "^7.1.2", + "electron": "^13.6.6", "electron-builder": "^21.2.0" }, "build": { diff --git a/client/yarn.lock b/client/yarn.lock index d3f4866..be1e97a 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -92,7 +92,12 @@ dependencies: menubar "*" -"@types/node@*", "@types/node@^12.0.12", "@types/node@^12.12.12": +"@types/node@*", "@types/node@^14.6.2": + version "14.18.17" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.17.tgz#37d3c01043fd09f3f17ffa8c17062bbb580f9558" + integrity sha512-oajWz4kOajqpKJMPgnCvBajPq8QAvl2xIWoFjlAJPKGu6n7pjov5SxGE45a+0RxHDoo4ycOMoZw1SCOWtDERbw== + +"@types/node@^12.12.12": version "12.12.12" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.12.tgz#529bc3e73dbb35dd9e90b0a1c83606a9d3264bdb" integrity sha512-MGuvYJrPU0HUwqF7LqvIj50RZUX23Z+m583KBygKYUZLlZ88n6w28XRNJRJgsHukLEnLz6w6SvxZoLgbr5wLqQ== @@ -627,13 +632,13 @@ electron-publish@21.2.0: lazy-val "^1.0.4" mime "^2.4.4" -electron@*, electron@^7.1.2: - version "7.1.2" - resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.2.tgz#d1726b9e50b29e97f5f12b52feb225ba87e0640f" - integrity sha512-7hjONYt2GlQfKuKgQrhhUL1P9lbGWLBfMUq+2QFU3yeLtCvM0ROfPJCRP4OF5pVp3KDyfFp4DtmhuVzAnxV3jA== +electron@*, electron@^13.6.6: + version "13.6.6" + resolved "https://registry.yarnpkg.com/electron/-/electron-13.6.6.tgz#ebd4754b2b55d54a2e8e9cdc3d0a2bb6b7053827" + integrity sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA== dependencies: "@electron/get" "^1.0.1" - "@types/node" "^12.0.12" + "@types/node" "^14.6.2" extract-zip "^1.0.3" emoji-regex@^7.0.1: