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

@ -4,7 +4,7 @@ const path = require('path');
const graphlib = require('graphlib');
const match = require('micromatch');
const { findAll } = require('solidity-ast/utils');
const { _: artifacts } = require('yargs').argv;
const { _: artifacts } = require('yargs/yargs')().argv;
// files to skip
const skipPatterns = ['contracts-exposed/**', 'contracts/mocks/**'];