From 5850ab0bec52123d509e0715fbddc47739a48403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 20:06:59 +0000 Subject: [PATCH] chore: bump @types/yargs from 15.0.14 to 17.0.3 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 15.0.14 to 17.0.3. - [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-node/package.json | 2 +- package-lock.json | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/integration-node/package.json b/modules/integration-node/package.json index 49ce5daa6..0ac22cbfb 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.3", "got": "^11.8.0", "stream-to-promise": "^3.0.0", "tslib": "^2.3.0", diff --git a/package-lock.json b/package-lock.json index 6ab2330d1..4462aaa53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -939,7 +939,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", "got": "^11.8.0", "stream-to-promise": "^3.0.0", "tslib": "^2.3.0", @@ -4470,9 +4469,9 @@ "integrity": "sha512-Y0K95ThC3esLEYD6ZuqNek29lNX2EM1qxV8y2FTLUB0ff5wWrk7az+mLrnNFUnaXcgKye22+sFBRXOgpPILZNg==" }, "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.3.tgz", + "integrity": "sha512-K7rm3Ke3ag/pAniBe80A6J6fjoqRibvCrl3dRmtXV9eCEt9h/pZwmHX9MzjQVUc/elneQTL4Ky7XKorC71Lmxw==", "requires": { "@types/yargs-parser": "*" }