Update dependency yargs to v18 (#5704)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
renovate[bot]
2025-06-18 22:01:19 +02:00
committed by GitHub
parent 6ccfb7b891
commit 51da8ae490
6 changed files with 177 additions and 28 deletions

View File

@ -2,8 +2,10 @@
const fs = require('fs');
const chalk = require('chalk');
const { argv } = require('yargs')
.env()
const { hideBin } = require('yargs/helpers');
const { argv } = require('yargs/yargs')(hideBin(process.argv))
.env('')
.options({
style: {
type: 'string',