From 3ceb7dc074a294969aa17484376852b9e4a58ab4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 20 Feb 2019 01:40:36 +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 47bde5747fe..9e3182adff8 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.1.1", "express": "4.16.4" }, "devDependencies": { diff --git a/functions/datastore/package.json b/functions/datastore/package.json index d7bc7f62a77..86c45b24700 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.1.1", "supertest": "^3.0.0" }, "devDependencies": {