From 60853393a2449a5c444e7f79640bfd438481a947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 22:42:32 +0000 Subject: [PATCH 1/6] Bump lodash Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../SqlDbEdgeDemo.Web/ClientApp/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/demos/azure-sql-edge-demos/Wind Turbine Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp/package-lock.json b/samples/demos/azure-sql-edge-demos/Wind Turbine Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp/package-lock.json index b8d8fc78..43d14a5d 100644 --- a/samples/demos/azure-sql-edge-demos/Wind Turbine Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp/package-lock.json +++ b/samples/demos/azure-sql-edge-demos/Wind Turbine Demo/webappsrc/SqlDbEdgeDemoWeb/SqlDbEdgeDemo.Web/ClientApp/package-lock.json @@ -8205,9 +8205,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash._reinterpolate": { "version": "3.0.0", From 9cc0cb80943ffb6de2545add2353d7d18ac4c91b Mon Sep 17 00:00:00 2001 From: Anandkumar Patel Date: Wed, 11 May 2022 15:28:38 -0700 Subject: [PATCH 2/6] nodejs/macos example:Add missing connect statement --- samples/tutorials/node.js/macOS/SqlServerSample/connect.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/tutorials/node.js/macOS/SqlServerSample/connect.js b/samples/tutorials/node.js/macOS/SqlServerSample/connect.js index 7a405b04..e4ff0cb5 100644 --- a/samples/tutorials/node.js/macOS/SqlServerSample/connect.js +++ b/samples/tutorials/node.js/macOS/SqlServerSample/connect.js @@ -20,4 +20,7 @@ connection.on('connect', function(err) { } else { console.log('Connected'); } -}); \ No newline at end of file +}); + +// Initialize the connection. +connection.connect(); From c5cc18252b2cdb384f5cfa89272e31874ed902a0 Mon Sep 17 00:00:00 2001 From: Anandkumar Patel Date: Wed, 11 May 2022 15:32:43 -0700 Subject: [PATCH 3/6] add missing connect call --- samples/tutorials/node.js/macOS/SqlServerSample/crud.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/samples/tutorials/node.js/macOS/SqlServerSample/crud.js b/samples/tutorials/node.js/macOS/SqlServerSample/crud.js index 160a28f1..4b26179b 100644 --- a/samples/tutorials/node.js/macOS/SqlServerSample/crud.js +++ b/samples/tutorials/node.js/macOS/SqlServerSample/crud.js @@ -123,7 +123,10 @@ connection.on('connect', function(err) { } else { console.log("Done!"); } - } - ) + }) } -}); \ No newline at end of file +}); + + +// Initialize the connection. +connection.connect(); From ae3693b9e0a304f685b06029a49381abfdd6ba9a Mon Sep 17 00:00:00 2001 From: Anandkumar Patel Date: Wed, 11 May 2022 15:33:49 -0700 Subject: [PATCH 4/6] add missing connect call --- .../node.js/macOS/SqlServerColumnstoreSample/columnstore.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/tutorials/node.js/macOS/SqlServerColumnstoreSample/columnstore.js b/samples/tutorials/node.js/macOS/SqlServerColumnstoreSample/columnstore.js index ff4b9902..c1e3f7da 100644 --- a/samples/tutorials/node.js/macOS/SqlServerColumnstoreSample/columnstore.js +++ b/samples/tutorials/node.js/macOS/SqlServerColumnstoreSample/columnstore.js @@ -44,4 +44,7 @@ connection.on('connect', function(err) { exec('SELECT SUM(Price) FROM Table_with_5M_rows'); }, ]); -}); \ No newline at end of file +}); + +// Initialize the connection. +connection.connect(); From 17bb5e1c317ab3dc5139b2b4377c82588ebe9ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:06:35 +0000 Subject: [PATCH 5/6] Bump Microsoft.AspNetCore.Mvc Bumps Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../json/todo-app/dotnet-rest-api/dotnet-rest-api.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/json/todo-app/dotnet-rest-api/dotnet-rest-api.csproj b/samples/features/json/todo-app/dotnet-rest-api/dotnet-rest-api.csproj index 29c2e27d..37c7be1b 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/dotnet-rest-api.csproj +++ b/samples/features/json/todo-app/dotnet-rest-api/dotnet-rest-api.csproj @@ -17,7 +17,7 @@ - + From 756892792a149cb8c7b337f74f05e2f96d73bee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 17:06:41 +0000 Subject: [PATCH 6/6] Bump Microsoft.AspNetCore.Mvc Bumps Microsoft.AspNetCore.Mvc from 1.0.3 to 1.0.4. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj b/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj index 067a5f12..c2ee2a0e 100644 --- a/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj +++ b/samples/features/json/reactjs/dotnet-comments-app/dotnet-comments-app.csproj @@ -17,7 +17,7 @@ - +