From 2a601a719b9e27c3774b252de63cabdab8f6ee3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:35:07 +0000 Subject: [PATCH] chore(deps): update dependency @types/yargs to v16.0.9 --- packages/reg-suit-cli/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/reg-suit-cli/package.json b/packages/reg-suit-cli/package.json index 554e3461..144a267d 100644 --- a/packages/reg-suit-cli/package.json +++ b/packages/reg-suit-cli/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/cp-file": "6.1.2", "@types/inquirer": "8.2.10", - "@types/yargs": "16.0.4", + "@types/yargs": "16.0.9", "reg-suit-interface": "^0.14.2", "typescript": "4.5.2" } diff --git a/yarn.lock b/yarn.lock index 65853cda..a7252a0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2909,10 +2909,10 @@ resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== -"@types/yargs@16.0.4": - version "16.0.4" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" - integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== +"@types/yargs@16.0.9": + version "16.0.9" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.9.tgz#ba506215e45f7707e6cbcaf386981155b7ab956e" + integrity sha512-tHhzvkFXZQeTECenFoRljLBYPZJ7jAVxqqtEI0qTLOmuultnFp4I9yKE17vTuhf7BkhCu7I4XuemPgikDVuYqA== dependencies: "@types/yargs-parser" "*"