diff --git a/package.json b/package.json index f78177b3..d891dd49 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@types/sinon-chai": "3.2.5", "@types/wrap-ansi": "3.0.0", "@types/yamljs": "0.2.31", - "@types/yargs": "16.0.4", + "@types/yargs": "17.0.1", "@typescript-eslint/eslint-plugin": "4.15.2", "@typescript-eslint/parser": "4.15.2", "@yarnpkg/pnp": "2.3.2", @@ -130,7 +130,7 @@ "type-fest": "^0.21.2", "wrap-ansi": "^7.0.0", "yamljs": "^0.3.0", - "yargs": "^16.2.0" + "yargs": "^17.0.0" }, "resolutions": { "minimist": "^1.2.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2d0e7b8f..1e345bd4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ specifiers: '@types/sinon-chai': 3.2.5 '@types/wrap-ansi': 3.0.0 '@types/yamljs': 0.2.31 - '@types/yargs': 16.0.4 + '@types/yargs': 17.0.1 '@typescript-eslint/eslint-plugin': 4.15.2 '@typescript-eslint/parser': 4.15.2 '@yarnpkg/pnp': 2.3.2 @@ -67,7 +67,7 @@ specifiers: typesync: 0.8.0 wrap-ansi: ^7.0.0 yamljs: ^0.3.0 - yargs: ^16.2.0 + yargs: ^17.0.0 dependencies: ansi-split: 1.0.1 @@ -87,7 +87,7 @@ dependencies: type-fest: 0.21.2 wrap-ansi: 7.0.0 yamljs: 0.3.0 - yargs: 16.2.0 + yargs: 17.0.1 devDependencies: 0x: 4.10.2 @@ -106,7 +106,7 @@ devDependencies: '@types/sinon-chai': 3.2.5 '@types/wrap-ansi': 3.0.0 '@types/yamljs': 0.2.31 - '@types/yargs': 16.0.4 + '@types/yargs': 17.0.1 '@typescript-eslint/eslint-plugin': 4.15.2_27c0358729fde45d4ff2ef959ff692c1 '@typescript-eslint/parser': 4.15.2_eslint@7.20.0+typescript@4.2.4 '@yarnpkg/pnp': 2.3.2 @@ -1221,8 +1221,8 @@ packages: '@types/yargs-parser': 20.2.0 dev: true - /@types/yargs/16.0.4: - resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} + /@types/yargs/17.0.1: + resolution: {integrity: sha512-bGmavvJsnGi4uPUH++e3kb7G3TzRF/rB8m/OY1eH0Q2QahKgPInk3Y+b7tT7D418N08MjsXhB11nDjuqw9w3EQ==} dependencies: '@types/yargs-parser': 20.2.0 dev: true @@ -8460,6 +8460,20 @@ packages: string-width: 4.2.0 y18n: 5.0.5 yargs-parser: 20.2.6 + dev: true + + /yargs/17.0.1: + resolution: {integrity: sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==} + engines: {node: '>=12'} + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.0 + y18n: 5.0.5 + yargs-parser: 20.2.6 + dev: false /yn/3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==}