From b54b31f156f93501467ccce6b784d6210e18b4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 17:54:39 +0000 Subject: [PATCH] chore: bump @types/yargs from 15.0.13 to 17.0.0 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 15.0.13 to 17.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) Signed-off-by: dependabot[bot] --- modules/integration-browser/package.json | 2 +- modules/integration-node/package.json | 2 +- package-lock.json | 8 +++----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/integration-browser/package.json b/modules/integration-browser/package.json index 9fd301114..bc964f143 100644 --- a/modules/integration-browser/package.json +++ b/modules/integration-browser/package.json @@ -26,7 +26,7 @@ "@trust/keyto": "^1.0.1", "@types/got": "^9.6.9", "@types/stream-to-promise": "^2.2.0", - "@types/yargs": "^15.0.3", + "@types/yargs": "^17.0.0", "@types/yauzl": "^2.9.1", "got": "^11.8.0", "jasmine-core": "^3.5.0", diff --git a/modules/integration-node/package.json b/modules/integration-node/package.json index 395a89068..6606f5a34 100644 --- a/modules/integration-node/package.json +++ b/modules/integration-node/package.json @@ -20,7 +20,7 @@ "@aws-crypto/integration-vectors": "file:../integration-vectors", "@types/got": "^9.6.9", "@types/stream-to-promise": "^2.2.0", - "@types/yargs": "^15.0.3", + "@types/yargs": "^17.0.0", "@types/yauzl": "^2.9.1", "got": "^11.8.0", "stream-to-promise": "^3.0.0", diff --git a/package-lock.json b/package-lock.json index edff7dd3b..f1538d033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -472,7 +472,6 @@ "@trust/keyto": "^1.0.1", "@types/got": "^9.6.9", "@types/stream-to-promise": "^2.2.0", - "@types/yargs": "^15.0.3", "@types/yauzl": "^2.9.1", "got": "^11.8.0", "jasmine-core": "^3.5.0", @@ -966,7 +965,6 @@ "@aws-crypto/integration-vectors": "file:modules/integration-vectors", "@types/got": "^9.6.9", "@types/stream-to-promise": "^2.2.0", - "@types/yargs": "^15.0.3", "@types/yauzl": "^2.9.1", "got": "^11.8.0", "stream-to-promise": "^3.0.0", @@ -4419,9 +4417,9 @@ "integrity": "sha512-I99sngh224D0M7XgW1s120zxCt3VYQ3IQsuw3P3jbq5GG4yc79+ZjyKznyOGIQrflfylLgcfekeZW/vk0yng6A==" }, "@types/yargs": { - "version": "15.0.13", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.13.tgz", - "integrity": "sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.0.tgz", + "integrity": "sha512-RS7u2X7vdXjVQs160PWY1pjLBw6GJj04utojn0KU8p2rRZR37FSzzK6XOT+KLzT/DVbDYRyezroc0LHIvM5Z2A==", "requires": { "@types/yargs-parser": "*" }