From 9c10b8d5c669ea246ee3e2817a6190b113450e2d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Oct 2021 01:25:40 +0000 Subject: [PATCH] chore(deps): update dependency @types/yargs to v17.0.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7e19870..3097b3ef 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "yargs": "17.2.1" }, "devDependencies": { - "@types/yargs": "17.0.3" + "@types/yargs": "17.0.4" } } diff --git a/yarn.lock b/yarn.lock index 6b521e9d..1ea84613 100644 --- a/yarn.lock +++ b/yarn.lock @@ -222,10 +222,10 @@ resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9" integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA== -"@types/yargs@17.0.3": - version "17.0.3" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.3.tgz#e6c552aa3277b21a8e802019d03ee5e77894cf27" - integrity sha512-K7rm3Ke3ag/pAniBe80A6J6fjoqRibvCrl3dRmtXV9eCEt9h/pZwmHX9MzjQVUc/elneQTL4Ky7XKorC71Lmxw== +"@types/yargs@17.0.4": + version "17.0.4" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.4.tgz#d7ad5c311aaca3d7daebba169e1ecf35be97ceee" + integrity sha512-D/wihO9WFYqwsmJI0e0qS+U09wIQtYRSBJlXWjTFGjouEuOCy0BU4N/ZK5utb00S5lW/9LO7vOpvGDd8M06NvQ== dependencies: "@types/yargs-parser" "*"