diff --git a/package.json b/package.json index 72d1613..57308d1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "pathe": "^1.1.1", "release-it": "^17.0.0", "semver": "^7.5.4", - "yargs-parser": "^21.1.1" + "yargs-parser": "^22.0.0" }, "devDependencies": { "@jcamp/eslint-config": "^1.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c5b865..dd77bfe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^7.5.4 version: 7.5.4 yargs-parser: - specifier: ^21.1.1 - version: 21.1.1 + specifier: ^22.0.0 + version: 22.0.0 devDependencies: '@jcamp/eslint-config': specifier: ^1.0.4 @@ -6632,6 +6632,11 @@ packages: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} + /yargs-parser@22.0.0: + resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} + engines: {node: ^20.19.0 || ^22.12.0 || >=23} + dev: false + /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'}