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": {