diff --git a/run/helloworld/package.json b/run/helloworld/package.json index 50ae6e0245..91938b2ae3 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -20,7 +20,7 @@ "devDependencies": { "google-auth-library": "^8.0.0", "got": "^11.0.0", - "mocha": "^10.0.0", + "mocha": "^10.2.0", "supertest": "^6.0.0" } } diff --git a/run/websockets/package.json b/run/websockets/package.json index 2aaf9321e5..b229b5c81a 100644 --- a/run/websockets/package.json +++ b/run/websockets/package.json @@ -1,6 +1,6 @@ { "name": "websockets", - "description": "Node.js websockets sample for Cloud Run", + "description": "Node.js websockets sample for Cloud Run trivial change", "version": "0.0.1", "private": true, "license": "Apache Version 2.0",