diff --git a/desktop/package.json b/desktop/package.json index 2665fdffd..2e30d0b06 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -121,7 +121,7 @@ "@types/uuid": "^8.0.0", "@types/which": "^2.0.0", "@types/ws": "^7.4.2", - "@types/yargs": "^15.0.11", + "@types/yargs": "^16.0.1", "@types/yazl": "^2.4.2", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 4680e4b65..1de32f25e 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2948,13 +2948,20 @@ dependencies: "@types/yargs-parser" "*" -"@types/yargs@^15.0.0", "@types/yargs@^15.0.11", "@types/yargs@^15.0.13": +"@types/yargs@^15.0.0", "@types/yargs@^15.0.13": version "15.0.13" resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc" integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ== dependencies: "@types/yargs-parser" "*" +"@types/yargs@^16.0.1": + version "16.0.1" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.1.tgz#5fc5d41f69762e00fbecbc8d4bf9dea47d8726f4" + integrity sha512-x4HABGLyzr5hKUzBC9dvjciOTm11WVH1NWonNjGgxapnTHu5SWUqyqn0zQ6Re0yQU0lsQ6ztLCoMAKDGZflyxA== + dependencies: + "@types/yargs-parser" "*" + "@types/yauzl@^2.9.1": version "2.9.1" resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.9.1.tgz#d10f69f9f522eef3cf98e30afb684a1e1ec923af"