From b705a39ac2a13437e260c3eb4299eec8910456de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Dec 2022 23:02:20 +0000 Subject: [PATCH] Bump qs from 6.5.2 to 6.5.3 in /gui/electron Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] --- gui/electron/yarn.lock | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/gui/electron/yarn.lock b/gui/electron/yarn.lock index 72c8d25..67e4b30 100644 --- a/gui/electron/yarn.lock +++ b/gui/electron/yarn.lock @@ -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" @@ -1028,9 +1037,9 @@ pupa@^1.0.0: integrity sha1-mpVopa9+ZXuEYqbp1TKHQ1YM7/Y= qs@~6.5.2: - version "6.5.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== + version "6.5.3" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad" + integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA== querystring@0.2.0: version "0.2.0"