From ecb73f5be8fe4f93c8c62596d85a9b7ebd5ea0bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 23:20:16 +0000 Subject: [PATCH] Bump @types/yargs from 12.0.1 to 13.0.3 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 12.0.1 to 13.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) Signed-off-by: dependabot-preview[bot] --- generator/package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/generator/package.json b/generator/package.json index 5b3e65634..3d68544c0 100644 --- a/generator/package.json +++ b/generator/package.json @@ -29,7 +29,7 @@ "@types/read-pkg": "3.0.0", "@types/tmp": "^0.0.33", "@types/webpack": "^4.0.0", - "@types/yargs": "12.0.1", + "@types/yargs": "13.0.3", "jest": "23.6.0", "json2yaml": "^1.1.0", "nexe": "^2.0.0-rc.34", diff --git a/yarn.lock b/yarn.lock index f32c8944b..18b7b22f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2042,10 +2042,17 @@ "@types/events" "*" "@types/node" "*" -"@types/yargs@12.0.1": - version "12.0.1" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.1.tgz#c5ce4ad64499010ae4dc2acd9b14d49749a44233" - integrity sha512-UVjo2oH79aRNcsDlFlnQ/iJ67Jd7j6uSg7jUJP/RZ/nUjAh5ElmnwlD5K/6eGgETJUgCHkiWn91B8JjXQ6ubAw== +"@types/yargs-parser@*": + version "13.1.0" + resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228" + integrity sha512-gCubfBUZ6KxzoibJ+SCUc/57Ms1jz5NjHe4+dI2krNmU5zCPAphyLJYyTOg06ueIyfj+SaCUqmzun7ImlxDcKg== + +"@types/yargs@13.0.3": + version "13.0.3" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-13.0.3.tgz#76482af3981d4412d65371a318f992d33464a380" + integrity sha512-K8/LfZq2duW33XW/tFwEAfnZlqIfVsoyRB3kfXdPXYhl0nfM8mmh7GS0jg7WrX2Dgq/0Ha/pR1PaR+BvmWwjiQ== + dependencies: + "@types/yargs-parser" "*" "@types/yargs@^11.1.0": version "11.1.2"