From d84c95bf116d3423a4707a286d1add220a9da11a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:18:14 +0000 Subject: [PATCH] Update dependency @types/yargs to v17.0.29 --- package.json | 2 +- packages/pine/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ad14147..8942ded 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/jest": "^29.5.6", "@types/node": "^18.13.0", "@types/uuid": "^9.0.6", - "@types/yargs": "17.0.28", + "@types/yargs": "17.0.29", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.51.0", diff --git a/packages/pine/package.json b/packages/pine/package.json index d6da2a0..2c16f98 100644 --- a/packages/pine/package.json +++ b/packages/pine/package.json @@ -29,7 +29,7 @@ "license": "MIT", "devDependencies": { "@types/pify": "^5.0.3", - "@types/yargs": "^17.0.28" + "@types/yargs": "^17.0.29" }, "dependencies": { "@pinefile/utils": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 40e4aee..2ef8665 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1317,10 +1317,10 @@ resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== -"@types/yargs@17.0.28", "@types/yargs@^17.0.28": - version "17.0.28" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.28.tgz#d106e4301fbacde3d1796ab27374dd16588ec851" - integrity sha512-N3e3fkS86hNhtk6BEnc0rj3zcehaxx8QWhCROJkqpl5Zaoi7nAic3jH8q94jVD3zu5LGk+PUB6KAiDmimYOEQw== +"@types/yargs@17.0.29", "@types/yargs@^17.0.29": + version "17.0.29" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.29.tgz#06aabc72497b798c643c812a8b561537fea760cf" + integrity sha512-nacjqA3ee9zRF/++a3FUY1suHTFKZeHba2n8WeDw9cCVdmzmHpIxyzOJBcpHvvEmS8E9KqWlSnWHUkOrkhWcvA== dependencies: "@types/yargs-parser" "*"