From 91e88416f92de3a021007facf01f25ff6e592004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:47:13 +0000 Subject: [PATCH] Bump async from 3.1.0 to 3.2.2 in /gui/electron Bumps [async](https://github.com/caolan/async) from 3.1.0 to 3.2.2. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gui/electron/package.json | 2 +- gui/electron/yarn.lock | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/gui/electron/package.json b/gui/electron/package.json index 0b41236..3b2bd78 100644 --- a/gui/electron/package.json +++ b/gui/electron/package.json @@ -38,7 +38,7 @@ "afterSign": "./signature-helper/afterSignHook.js" }, "dependencies": { - "async": "^3.1.0", + "async": "^3.2.2", "cloudriglib": "link:../../lib", "electron-context-menu": "^0.13.0", "electron-log": "^3.0.6", diff --git a/gui/electron/yarn.lock b/gui/electron/yarn.lock index 72c8d25..63b6937 100644 --- a/gui/electron/yarn.lock +++ b/gui/electron/yarn.lock @@ -68,10 +68,10 @@ astral-regex@^1.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== -async@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/async/-/async-3.1.0.tgz#42b3b12ae1b74927b5217d8c0016baaf62463772" - integrity sha512-4vx/aaY6j/j3Lw3fbCHNWP0pPaTCew3F6F3hYyl/tHs/ndmV1q7NW9T5yuJ2XAGwdQrP+6Wu20x06U4APo/iQQ== +async@^3.1.0, async@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" + integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g== asynckit@^0.4.0: version "0.4.0" @@ -182,8 +182,17 @@ cli-truncate@^2.0.0: string-width "^4.1.0" "cloudriglib@link:../../lib": - version "0.0.0" - uid "" + version "0.0.1" + dependencies: + async "^3.1.0" + aws-sdk "^2.493.0" + child-process "^1.0.2" + electron-log "^3.0.6" + external-ip "^2.1.1" + jszip "^3.2.2" + moment "^2.24.0" + request "^2.88.0" + tmp "^0.1.0" code-point-at@^1.0.0: version "1.1.0"