From 53a36e3ac203291494120604d416b6de59177cac Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Mon, 28 Jun 2021 07:56:51 -0700 Subject: [PATCH] Crt update to pull in Mac SNI fix (#169) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bc38223..b46447ed 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.8.1" + "aws-crt": "1.8.2" }, "devDependencies": { "@convergencelabs/typedoc-plugin-custom-modules": "^0.4.0", @@ -143,9 +143,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "node_modules/aws-crt": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.8.1.tgz", - "integrity": "sha512-yrG6CR16fMTUGM8Se6Dh1qWiJoILxuADGSBzgwOeGV5i3MUxe51uDgkX6TvJdv04ed2knQhGXrj53ebEb5qjQw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.8.2.tgz", + "integrity": "sha512-VXg2IeVG67nhj2mCvDjSNj6p5lvKTElnSfJYjjjWNt92xKcCyffUuz+cLVmM4BeoYmi3XztNiyGeG27dGHOVtw==", "hasInstallScript": true, "dependencies": { "astral-regex": "^2.0.0", @@ -2432,9 +2432,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "aws-crt": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.8.1.tgz", - "integrity": "sha512-yrG6CR16fMTUGM8Se6Dh1qWiJoILxuADGSBzgwOeGV5i3MUxe51uDgkX6TvJdv04ed2knQhGXrj53ebEb5qjQw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.8.2.tgz", + "integrity": "sha512-VXg2IeVG67nhj2mCvDjSNj6p5lvKTElnSfJYjjjWNt92xKcCyffUuz+cLVmM4BeoYmi3XztNiyGeG27dGHOVtw==", "requires": { "astral-regex": "^2.0.0", "axios": "^0.21.1", diff --git a/package.json b/package.json index 4b3cc9cb..47bbb632 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "typescript": "^3.9.7" }, "dependencies": { - "aws-crt": "1.8.1" + "aws-crt": "1.8.2" } }