From 9ba7f6d602312a41ffaa3e36a1510b9528b0e281 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:11:48 +0100 Subject: [PATCH] fix(deps): update dependency yargs to ~17.7.0 (#991) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bddaa457..9d8ee82e 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/pg": "^8.0.0", "decamelize": "^5.0.0", "mkdirp": "~1.0.0", - "yargs": "~17.3.0" + "yargs": "~17.7.0" }, "devDependencies": { "@eslint-types/prettier": "5.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0574f22e..dc4d7b5c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ~1.0.0 version: 1.0.4 yargs: - specifier: ~17.3.0 - version: 17.3.1 + specifier: ~17.7.0 + version: 17.7.2 devDependencies: '@eslint-types/prettier': @@ -1255,6 +1255,16 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + dev: true + + /cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: false /clone-response@1.0.3: resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} @@ -4438,11 +4448,11 @@ packages: yargs-parser: 20.2.4 dev: true - /yargs@17.3.1: - resolution: {integrity: sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==} + /yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} dependencies: - cliui: 7.0.4 + cliui: 8.0.1 escalade: 3.1.2 get-caller-file: 2.0.5 require-directory: 2.1.1