From 84b3e5cbfee3630a0542ffe13ba830a4884ddc7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:41:17 -0300 Subject: [PATCH] chore(deps) Update Tauri JS CLI (major) (#2584) Co-authored-by: Lucas Nogueira Co-authored-by: lucasfernog Co-authored-by: Ngo Iok Ui (Wu Yu Wei) Co-authored-by: david Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: chip Co-authored-by: Renovate Bot --- tooling/cli.js/package.json | 4 ++-- tooling/cli.js/yarn.lock | 27 ++++++++++----------------- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/tooling/cli.js/package.json b/tooling/cli.js/package.json index 84a2bc948..7e2e81c3a 100644 --- a/tooling/cli.js/package.json +++ b/tooling/cli.js/package.json @@ -64,7 +64,7 @@ "minimist": "1.2.5", "ms": "2.1.3", "png2icons": "2.0.1", - "read-chunk": "4.0.0", + "read-chunk": "4.0.2", "semver": "7.3.5", "sharp": "0.29.0", "update-notifier": "5.1.0" @@ -84,7 +84,7 @@ "@types/global-agent": "2.1.1", "@types/imagemin": "7.0.1", "@types/imagemin-optipng": "5.2.1", - "@types/inquirer": "7.3.3", + "@types/inquirer": "8.1.1", "@types/ms": "0.7.31", "@types/semver": "7.3.8", "@types/sharp": "0.28.5", diff --git a/tooling/cli.js/yarn.lock b/tooling/cli.js/yarn.lock index 704ae0da2..4bffe8f48 100644 --- a/tooling/cli.js/yarn.lock +++ b/tooling/cli.js/yarn.lock @@ -1559,13 +1559,13 @@ dependencies: "@types/node" "*" -"@types/inquirer@7.3.3": - version "7.3.3" - resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-7.3.3.tgz#92e6676efb67fa6925c69a2ee638f67a822952ac" - integrity sha512-HhxyLejTHMfohAuhRun4csWigAMjXTmRyiJTU1Y/I1xmggikFMkOUoMQRlFm+zQcPEGHSs3io/0FAmNZf8EymQ== +"@types/inquirer@8.1.1": + version "8.1.1" + resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.1.1.tgz#885e39b53ed3fe3ea48de416aaeeb02e8253e1f7" + integrity sha512-01diGjEMJjyTCOXwlnhEQcNH8LYRzy3zpqk19WxKBKmV1nt9yAmpNNS577OWAVhekAesULxIkG1PwsCvjqWYKA== dependencies: "@types/through" "*" - rxjs "^6.4.0" + rxjs "^7.2.0" "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": version "2.0.3" @@ -6067,10 +6067,10 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -read-chunk@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-4.0.0.tgz#72227db5545c2b20a3cc3a203621da056c17b16e" - integrity sha512-uqg/A1atQg5hHDqNVMEBBPDdW6fIWcrrfcP6bjRbmATLfGZOBdYVi+nJQtqk8FGJBMnbjQ8g6/S7vJv7HoC6EQ== +read-chunk@4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/read-chunk/-/read-chunk-4.0.2.tgz#a2bb5fda9370b5967268011c73ce4fe33021497a" + integrity sha512-MwxmBiv62Dp+xbkm77q/WxeBMa6DfK8ad59OtdSsKSgUCK8mATQeA4RG7bmuUyXu2efSraZL21h0SI5k6wEVdA== dependencies: pify "^5.0.0" @@ -6351,13 +6351,6 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rxjs@^6.4.0: - version "6.6.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" - integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== - dependencies: - tslib "^1.9.0" - rxjs@^7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.2.0.tgz#5cd12409639e9514a71c9f5f9192b2c4ae94de31" @@ -7068,7 +7061,7 @@ tslib@2.3.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== -tslib@^1.8.1, tslib@^1.9.0: +tslib@^1.8.1: version "1.14.1" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==