From e4b3e8708d47babbd5b2879c5da20007be6df204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 16:02:39 +0000 Subject: [PATCH] Bump @electron/universal from 1.2.1 to 1.3.0 Bumps [@electron/universal](https://github.com/electron/universal) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/electron/universal/releases) - [Changelog](https://github.com/electron/universal/blob/master/.releaserc.json) - [Commits](https://github.com/electron/universal/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: "@electron/universal" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1c1dceb..ff92038b 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "@babel/plugin-transform-runtime": "^7.18.5", "@babel/preset-env": "^7.16.11", "@babel/runtime": "7.18.3", - "@electron/universal": "^1.2.1", + "@electron/universal": "^1.3.0", "@types/auto-launch": "^5.0.2", "@types/electron-json-storage": "^4.5.0", "@types/i18next": "^13.0.0", diff --git a/yarn.lock b/yarn.lock index 98bd1c69..9ad3add9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1169,10 +1169,10 @@ minimatch "^3.0.4" plist "^3.0.4" -"@electron/universal@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.2.1.tgz#3c2c4ff37063a4e9ab1e6ff57db0bc619bc82339" - integrity sha512-7323HyMh7KBAl/nPDppdLsC87G6RwRU02dy5FPeGB1eS7rUePh55+WNWiDPLhFQqqVPHzh77M69uhmoT8XnwMQ== +"@electron/universal@^1.2.1", "@electron/universal@^1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.3.0.tgz#5854e41cf5bac03f4a78b9282358661fd0a66d4e" + integrity sha512-6SAIlMZZRj1qpe3z3qhMWf3fmqhAdzferiQ5kpspCI9sH1GjkzRXY0RLaz0ktHtYonOj9XMpXNkhDy7QQagQEg== dependencies: "@malept/cross-spawn-promise" "^1.1.0" asar "^3.1.0"