From d002d630d56ea924d628000ffb662bbd4bf89a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 7 Feb 2019 16:00:33 +0000 Subject: [PATCH] fix(deps): update dependency @google-cloud/datastore to v3 --- appengine/datastore/package.json | 2 +- functions/datastore/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/datastore/package.json b/appengine/datastore/package.json index 47bde5747f..89808c43c7 100644 --- a/appengine/datastore/package.json +++ b/appengine/datastore/package.json @@ -18,7 +18,7 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/datastore": "2.0.0", + "@google-cloud/datastore": "3.0.1", "express": "4.16.4" }, "devDependencies": { diff --git a/functions/datastore/package.json b/functions/datastore/package.json index d7bc7f62a7..c2a7ca720b 100644 --- a/functions/datastore/package.json +++ b/functions/datastore/package.json @@ -17,7 +17,7 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/datastore": "2.0.0", + "@google-cloud/datastore": "3.0.1", "supertest": "^3.0.0" }, "devDependencies": {