diff --git a/package-lock.json b/package-lock.json index 20af81f7..3bc38223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0-dev", "license": "Apache-2.0", "dependencies": { - "aws-crt": "1.7.1" + "aws-crt": "1.8.1" }, "devDependencies": { "@convergencelabs/typedoc-plugin-custom-modules": "^0.4.0", @@ -25,6 +25,14 @@ "integrity": "sha512-SbQ+YqdMh5nRKBDNWvVx9Hvq8xaZEDJoG98qwuWS/udrm3bK1yAwmwqt5vWwtiaDYZoUXEWro1EbxcCDU7V56w==", "dev": true }, + "node_modules/@sinonjs/commons": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", + "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "dependencies": { + "type-detect": "4.0.8" + } + }, "node_modules/@types/node": { "version": "10.17.60", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", @@ -116,6 +124,14 @@ "node": ">=0.8" } }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "engines": { + "node": ">=8" + } + }, "node_modules/async-limiter": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", @@ -127,17 +143,21 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "node_modules/aws-crt": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.7.1.tgz", - "integrity": "sha512-PByLy6ljPr4zwxQN16h2Nb62PhUCcjqg+kvpLn94iYmJekm8W6dk5pCVc0QCE7+VNMFIbaexZOymFugvMvbKzg==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.8.1.tgz", + "integrity": "sha512-yrG6CR16fMTUGM8Se6Dh1qWiJoILxuADGSBzgwOeGV5i3MUxe51uDgkX6TvJdv04ed2knQhGXrj53ebEb5qjQw==", "hasInstallScript": true, "dependencies": { + "astral-regex": "^2.0.0", "axios": "^0.21.1", "cmake-js": "^6.1.0", "crypto-js": "^3.3.0", "fastestsmallesttextencoderdecoder": "^1.0.22", "glob-parent": "^5.1.2", + "lodash.memoize": "^4.1.2", + "lolex": "^6.0.0", "mqtt": "^4.2.6", + "realpath-native": "^3.0.0", "websocket-stream": "^5.5.2" } }, @@ -1194,6 +1214,11 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, "node_modules/lodash.pad": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz", @@ -1209,6 +1234,15 @@ "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", "integrity": "sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=" }, + "node_modules/lolex": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lolex/-/lolex-6.0.0.tgz", + "integrity": "sha512-ad9IBHbfVJ3bPAotDxnCgJgKcNK5/mrRAfbJzXhY5+PEmuBWP7wyHQlA6L8TfSfPlqlDjY4K7IG6mbzsrIBx1A==", + "deprecated": "lolex has been renamed to @sinonjs/fake-timers. No API changes made. Please use the new package instead", + "dependencies": { + "@sinonjs/commons": "^1.7.0" + } + }, "node_modules/lunr": { "version": "2.3.9", "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", @@ -1565,6 +1599,15 @@ "string_decoder": "~0.10.x" } }, + "node_modules/realpath-native": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-3.0.0.tgz", + "integrity": "sha512-wo8UcDdReNSM53uPYlCfdCSQ4C6DY1wJg4tkXFMeR0unroR3Yt/VhobEk9TmGowbRwtzYmXwAERkcVI2ih0JVA==", + "deprecated": "This module is no longer needed, please use `fs.realpath.native` directly", + "engines": { + "node": ">=8" + } + }, "node_modules/rechoir": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", @@ -1920,6 +1963,14 @@ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "engines": { + "node": ">=4" + } + }, "node_modules/typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", @@ -2274,6 +2325,14 @@ "integrity": "sha512-SbQ+YqdMh5nRKBDNWvVx9Hvq8xaZEDJoG98qwuWS/udrm3bK1yAwmwqt5vWwtiaDYZoUXEWro1EbxcCDU7V56w==", "dev": true }, + "@sinonjs/commons": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", + "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "requires": { + "type-detect": "4.0.8" + } + }, "@types/node": { "version": "10.17.60", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", @@ -2357,6 +2416,11 @@ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" + }, "async-limiter": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", @@ -2368,16 +2432,20 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "aws-crt": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.7.1.tgz", - "integrity": "sha512-PByLy6ljPr4zwxQN16h2Nb62PhUCcjqg+kvpLn94iYmJekm8W6dk5pCVc0QCE7+VNMFIbaexZOymFugvMvbKzg==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.8.1.tgz", + "integrity": "sha512-yrG6CR16fMTUGM8Se6Dh1qWiJoILxuADGSBzgwOeGV5i3MUxe51uDgkX6TvJdv04ed2knQhGXrj53ebEb5qjQw==", "requires": { + "astral-regex": "^2.0.0", "axios": "^0.21.1", "cmake-js": "^6.1.0", "crypto-js": "^3.3.0", "fastestsmallesttextencoderdecoder": "^1.0.22", "glob-parent": "^5.1.2", + "lodash.memoize": "^4.1.2", + "lolex": "^6.0.0", "mqtt": "^4.2.6", + "realpath-native": "^3.0.0", "websocket-stream": "^5.5.2" } }, @@ -3235,6 +3303,11 @@ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" + }, "lodash.pad": { "version": "4.5.1", "resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz", @@ -3250,6 +3323,14 @@ "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", "integrity": "sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=" }, + "lolex": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lolex/-/lolex-6.0.0.tgz", + "integrity": "sha512-ad9IBHbfVJ3bPAotDxnCgJgKcNK5/mrRAfbJzXhY5+PEmuBWP7wyHQlA6L8TfSfPlqlDjY4K7IG6mbzsrIBx1A==", + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, "lunr": { "version": "2.3.9", "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", @@ -3559,6 +3640,11 @@ "string_decoder": "~0.10.x" } }, + "realpath-native": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/realpath-native/-/realpath-native-3.0.0.tgz", + "integrity": "sha512-wo8UcDdReNSM53uPYlCfdCSQ4C6DY1wJg4tkXFMeR0unroR3Yt/VhobEk9TmGowbRwtzYmXwAERkcVI2ih0JVA==" + }, "rechoir": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", @@ -3844,6 +3930,11 @@ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + }, "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", diff --git a/package.json b/package.json index d81bfcc2..4b3cc9cb 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "typescript": "^3.9.7" }, "dependencies": { - "aws-crt": "1.7.1" + "aws-crt": "1.8.1" } }