From cd166b9a1866de0bc60715de951e6d75b45908d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 13:24:35 +0000 Subject: [PATCH] chore: bump @types/yargs from 15.0.13 to 17.0.1 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 15.0.13 to 17.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) --- updated-dependencies: - dependency-name: "@types/yargs" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/integration-browser/package.json | 2 +- modules/integration-node/package.json | 2 +- package-lock.json | 14 ++++++-------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/modules/integration-browser/package.json b/modules/integration-browser/package.json index 9fd301114..a0ea2f50d 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.1", "@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..efadcf369 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.1", "@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..5e4647bae 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,17 +4417,17 @@ "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.1", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.1.tgz", + "integrity": "sha512-bGmavvJsnGi4uPUH++e3kb7G3TzRF/rB8m/OY1eH0Q2QahKgPInk3Y+b7tT7D418N08MjsXhB11nDjuqw9w3EQ==", "requires": { "@types/yargs-parser": "*" } }, "@types/yargs-parser": { - "version": "20.2.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.0.tgz", - "integrity": "sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==" + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz", + "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" }, "@types/yauzl": { "version": "2.9.1",