From 6df4dd746485f2139bd8cf59050e060e89f61dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 13:23:09 +0000 Subject: [PATCH] chore: bump @types/yargs from 15.0.14 to 17.0.4 Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) from 15.0.14 to 17.0.4. - [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..8822eb8ee 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.4", "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..13dab8203 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.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.4.tgz", + "integrity": "sha512-D/wihO9WFYqwsmJI0e0qS+U09wIQtYRSBJlXWjTFGjouEuOCy0BU4N/ZK5utb00S5lW/9LO7vOpvGDd8M06NvQ==", "requires": { "@types/yargs-parser": "*" }