From 9a95c7d06990c9bafd59d7002bff6e9bfd9f4efd Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Tue, 30 Jun 2020 18:32:19 -0500 Subject: [PATCH] Update @azure/cosmos SDK to 3.7.4 (#67) --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d5cc7dfb..9041c9f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@azure/cosmos": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@azure/cosmos/-/cosmos-3.7.1.tgz", - "integrity": "sha512-P/80gz4c6gAjdilOTT7TofU3Vl1Wh21+U+/d/MAIdaXhsSspL44diyl0qfLRxXiosL4yT12SGHOE9w0n3U57yA==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@azure/cosmos/-/cosmos-3.7.4.tgz", + "integrity": "sha512-IbSEadapQDajSCXj7gUc8OklkOd/oAY4w7XBLHouWc4iKQTtntb2DmGjhrbh2W5Ku+pmBSr1GTApCjQ55iIjlQ==", "requires": { "@types/debug": "^4.1.4", "debug": "^4.1.1", @@ -27,9 +27,9 @@ "integrity": "sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==" }, "uuid": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.1.0.tgz", - "integrity": "sha512-CI18flHDznR0lq54xBycOVmphdCYnQLKn8abKn7PXUiKUGdEd+/l9LWNJmugXel4hXq7S+RMNl34ecyC9TntWg==" + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.2.0.tgz", + "integrity": "sha512-CYpGiFTUrmI6OBMkAdjSDM0k5h8SkkiTP4WAjQgDgNB1S3Ou9VBEvr6q0Kv2H1mMk7IWfxYGpMH5sd5AvcIV2Q==" } } }, @@ -19159,9 +19159,9 @@ } }, "node-abort-controller": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-1.0.4.tgz", - "integrity": "sha512-7cNtLKTAg0LrW3ViS2C7UfIzbL3rZd8L0++5MidbKqQVJ8yrH6+1VRSHl33P0ZjBTbOJd37d9EYekvHyKkB0QQ==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-1.1.0.tgz", + "integrity": "sha512-dEYmUqjtbivotqjraOe8UvhT/poFfog1BQRNsZm/MSEDDESk2cQ1tvD8kGyuN07TM/zoW+n42odL8zTeJupYdQ==" }, "node-fetch": { "version": "2.6.0", diff --git a/package.json b/package.json index 2da13057f..68fec32fd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Cosmos Explorer", "main": "index.js", "dependencies": { - "@azure/cosmos": "3.7.1", + "@azure/cosmos": "3.7.4", "@azure/cosmos-language-service": "0.0.4", "@jupyterlab/services": "4.2.0", "@jupyterlab/terminal": "1.2.1",