From 81087e0443aaf857538eef090784554de56b8e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:57:59 +0000 Subject: [PATCH] Update dependency @types/yargs to v17.0.24 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2203d57..3ae2f21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@beuluis/prettier-config": "2.0.1", "@types/listr": "0.14.4", "@types/node": "18.7.18", - "@types/yargs": "17.0.12", + "@types/yargs": "17.0.24", "eslint": "8.23.1", "husky": "8.0.1", "lint-staged": "13.0.3", @@ -1655,9 +1655,9 @@ } }, "node_modules/@types/yargs": { - "version": "17.0.12", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.12.tgz", - "integrity": "sha512-Nz4MPhecOFArtm81gFQvQqdV7XYCrWKx5uUt6GNHredFHn1i2mtWqXTON7EPXMtNi1qjtjEM/VCHDhcHsAMLXQ==", + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", "dev": true, "dependencies": { "@types/yargs-parser": "*" @@ -12151,9 +12151,9 @@ } }, "@types/yargs": { - "version": "17.0.12", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.12.tgz", - "integrity": "sha512-Nz4MPhecOFArtm81gFQvQqdV7XYCrWKx5uUt6GNHredFHn1i2mtWqXTON7EPXMtNi1qjtjEM/VCHDhcHsAMLXQ==", + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", "dev": true, "requires": { "@types/yargs-parser": "*" diff --git a/package.json b/package.json index 63fbfd8..c24160d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@beuluis/prettier-config": "2.0.1", "@types/listr": "0.14.4", "@types/node": "18.7.18", - "@types/yargs": "17.0.12", + "@types/yargs": "17.0.24", "eslint": "8.23.1", "husky": "8.0.1", "lint-staged": "13.0.3",