From 827457b93cbf46b9384993bb8ddeda585fafc47a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 03:13:27 +0000 Subject: [PATCH] Update dependency @types/yargs to v17.0.28 --- 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 ea09f48..4d90a6f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/jest": "^29.5.5", "@types/node": "^18.13.0", "@types/uuid": "^9.0.5", - "@types/yargs": "17.0.26", + "@types/yargs": "17.0.28", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.50.0", diff --git a/packages/pine/package.json b/packages/pine/package.json index 65d16ff..dc5ed45 100644 --- a/packages/pine/package.json +++ b/packages/pine/package.json @@ -29,7 +29,7 @@ "license": "MIT", "devDependencies": { "@types/pify": "^5.0.2", - "@types/yargs": "^17.0.26" + "@types/yargs": "^17.0.28" }, "dependencies": { "@pinefile/utils": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index c018843..29a5c59 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.26", "@types/yargs@^17.0.26": - version "17.0.26" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.26.tgz#388e5002a8b284ad7b4599ba89920a6d74d8d79a" - integrity sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw== +"@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== dependencies: "@types/yargs-parser" "*"