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": "*" }