diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index cd4081d529..b652092b60 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -13,15 +13,15 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.js" }, "dependencies": { - "@google-cloud/aiplatform": "^3.0.0", - "@google-cloud/bigquery": "^7.0.0", + "@google-cloud/aiplatform": "^6.0.0", + "@google-cloud/bigquery": "^8.0.0", "@google-cloud/storage": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0", + "sinon": "^22.0.0" } } diff --git a/appengine/analytics/package.json b/appengine/analytics/package.json index 6601ad1c21..ffcb9b4c2d 100644 --- a/appengine/analytics/package.json +++ b/appengine/analytics/package.json @@ -11,7 +11,7 @@ }, "type": "module", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "start": "node app.js", @@ -19,12 +19,12 @@ "test": "npm run system-test" }, "dependencies": { - "express": "^4.16.4", + "express": "^5.0.0", "node-fetch": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/building-an-app/build/package.json b/appengine/building-an-app/build/package.json index e73a78d1b2..5bad49f26b 100644 --- a/appengine/building-an-app/build/package.json +++ b/appengine/building-an-app/build/package.json @@ -19,11 +19,11 @@ "author": "Google Inc.", "license": "Apache-2.0", "dependencies": { - "express": "^4.18.2" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/building-an-app/update/package.json b/appengine/building-an-app/update/package.json index c320fc6474..394a691d49 100644 --- a/appengine/building-an-app/update/package.json +++ b/appengine/building-an-app/update/package.json @@ -14,18 +14,18 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x.x" + "node": "24.x" }, "author": "Google Inc.", "license": "Apache-2.0", "dependencies": { - "express": "^4.18.2" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/datastore/package.json b/appengine/datastore/package.json index 49cf16bb96..a3e7d1c2be 100644 --- a/appengine/datastore/package.json +++ b/appengine/datastore/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "start": "node app.js", @@ -18,12 +18,12 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/datastore": "^9.0.0", - "express": "^4.16.4" + "@google-cloud/datastore": "^10.0.0", + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index e302c18171..6c519a8344 100644 --- a/appengine/endpoints/package.json +++ b/appengine/endpoints/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "deploy": "gcloud app deploy", @@ -19,14 +19,14 @@ "test": "npm run unit-test" }, "dependencies": { - "express": "^4.16.4" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/hello-world/flexible/package.json b/appengine/hello-world/flexible/package.json index 0a4ed0ec62..ecd73d2964 100644 --- a/appengine/hello-world/flexible/package.json +++ b/appengine/hello-world/flexible/package.json @@ -17,11 +17,11 @@ "test": "c8 mocha -p -j 2 --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/hello-world/standard/package.json b/appengine/hello-world/standard/package.json index 9746fa5b43..e8abb31ba9 100644 --- a/appengine/hello-world/standard/package.json +++ b/appengine/hello-world/standard/package.json @@ -17,11 +17,11 @@ "test": "c8 mocha -p -j 2 --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/memcached/package.json b/appengine/memcached/package.json index 264c3499db..ed1d69306e 100644 --- a/appengine/memcached/package.json +++ b/appengine/memcached/package.json @@ -6,20 +6,20 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "start": "node app.js", "test": "c8 mocha -p -j 2 --exit test/*.test.js" }, "dependencies": { - "express": "^4.16.4", + "express": "^5.0.0", "memjs": "^1.2.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "wait-port": "^1.0.4" } } diff --git a/appengine/metadata/flexible/package.json b/appengine/metadata/flexible/package.json index 4ff62dd3db..d4809c205e 100644 --- a/appengine/metadata/flexible/package.json +++ b/appengine/metadata/flexible/package.json @@ -18,12 +18,12 @@ "test": "npm run system-test" }, "dependencies": { - "express": "^4.17.1", + "express": "^5.0.0", "node-fetch": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/metadata/standard/package.json b/appengine/metadata/standard/package.json index 7e4535ebc1..53d49f4039 100644 --- a/appengine/metadata/standard/package.json +++ b/appengine/metadata/standard/package.json @@ -11,19 +11,19 @@ }, "type": "module", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "system-test": "c8 mocha -p -j 2 --exit test/*.test.js", "test": "npm run system-test" }, "dependencies": { - "express": "^4.17.1", + "express": "^5.0.0", "node-fetch": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index 95657ab8d9..b9e2c936df 100644 --- a/appengine/pubsub/package.json +++ b/appengine/pubsub/package.json @@ -6,25 +6,25 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "start": "node app.js", "test": "c8 mocha -p -j 2 test/*.test.js --timeout=30000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "express": "^4.17.1", - "google-auth-library": "^9.0.0", + "@google-cloud/pubsub": "^5.0.0", + "express": "^5.0.0", + "google-auth-library": "^10.0.0", "pug": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", + "c8": "^12.0.0", + "chai": "^6.0.0", "jsonwebtoken": "^9.0.0", - "mocha": "^10.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/static-files/package.json b/appengine/static-files/package.json index 9445aee77f..b8bf3bcfa3 100644 --- a/appengine/static-files/package.json +++ b/appengine/static-files/package.json @@ -6,19 +6,19 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "start": "node app.js", "test": "c8 mocha -p -j 2 --exit test/*.test.js --url localhost:8080/static/main.css" }, "dependencies": { - "express": "^4.16.4", + "express": "^5.0.0", "pug": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/storage/flexible/package.json b/appengine/storage/flexible/package.json index 3efffce5ce..36ef46647a 100644 --- a/appengine/storage/flexible/package.json +++ b/appengine/storage/flexible/package.json @@ -10,20 +10,20 @@ }, "dependencies": { "@google-cloud/storage": "^7.0.0", - "express": "^4.18.2", + "express": "^5.0.0", "multer": "^2.1.1", "pug": "^3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/multer": "^1.4.7", + "@types/express": "^5.0.0", + "@types/multer": "^2.0.0", "@types/proxyquire": "^1.3.28", - "@types/supertest": "^6.0.0", - "@types/uuid": "^10.0.0", - "c8": "^10.0.0", - "mocha": "^10.2.0", + "@types/supertest": "^7.0.0", + "@types/uuid": "^11.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/appengine/storage/standard/package.json b/appengine/storage/standard/package.json index 273b7553ed..2c189712de 100644 --- a/appengine/storage/standard/package.json +++ b/appengine/storage/standard/package.json @@ -10,20 +10,20 @@ }, "dependencies": { "@google-cloud/storage": "^7.0.0", - "express": "^4.18.2", + "express": "^5.0.0", "multer": "^2.1.1", "pug": "^3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/multer": "^1.4.7", + "@types/express": "^5.0.0", + "@types/multer": "^2.0.0", "@types/proxyquire": "^1.3.28", - "@types/supertest": "^6.0.0", - "@types/uuid": "^10.0.0", - "c8": "^10.0.0", - "mocha": "^10.2.0", + "@types/supertest": "^7.0.0", + "@types/uuid": "^11.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/appengine/typescript/package.json b/appengine/typescript/package.json index be65b8723b..37454a31fc 100644 --- a/appengine/typescript/package.json +++ b/appengine/typescript/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "prepare": "npm run gcp-build", @@ -23,16 +23,16 @@ }, "dependencies": { "@typescript-eslint/parser": "^8.0.0", - "express": "^4.16.3" + "express": "^5.0.0" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "gts": "^5.0.0", - "mocha": "^10.2.0", - "typescript": "^5.0.0", + "@types/express": "^5.0.0", + "@types/node": "^24.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", + "typescript": "^7.0.0", "wait-port": "^1.0.0" } } diff --git a/appengine/websockets/package.json b/appengine/websockets/package.json index 411bf073d1..641916f33d 100644 --- a/appengine/websockets/package.json +++ b/appengine/websockets/package.json @@ -15,14 +15,14 @@ "e2e-test": "samples test deploy" }, "dependencies": { - "express": "^4.15.4", + "express": "^5.0.0", "pug": "^3.0.0", "socket.io": "4.7.2", "supertest": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "puppeteer": "^23.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "puppeteer": "^25.0.0" } } diff --git a/asset/snippets/package.json b/asset/snippets/package.json index 9162faa851..fe0cbfa3f5 100644 --- a/asset/snippets/package.json +++ b/asset/snippets/package.json @@ -16,18 +16,18 @@ "test": "c8 mocha -p -j 2 test --timeout 600000" }, "dependencies": { - "@google-cloud/asset": "^5.0.0", - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/compute": "^4.0.0", - "@google-cloud/resource-manager": "^5.0.0", + "@google-cloud/asset": "^6.0.0", + "@google-cloud/bigquery": "^8.0.0", + "@google-cloud/compute": "^6.0.0", + "@google-cloud/resource-manager": "^6.0.0", "@google-cloud/storage": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "gts": "^5.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", + "uuid": "^14.0.0" } } diff --git a/auth/customcredentials/aws/Dockerfile b/auth/customcredentials/aws/Dockerfile index 7f8e9cc0b3..e9c5043c7a 100644 --- a/auth/customcredentials/aws/Dockerfile +++ b/auth/customcredentials/aws/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-slim +FROM node:24-slim WORKDIR /app diff --git a/auth/package.json b/auth/package.json index 0da4ec5c44..81f52dae06 100644 --- a/auth/package.json +++ b/auth/package.json @@ -25,13 +25,13 @@ "@google-cloud/storage": "^7.18.0", "dotenv": "^17.0.0", "fix": "0.0.6", - "gaxios": "^6.0.0", - "google-auth-library": "^9.0.0", - "yargs": "^17.0.0" + "gaxios": "^7.0.0", + "google-auth-library": "^10.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/automl/package.json b/automl/package.json index f865c3a8fe..a960a8a708 100644 --- a/automl/package.json +++ b/automl/package.json @@ -16,14 +16,14 @@ "!test/" ], "dependencies": { - "@google-cloud/automl": "^4.0.0", - "mathjs": "^13.0.0" + "@google-cloud/automl": "^5.0.0", + "mathjs": "^15.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/batch/package.json b/batch/package.json index 236e107693..8e040f6d66 100644 --- a/batch/package.json +++ b/batch/package.json @@ -14,15 +14,15 @@ "publish": "echo 'sample test; do not publish'" }, "dependencies": { - "@google-cloud/batch": "^1.0.0" + "@google-cloud/batch": "^2.0.0" }, "devDependencies": { - "@google-cloud/compute": "^4.0.0", - "@google-cloud/resource-manager": "^5.0.0", + "@google-cloud/compute": "^6.0.0", + "@google-cloud/resource-manager": "^6.0.0", "@google-cloud/storage": "^7.0.0", "@types/mocha": "^10.0.7", - "c8": "^10.0.0", - "mocha": "^10.0.0", - "nanoid": "^3.3.7" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "nanoid": "^6.0.0" } } diff --git a/bigquery/cloud-client/package.json b/bigquery/cloud-client/package.json index fb97277d3a..fd00bf7eba 100644 --- a/bigquery/cloud-client/package.json +++ b/bigquery/cloud-client/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google LLC", "engines": { - "node": "20.x" + "node": "24.x" }, "scripts": { "deploy": "gcloud app deploy", @@ -15,12 +15,12 @@ "test": "npm run unit-test" }, "dependencies": { - "@google-cloud/bigquery": "7.9.2" + "@google-cloud/bigquery": "8.3.1" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/cloud-language/package.json b/cloud-language/package.json index 87002ccdea..c17282b629 100644 --- a/cloud-language/package.json +++ b/cloud-language/package.json @@ -15,15 +15,15 @@ "test": "c8 mocha -p -j 2 --timeout 60000" }, "dependencies": { - "@google-cloud/language": "^6.1.0", + "@google-cloud/language": "^7.0.0", "@google-cloud/storage": "^7.0.0", - "mathjs": "^13.0.0", - "yargs": "^17.0.0" + "mathjs": "^15.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/cloud-sql/mysql/mysql/Dockerfile b/cloud-sql/mysql/mysql/Dockerfile index aa8ccc39e9..edeb3866fc 100644 --- a/cloud-sql/mysql/mysql/Dockerfile +++ b/cloud-sql/mysql/mysql/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/mysql/mysql/package.json b/cloud-sql/mysql/mysql/package.json index 807370d86b..3d207a1d29 100644 --- a/cloud-sql/mysql/mysql/package.json +++ b/cloud-sql/mysql/mysql/package.json @@ -19,17 +19,17 @@ "test": "npm run system-test && npm run system-test-unix" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging-winston": "^6.0.0", - "@google-cloud/secret-manager": "^5.0.0", - "express": "^4.17.1", + "@google-cloud/secret-manager": "^6.0.0", + "express": "^5.0.0", "promise-mysql": "^5.0.0", "pug": "^3.0.0", "winston": "^3.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/cloud-sql/mysql/mysql2/Dockerfile b/cloud-sql/mysql/mysql2/Dockerfile index 91c87e8334..41c517c862 100644 --- a/cloud-sql/mysql/mysql2/Dockerfile +++ b/cloud-sql/mysql/mysql2/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/mysql/mysql2/package.json b/cloud-sql/mysql/mysql2/package.json index c3f0b061fd..e586099a4b 100644 --- a/cloud-sql/mysql/mysql2/package.json +++ b/cloud-sql/mysql/mysql2/package.json @@ -18,17 +18,17 @@ }, "dependencies": { "@google-cloud/cloud-sql-connector": "^1.0.0", - "@google-cloud/functions-framework": "^3.0.0", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging-winston": "^6.0.0", - "@google-cloud/secret-manager": "^5.0.0", - "express": "^4.17.1", + "@google-cloud/secret-manager": "^6.0.0", + "express": "^5.0.0", "mysql2": "^3.3.3", "pug": "^3.0.0", "winston": "^3.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/cloud-sql/postgres/knex/Dockerfile b/cloud-sql/postgres/knex/Dockerfile index 8457367715..0787ed3c22 100644 --- a/cloud-sql/postgres/knex/Dockerfile +++ b/cloud-sql/postgres/knex/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/postgres/knex/package.json b/cloud-sql/postgres/knex/package.json index 6451fdf699..1873fb6bce 100644 --- a/cloud-sql/postgres/knex/package.json +++ b/cloud-sql/postgres/knex/package.json @@ -20,18 +20,18 @@ }, "dependencies": { "@google-cloud/cloud-sql-connector": "^1.0.0", - "@google-cloud/functions-framework": "^3.0.0", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging-winston": "^6.0.0", - "@google-cloud/secret-manager": "^5.0.0", - "express": "^4.16.2", + "@google-cloud/secret-manager": "^6.0.0", + "express": "^5.0.0", "knex": "^3.0.0", "pg": "^8.0.0", "pug": "^3.0.0", "winston": "^3.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/cloud-sql/sqlserver/mssql/Dockerfile b/cloud-sql/sqlserver/mssql/Dockerfile index d9371f5832..102929a56c 100644 --- a/cloud-sql/sqlserver/mssql/Dockerfile +++ b/cloud-sql/sqlserver/mssql/Dockerfile @@ -15,7 +15,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/sqlserver/mssql/package.json b/cloud-sql/sqlserver/mssql/package.json index f1831404cc..3c64cefeb3 100644 --- a/cloud-sql/sqlserver/mssql/package.json +++ b/cloud-sql/sqlserver/mssql/package.json @@ -18,17 +18,17 @@ "test": "npm run system-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging-winston": "^6.0.0", - "@google-cloud/secret-manager": "^5.0.0", - "express": "^4.17.1", - "mssql": "^11.0.0", + "@google-cloud/secret-manager": "^6.0.0", + "express": "^5.0.0", + "mssql": "^12.0.0", "pug": "^3.0.0", "winston": "^3.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/cloud-sql/sqlserver/tedious/Dockerfile b/cloud-sql/sqlserver/tedious/Dockerfile index 20a5a67205..8b372eb40b 100644 --- a/cloud-sql/sqlserver/tedious/Dockerfile +++ b/cloud-sql/sqlserver/tedious/Dockerfile @@ -15,7 +15,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/sqlserver/tedious/package.json b/cloud-sql/sqlserver/tedious/package.json index 897a5bc7a5..68c074f050 100644 --- a/cloud-sql/sqlserver/tedious/package.json +++ b/cloud-sql/sqlserver/tedious/package.json @@ -18,17 +18,17 @@ }, "dependencies": { "@google-cloud/cloud-sql-connector": "^1.0.0", - "@google-cloud/functions-framework": "^3.0.0", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging-winston": "^6.0.0", - "@google-cloud/secret-manager": "^5.0.0", - "express": "^4.17.1", + "@google-cloud/secret-manager": "^6.0.0", + "express": "^5.0.0", "pug": "^3.0.0", - "tedious": "^18.0.0", + "tedious": "^20.0.0", "winston": "^3.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/cloud-tasks/snippets/Dockerfile b/cloud-tasks/snippets/Dockerfile index aa93c76ca0..df7e10b601 100644 --- a/cloud-tasks/snippets/Dockerfile +++ b/cloud-tasks/snippets/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/cloud-tasks/snippets/package.json b/cloud-tasks/snippets/package.json index 46f6c80cf5..1187d2ae2c 100644 --- a/cloud-tasks/snippets/package.json +++ b/cloud-tasks/snippets/package.json @@ -15,13 +15,13 @@ "start": "node server.js" }, "dependencies": { - "@google-cloud/tasks": "^5.0.0", - "express": "^4.16.3" + "@google-cloud/tasks": "^6.0.0", + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/cloud-tasks/tutorial-gcf/app/package.json b/cloud-tasks/tutorial-gcf/app/package.json index b50f8b4c06..a24105acd4 100644 --- a/cloud-tasks/tutorial-gcf/app/package.json +++ b/cloud-tasks/tutorial-gcf/app/package.json @@ -11,12 +11,12 @@ "test": "c8 mocha -p -j 2 --timeout 10000" }, "dependencies": { - "@google-cloud/tasks": "^5.0.0", - "express": "^4.17.1" + "@google-cloud/tasks": "^6.0.0", + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/cloud-tasks/tutorial-gcf/function/package.json b/cloud-tasks/tutorial-gcf/function/package.json index ee2ef53483..9b1bb4f10b 100644 --- a/cloud-tasks/tutorial-gcf/function/package.json +++ b/cloud-tasks/tutorial-gcf/function/package.json @@ -10,13 +10,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/secret-manager": "^5.0.0", + "@google-cloud/secret-manager": "^6.0.0", "@sendgrid/mail": "^8.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/cloudbuild/package.json b/cloudbuild/package.json index e872969f39..f65677e8ba 100644 --- a/cloudbuild/package.json +++ b/cloudbuild/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 system-test --timeout=800000" }, "dependencies": { - "@google-cloud/cloudbuild": "^4.0.0" + "@google-cloud/cloudbuild": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/composer/functions/composer-storage-trigger/package.json b/composer/functions/composer-storage-trigger/package.json index f5549691f2..13cbb58366 100644 --- a/composer/functions/composer-storage-trigger/package.json +++ b/composer/functions/composer-storage-trigger/package.json @@ -16,9 +16,9 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "devDependencies": { - "mocha": "^10.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "scripts": { "test": "mocha test/*.test.js --timeout=20000" diff --git a/composer/package.json b/composer/package.json index 861d14a013..1020130ac8 100644 --- a/composer/package.json +++ b/composer/package.json @@ -16,8 +16,8 @@ "test": "c8 mocha -p -j 2 --exit test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/compute/package.json b/compute/package.json index aa7ef5ae9f..9412abd312 100644 --- a/compute/package.json +++ b/compute/package.json @@ -14,17 +14,17 @@ "test": "c8 mocha -p -j 2 test --timeout 1200000" }, "dependencies": { - "@google-cloud/compute": "^4.0.0", + "@google-cloud/compute": "^6.0.0", "@sendgrid/mail": "^8.0.0", "nodemailer": "^9.0.0", - "sinon": "^19.0.2" + "sinon": "^22.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.0.1", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/contact-center-insights/package.json b/contact-center-insights/package.json index 8ca1ec1ef4..0a1ea91b01 100644 --- a/contact-center-insights/package.json +++ b/contact-center-insights/package.json @@ -13,14 +13,14 @@ "test": "c8 mocha --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/contact-center-insights": "^3.0.0", - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/bigquery": "^8.0.0", + "@google-cloud/contact-center-insights": "^4.0.0", + "@google-cloud/pubsub": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/container-analysis/snippets/package.json b/container-analysis/snippets/package.json index 9634ca13a5..196a1b0933 100644 --- a/container-analysis/snippets/package.json +++ b/container-analysis/snippets/package.json @@ -14,14 +14,14 @@ "test": "c8 mocha -p -j 2 --timeout 100000 test/**.test.js" }, "dependencies": { - "@google-cloud/containeranalysis": "^5.0.0", - "@google-cloud/pubsub": "^4.0.0", - "p-retry": "^6.0.0" + "@google-cloud/containeranalysis": "^6.0.0", + "@google-cloud/pubsub": "^5.0.0", + "p-retry": "^8.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/container/package.json b/container/package.json index 37f7279944..fe8d8be0f1 100644 --- a/container/package.json +++ b/container/package.json @@ -14,11 +14,11 @@ "test": "c8 mocha -p -j 2 system-test --timeout 1000000" }, "dependencies": { - "@google-cloud/container": "^5.0.0" + "@google-cloud/container": "^6.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/datacatalog/cloud-client/package.json b/datacatalog/cloud-client/package.json index 14a3d4948a..f313181a16 100644 --- a/datacatalog/cloud-client/package.json +++ b/datacatalog/cloud-client/package.json @@ -13,11 +13,11 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@google-cloud/datacatalog": "^4.0.0" + "@google-cloud/datacatalog": "^5.0.0" } } diff --git a/datacatalog/quickstart/package.json b/datacatalog/quickstart/package.json index 1fd1c4c55a..dcf8509cf1 100644 --- a/datacatalog/quickstart/package.json +++ b/datacatalog/quickstart/package.json @@ -13,11 +13,11 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@google-cloud/datacatalog": "^4.0.0" + "@google-cloud/datacatalog": "^5.0.0" } } diff --git a/datacatalog/snippets/package.json b/datacatalog/snippets/package.json index 4859acbb8e..c009eb0210 100644 --- a/datacatalog/snippets/package.json +++ b/datacatalog/snippets/package.json @@ -15,14 +15,14 @@ "test": "c8 mocha -p -j 2 --timeout 600000" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/datacatalog": "^4.0.0" + "@google-cloud/bigquery": "^8.0.0", + "@google-cloud/datacatalog": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "execa": "^9.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "execa": "^10.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/datalabeling/package.json b/datalabeling/package.json index badd53b589..e6fa4e3951 100644 --- a/datalabeling/package.json +++ b/datalabeling/package.json @@ -14,11 +14,11 @@ "test": "c8 mocha -p -j 2 --timeout 600000" }, "dependencies": { - "@google-cloud/datalabeling": "^4.0.0" + "@google-cloud/datalabeling": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/dataproc/package.json b/dataproc/package.json index bf994208f4..6b5945b035 100644 --- a/dataproc/package.json +++ b/dataproc/package.json @@ -14,13 +14,13 @@ "test": "c8 mocha -p -j 2 system-test --timeout 600000" }, "dependencies": { - "@google-cloud/dataproc": "^5.0.0", + "@google-cloud/dataproc": "^6.0.0", "@google-cloud/storage": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/dialogflow-cx/package.json b/dialogflow-cx/package.json index 7a89934b77..f9df1daead 100644 --- a/dialogflow-cx/package.json +++ b/dialogflow-cx/package.json @@ -13,13 +13,13 @@ "test": "c8 mocha -p -j 2 --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/dialogflow-cx": "^4.0.0", - "@google-cloud/functions-framework": "^3.2.0" + "@google-cloud/dialogflow-cx": "^5.0.0", + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/dialogflow/package.json b/dialogflow/package.json index 05b2b2f537..b2eeba02c5 100644 --- a/dialogflow/package.json +++ b/dialogflow/package.json @@ -15,15 +15,15 @@ "test": "c8 mocha -p -j 2 system-test --timeout=600000" }, "dependencies": { - "@google-cloud/dialogflow": "^6.0.0", + "@google-cloud/dialogflow": "^7.0.0", "pb-util": "^1.0.0", - "yargs": "^17.0.0", - "@google-cloud/functions-framework": "^3.2.0" + "yargs": "^18.0.0", + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/discoveryengine/package.json b/discoveryengine/package.json index b282419545..4113d3688e 100644 --- a/discoveryengine/package.json +++ b/discoveryengine/package.json @@ -13,12 +13,12 @@ "test": "mocha test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/discoveryengine": "^1.0.0", - "p-queue": "^8.0.0" + "@google-cloud/discoveryengine": "^2.0.0", + "p-queue": "^9.0.0" }, "devDependencies": { - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/dlp/package.json b/dlp/package.json index 6ae2b1aaf5..a558e435dc 100644 --- a/dlp/package.json +++ b/dlp/package.json @@ -15,19 +15,19 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=600000" }, "dependencies": { - "@google-cloud/dlp": "^5.0.0", - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/dlp": "^6.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mime": "^3.0.0", - "mocha": "^10.0.0", - "pixelmatch": "^5.3.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mime": "^4.0.0", + "mocha": "^11.0.0", + "pixelmatch": "^7.0.0", "pngjs": "^7.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", - "uuid": "^11.1.1" + "sinon": "^22.0.0", + "uuid": "^14.0.0" } } diff --git a/document-ai/package.json b/document-ai/package.json index f47cfa7bfc..00cf5e65a2 100644 --- a/document-ai/package.json +++ b/document-ai/package.json @@ -13,14 +13,14 @@ "test": "c8 mocha -p -j 2 test/*.js --timeout 600000" }, "dependencies": { - "@google-cloud/documentai": "^8.0.0", + "@google-cloud/documentai": "^9.0.0", "@google-cloud/storage": "^7.0.0", - "p-queue": "^6.6.2" + "p-queue": "^9.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/document-warehouse/package.json b/document-warehouse/package.json index c52a4d966a..3b0989fba7 100644 --- a/document-warehouse/package.json +++ b/document-warehouse/package.json @@ -7,12 +7,12 @@ "test": "c8 mocha test/*.test.js --timeout 600000" }, "dependencies": { - "@google-cloud/contentwarehouse": "^1.0.0", - "@google-cloud/iam": "^1.0.0", - "@google-cloud/resource-manager": "^5.0.0" + "@google-cloud/contentwarehouse": "^2.0.0", + "@google-cloud/iam": "^2.0.0", + "@google-cloud/resource-manager": "^6.0.0" }, "devDependencies": { "assert": "^2.0.0", - "c8": "^10.0.0" + "c8": "^12.0.0" } } diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index 6f8631cdce..98a496b782 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -19,11 +19,11 @@ "dependencies": { "@grpc/grpc-js": "^1.13.3", "@grpc/proto-loader": "^0.7.15", - "yargs": "^17.0.0" + "yargs": "^18.0.0" }, "devDependencies": { - "chai": "^4.5.0", - "mocha": "^10.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "wait-port": "^1.0.4" } } diff --git a/endpoints/getting-started/package.json b/endpoints/getting-started/package.json index a66f3dc59f..0496663bc2 100644 --- a/endpoints/getting-started/package.json +++ b/endpoints/getting-started/package.json @@ -17,13 +17,13 @@ "test": "c8 mocha -p -j 2 -- test/*.test.js --timeout=20000" }, "dependencies": { - "express": "^4.16.4" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/error-reporting/package.json b/error-reporting/package.json index e55f01caf9..222694b720 100644 --- a/error-reporting/package.json +++ b/error-reporting/package.json @@ -16,12 +16,12 @@ }, "dependencies": { "@google-cloud/error-reporting": "^3.0.4", - "express": "^4.16.3" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0" } } diff --git a/eventarc/audit-storage/Dockerfile b/eventarc/audit-storage/Dockerfile index 711737d7a5..fe7b9e1820 100644 --- a/eventarc/audit-storage/Dockerfile +++ b/eventarc/audit-storage/Dockerfile @@ -16,7 +16,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/eventarc/audit-storage/package.json b/eventarc/audit-storage/package.json index 74a918235e..7cbd62b3e8 100644 --- a/eventarc/audit-storage/package.json +++ b/eventarc/audit-storage/package.json @@ -21,13 +21,13 @@ "test": "npm -- run all-test" }, "dependencies": { - "express": "^4.16.4" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/eventarc/generic/Dockerfile b/eventarc/generic/Dockerfile index 9246cecd1c..955e49b08c 100644 --- a/eventarc/generic/Dockerfile +++ b/eventarc/generic/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/eventarc/generic/package.json b/eventarc/generic/package.json index 7bf0481398..96a577423e 100644 --- a/eventarc/generic/package.json +++ b/eventarc/generic/package.json @@ -18,14 +18,14 @@ "system-test": "test/runner.sh mocha test/system.test.js --timeout=10000" }, "dependencies": { - "express": "^4.16.4" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/eventarc/pubsub/Dockerfile b/eventarc/pubsub/Dockerfile index 9246cecd1c..955e49b08c 100644 --- a/eventarc/pubsub/Dockerfile +++ b/eventarc/pubsub/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/eventarc/pubsub/package.json b/eventarc/pubsub/package.json index 7c2a765c3c..157de7768a 100644 --- a/eventarc/pubsub/package.json +++ b/eventarc/pubsub/package.json @@ -22,12 +22,12 @@ }, "dependencies": { "@google/events": "^5.0.0", - "express": "^4.16.4" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/functions/billing/package.json b/functions/billing/package.json index 5630dfb8a4..fec690d4d5 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -14,20 +14,20 @@ "author": "Ace Nassri ", "license": "Apache-2.0", "dependencies": { - "@google-cloud/billing": "^4.0.0", - "@google-cloud/compute": "^4.0.0", - "@slack/web-api": "^7.15.0", - "google-auth-library": "^9.0.0", - "googleapis": "^143.0.0" + "@google-cloud/billing": "^5.0.0", + "@google-cloud/compute": "^6.0.0", + "@slack/web-api": "^8.0.0", + "google-auth-library": "^10.0.0", + "googleapis": "^173.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "promise-retry": "^2.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/concepts/afterResponse/package.json b/functions/concepts/afterResponse/package.json index 6b32f840e4..4834c93b3f 100644 --- a/functions/concepts/afterResponse/package.json +++ b/functions/concepts/afterResponse/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/afterTimeout/package.json b/functions/concepts/afterTimeout/package.json index e512261c8d..850cf92116 100644 --- a/functions/concepts/afterTimeout/package.json +++ b/functions/concepts/afterTimeout/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/filesystem/package.json b/functions/concepts/filesystem/package.json index 92331e35ce..fa04f4ff63 100644 --- a/functions/concepts/filesystem/package.json +++ b/functions/concepts/filesystem/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "^5.0.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/httpTermination/package.json b/functions/concepts/httpTermination/package.json index a21f066cb6..c0cbd33644 100644 --- a/functions/concepts/httpTermination/package.json +++ b/functions/concepts/httpTermination/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/concepts/package.json b/functions/concepts/package.json index 3faa393b8a..3973658381 100644 --- a/functions/concepts/package.json +++ b/functions/concepts/package.json @@ -15,8 +15,8 @@ "node-fetch": "^3.0.0" }, "devDependencies": { - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/functions/concepts/requests/package.json b/functions/concepts/requests/package.json index c3cc301c1a..2ed05f907c 100644 --- a/functions/concepts/requests/package.json +++ b/functions/concepts/requests/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", + "@google-cloud/functions-framework": "^5.0.0", "node-fetch": "^3.0.0" }, "scripts": { diff --git a/functions/concepts/stateless/package.json b/functions/concepts/stateless/package.json index 4ac626ea93..d831d74ae7 100644 --- a/functions/concepts/stateless/package.json +++ b/functions/concepts/stateless/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/env_vars/package.json b/functions/env_vars/package.json index f99e1fea61..6643e7a320 100644 --- a/functions/env_vars/package.json +++ b/functions/env_vars/package.json @@ -15,8 +15,8 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/firebase/helloAnalytics/package.json b/functions/firebase/helloAnalytics/package.json index ab6a3b72f1..92c35de790 100644 --- a/functions/firebase/helloAnalytics/package.json +++ b/functions/firebase/helloAnalytics/package.json @@ -15,9 +15,9 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/firebase/helloAuth/package.json b/functions/firebase/helloAuth/package.json index e0057948a4..7aaef5bae9 100644 --- a/functions/firebase/helloAuth/package.json +++ b/functions/firebase/helloAuth/package.json @@ -15,9 +15,9 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/firebase/helloFirestore/package.json b/functions/firebase/helloFirestore/package.json index c010e65379..4068256234 100644 --- a/functions/firebase/helloFirestore/package.json +++ b/functions/firebase/helloFirestore/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/firestore": "^7.0.0" + "@google-cloud/firestore": "^8.0.0" } } diff --git a/functions/firebase/helloRTDB/package.json b/functions/firebase/helloRTDB/package.json index 2667d6317a..478ee62901 100644 --- a/functions/firebase/helloRTDB/package.json +++ b/functions/firebase/helloRTDB/package.json @@ -15,9 +15,9 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/firebase/helloRemoteConfig/package.json b/functions/firebase/helloRemoteConfig/package.json index 4395f1d6c3..d34ecf9a96 100644 --- a/functions/firebase/helloRemoteConfig/package.json +++ b/functions/firebase/helloRemoteConfig/package.json @@ -15,9 +15,9 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/firebase/makeUpperCase/package.json b/functions/firebase/makeUpperCase/package.json index 3ce9d98430..6100996383 100644 --- a/functions/firebase/makeUpperCase/package.json +++ b/functions/firebase/makeUpperCase/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/firestore": "^7.0.0" + "@google-cloud/firestore": "^8.0.0" } } diff --git a/functions/firebase/package.json b/functions/firebase/package.json index def14f3c83..c5849f2edc 100644 --- a/functions/firebase/package.json +++ b/functions/firebase/package.json @@ -12,13 +12,13 @@ "node": ">=16.0.0" }, "devDependencies": { - "mocha": "^10.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" }, "dependencies": { - "@google-cloud/firestore": "^7.0.0" + "@google-cloud/firestore": "^8.0.0" } } diff --git a/functions/helloworld/helloError/package.json b/functions/helloworld/helloError/package.json index 02515a5070..31f64dfcea 100644 --- a/functions/helloworld/helloError/package.json +++ b/functions/helloworld/helloError/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 test/*.test.js --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/helloworld/helloGCS/package.json b/functions/helloworld/helloGCS/package.json index 7378e4e8c7..c14998f9a8 100644 --- a/functions/helloworld/helloGCS/package.json +++ b/functions/helloworld/helloGCS/package.json @@ -18,17 +18,17 @@ "test": "npm -- run unit-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "moment": "^2.24.0", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", - "uuid": "^11.1.1", + "sinon": "^22.0.0", + "uuid": "^14.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/helloworld/helloPubSub/package.json b/functions/helloworld/helloPubSub/package.json index e8a1635f7d..a0bd849231 100644 --- a/functions/helloworld/helloPubSub/package.json +++ b/functions/helloworld/helloPubSub/package.json @@ -18,17 +18,17 @@ "test": "npm -- run unit-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", + "@google-cloud/pubsub": "^5.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "moment": "^2.29.4", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", - "uuid": "^11.1.1", + "sinon": "^22.0.0", + "uuid": "^14.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/helloworld/helloworldGet/package.json b/functions/helloworld/helloworldGet/package.json index d17681b8eb..564727464b 100644 --- a/functions/helloworld/helloworldGet/package.json +++ b/functions/helloworld/helloworldGet/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=6000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/helloworld/helloworldHttp/package.json b/functions/helloworld/helloworldHttp/package.json index 97c20ad23d..89d22cd861 100644 --- a/functions/helloworld/helloworldHttp/package.json +++ b/functions/helloworld/helloworldHttp/package.json @@ -18,14 +18,14 @@ "test": "npm -- run unit-test" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0", + "@google-cloud/functions-framework": "^5.0.0", "escape-html": "^1.0.3" }, "devDependencies": { - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 3517b5cfa5..f901dcb668 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -13,19 +13,19 @@ }, "dependencies": { "@google-cloud/debug-agent": "^9.0.0", - "@google-cloud/functions-framework": "^3.1.0", + "@google-cloud/functions-framework": "^5.0.0", "escape-html": "^1.0.3" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "moment": "^2.24.0", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", - "uuid": "^11.1.1", + "uuid": "^14.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/http/corsEnabledFunction/package.json b/functions/http/corsEnabledFunction/package.json index 69bed9ba37..411b9a743a 100644 --- a/functions/http/corsEnabledFunction/package.json +++ b/functions/http/corsEnabledFunction/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/http/corsEnabledFunctionAuth/package.json b/functions/http/corsEnabledFunctionAuth/package.json index 1bc7a3b371..fc9680285f 100644 --- a/functions/http/corsEnabledFunctionAuth/package.json +++ b/functions/http/corsEnabledFunctionAuth/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/http/httpContent/package.json b/functions/http/httpContent/package.json index 3ff8581ba8..70dd655754 100644 --- a/functions/http/httpContent/package.json +++ b/functions/http/httpContent/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", + "@google-cloud/functions-framework": "^5.0.0", "escape-html": "^1.0.3" } } diff --git a/functions/http/httpMethods/package.json b/functions/http/httpMethods/package.json index 9837db712a..1971ec2ef1 100644 --- a/functions/http/httpMethods/package.json +++ b/functions/http/httpMethods/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/http/package.json b/functions/http/package.json index 84c1de6e1a..c5fa11b202 100644 --- a/functions/http/package.json +++ b/functions/http/package.json @@ -12,9 +12,9 @@ "node": ">=16.0.0" }, "devDependencies": { - "mocha": "^10.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "dependencies": { "@google-cloud/storage": "^7.0.0", diff --git a/functions/http/parseXML/package.json b/functions/http/parseXML/package.json index 3b4eddc6f0..c53ee3ad6e 100644 --- a/functions/http/parseXML/package.json +++ b/functions/http/parseXML/package.json @@ -15,13 +15,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=6000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", + "@google-cloud/functions-framework": "^5.0.0", "xml2js": "^0.6.0" }, "devDependencies": { - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.2.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/http/uploadFile/package.json b/functions/http/uploadFile/package.json index c58b7362e3..d566289116 100644 --- a/functions/http/uploadFile/package.json +++ b/functions/http/uploadFile/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/storage": "^7.0.0", "busboy": "^1.0.0" } diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 10a5af2232..f4997e6207 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -16,16 +16,16 @@ }, "dependencies": { "@google-cloud/storage": "^7.0.0", - "@google-cloud/vision": "^4.0.0", + "@google-cloud/vision": "^5.0.0", "sharp": "^0.35.3" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/functions/log/helloWorld/package.json b/functions/log/helloWorld/package.json index b68e4d6422..9284e76207 100644 --- a/functions/log/helloWorld/package.json +++ b/functions/log/helloWorld/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/log/package.json b/functions/log/package.json index feb865c7ad..bef40f7954 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -12,8 +12,8 @@ "node": ">=16.0.0" }, "devDependencies": { - "mocha": "^10.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/log/processEntry/package.json b/functions/log/processEntry/package.json index 33ba16e805..562c9de640 100644 --- a/functions/log/processEntry/package.json +++ b/functions/log/processEntry/package.json @@ -15,9 +15,9 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/memorystore/redis/package.json b/functions/memorystore/redis/package.json index d3e29814a6..de45dabfe1 100644 --- a/functions/memorystore/redis/package.json +++ b/functions/memorystore/redis/package.json @@ -16,12 +16,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", - "redis": "^4.0.0" + "@google-cloud/functions-framework": "^5.0.0", + "redis": "^6.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index a54096f90a..d3380f077b 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -15,14 +15,14 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.0.0", - "@google-cloud/translate": "^8.0.0", - "@google-cloud/vision": "^4.0.0" + "@google-cloud/translate": "^9.0.0", + "@google-cloud/vision": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 12e8a55e2e..6c1c21ff48 100644 --- a/functions/pubsub/package.json +++ b/functions/pubsub/package.json @@ -12,13 +12,13 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/pubsub": "^5.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/publish/package.json b/functions/pubsub/publish/package.json index cc101b93ef..87c8925791 100644 --- a/functions/pubsub/publish/package.json +++ b/functions/pubsub/publish/package.json @@ -15,14 +15,14 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/pubsub": "^5.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^10.0.0", - "gaxios": "^6.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "c8": "^12.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/subscribe/package.json b/functions/pubsub/subscribe/package.json index e03880537a..2a5582a34e 100644 --- a/functions/pubsub/subscribe/package.json +++ b/functions/pubsub/subscribe/package.json @@ -15,8 +15,8 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/scheduleinstance/package.json b/functions/scheduleinstance/package.json index d050b4e016..70284bdd71 100644 --- a/functions/scheduleinstance/package.json +++ b/functions/scheduleinstance/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.0.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/compute": "^4.0.0" + "@google-cloud/compute": "^6.0.0" } } diff --git a/functions/security/package.json b/functions/security/package.json index cce668cb47..e69928fe27 100644 --- a/functions/security/package.json +++ b/functions/security/package.json @@ -18,9 +18,9 @@ "node-fetch": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/slack/package.json b/functions/slack/package.json index d38714e8d9..8c6404bcbf 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -15,15 +15,15 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0", - "@googleapis/kgsearch": "^1.0.0" + "@google-cloud/functions-framework": "^5.0.0", + "@googleapis/kgsearch": "^4.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "nock": "^13.5.6", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "nock": "^14.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/functions/spanner/package.json b/functions/spanner/package.json index 774867f929..71eff1a152 100644 --- a/functions/spanner/package.json +++ b/functions/spanner/package.json @@ -15,13 +15,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.2.0", - "@google-cloud/spanner": "^7.0.0" + "@google-cloud/functions-framework": "^5.0.0", + "@google-cloud/spanner": "^8.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/tips/connectionPools/package.json b/functions/tips/connectionPools/package.json index 10324b6aa2..032479584c 100644 --- a/functions/tips/connectionPools/package.json +++ b/functions/tips/connectionPools/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2", + "@google-cloud/functions-framework": "^5.0.0", "node-fetch": "^3.0.0" }, "scripts": { diff --git a/functions/tips/gcpApiCall/package.json b/functions/tips/gcpApiCall/package.json index 2f9ff121cd..d46dbb8d97 100644 --- a/functions/tips/gcpApiCall/package.json +++ b/functions/tips/gcpApiCall/package.json @@ -15,13 +15,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", - "@google-cloud/pubsub": "^4.0.0" + "@google-cloud/functions-framework": "^5.0.0", + "@google-cloud/pubsub": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/tips/lazyGlobals/package.json b/functions/tips/lazyGlobals/package.json index d74ec1d561..c53e40f7ad 100644 --- a/functions/tips/lazyGlobals/package.json +++ b/functions/tips/lazyGlobals/package.json @@ -12,7 +12,7 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" }, "scripts": { "test": "echo \"No tests exist for this sample.\"" diff --git a/functions/tips/package.json b/functions/tips/package.json index db58b31e19..73d5d41edc 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -15,11 +15,11 @@ "test": "echo \"Notice: tests moved into topic sub-directories\" && exit 0" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "mocha": "^10.0.0" + "@google-cloud/pubsub": "^5.0.0", + "mocha": "^11.0.0" }, "devDependencies": { "node-fetch": "^3.0.0", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/functions/tips/retry/package.json b/functions/tips/retry/package.json index 15209e7f66..1fc5028834 100644 --- a/functions/tips/retry/package.json +++ b/functions/tips/retry/package.json @@ -15,8 +15,8 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000 --exit" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/tips/scopeDemo/package.json b/functions/tips/scopeDemo/package.json index 9bd294252a..b61c11c977 100644 --- a/functions/tips/scopeDemo/package.json +++ b/functions/tips/scopeDemo/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.2" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.2.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/v2/autoLabelInstance/package.json b/functions/v2/autoLabelInstance/package.json index f4e5b21dd5..ad57430ada 100644 --- a/functions/v2/autoLabelInstance/package.json +++ b/functions/v2/autoLabelInstance/package.json @@ -16,15 +16,15 @@ "e2e-test": "c8 mocha -p -j 2 --timeout 60s test/system.test.js" }, "dependencies": { - "@google-cloud/compute": "^4.0.0", - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/compute": "^6.0.0", + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "p-retry": "^6.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "p-retry": "^8.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/functions/v2/cloudEventLogging/package.json b/functions/v2/cloudEventLogging/package.json index 4329e29830..98eca718e4 100644 --- a/functions/v2/cloudEventLogging/package.json +++ b/functions/v2/cloudEventLogging/package.json @@ -12,13 +12,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.1", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging": "^11.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "cloudevents": "^8.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "cloudevents": "^10.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/v2/firebase/firestore/helloFirestore/package.json b/functions/v2/firebase/firestore/helloFirestore/package.json index 08c3a4211e..dd62ba76d9 100644 --- a/functions/v2/firebase/firestore/helloFirestore/package.json +++ b/functions/v2/firebase/firestore/helloFirestore/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3", - "protobufjs": "^7.2.2" + "@google-cloud/functions-framework": "^5.0.0", + "protobufjs": "^8.0.0" } } diff --git a/functions/v2/firebase/firestore/makeUpperCase/package.json b/functions/v2/firebase/firestore/makeUpperCase/package.json index ac286a782b..b709d2064d 100644 --- a/functions/v2/firebase/firestore/makeUpperCase/package.json +++ b/functions/v2/firebase/firestore/makeUpperCase/package.json @@ -15,14 +15,14 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "rewire": "^7.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "rewire": "^9.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/firestore": "^7.0.0", - "@google-cloud/functions-framework": "^3.1.3", - "protobufjs": "^7.2.3" + "@google-cloud/firestore": "^8.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "protobufjs": "^8.0.0" } } diff --git a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json index 349d7134e1..d46835cb46 100644 --- a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json +++ b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/v2/firebase/rtdb/helloRTDB/package.json b/functions/v2/firebase/rtdb/helloRTDB/package.json index c9214229bb..012552215e 100644 --- a/functions/v2/firebase/rtdb/helloRTDB/package.json +++ b/functions/v2/firebase/rtdb/helloRTDB/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 -T 30s test/*.test.js" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/v2/helloAuditLog/package.json b/functions/v2/helloAuditLog/package.json index c73316a5bd..4dad4f25db 100644 --- a/functions/v2/helloAuditLog/package.json +++ b/functions/v2/helloAuditLog/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloBigQuery/package.json b/functions/v2/helloBigQuery/package.json index 19f72c4ca1..9072bd81af 100644 --- a/functions/v2/helloBigQuery/package.json +++ b/functions/v2/helloBigQuery/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/functions-framework": "^3.1.0" + "@google-cloud/bigquery": "^8.0.0", + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloGCS/package.json b/functions/v2/helloGCS/package.json index 307aac2392..059e267c1b 100644 --- a/functions/v2/helloGCS/package.json +++ b/functions/v2/helloGCS/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloPubSub/package.json b/functions/v2/helloPubSub/package.json index 3ef5283e1b..c8377efc04 100644 --- a/functions/v2/helloPubSub/package.json +++ b/functions/v2/helloPubSub/package.json @@ -15,13 +15,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.0.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/functions/v2/httpLogging/package.json b/functions/v2/httpLogging/package.json index 2466e87118..f9de2d3c53 100644 --- a/functions/v2/httpLogging/package.json +++ b/functions/v2/httpLogging/package.json @@ -13,12 +13,12 @@ "start": "npx @google-cloud/functions-framework --target=structuredLogging" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.1", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/logging": "^11.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } \ No newline at end of file diff --git a/functions/v2/imagemagick/package.json b/functions/v2/imagemagick/package.json index 1d23bc56f8..6fa6f73a2b 100644 --- a/functions/v2/imagemagick/package.json +++ b/functions/v2/imagemagick/package.json @@ -15,16 +15,16 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.0", + "@google-cloud/functions-framework": "^5.0.0", "@google-cloud/storage": "^7.0.0", - "@google-cloud/vision": "^4.0.0", + "@google-cloud/vision": "^5.0.0", "sharp": "^0.35.3" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } \ No newline at end of file diff --git a/functions/v2/log/processEntry/package.json b/functions/v2/log/processEntry/package.json index 8a63b117a4..52f19c9b63 100644 --- a/functions/v2/log/processEntry/package.json +++ b/functions/v2/log/processEntry/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/v2/ocr/app/package.json b/functions/v2/ocr/app/package.json index c3351a28bf..cc3254f699 100644 --- a/functions/v2/ocr/app/package.json +++ b/functions/v2/ocr/app/package.json @@ -15,17 +15,17 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.2.0", - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.0.0", - "@google-cloud/translate": "^8.0.0", - "@google-cloud/vision": "^4.0.0", - "cloudevents": "^8.0.0" + "@google-cloud/translate": "^9.0.0", + "@google-cloud/vision": "^5.0.0", + "cloudevents": "^10.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/responseStreaming/package.json b/functions/v2/responseStreaming/package.json index c8ea7719f4..19c7085084 100644 --- a/functions/v2/responseStreaming/package.json +++ b/functions/v2/responseStreaming/package.json @@ -15,13 +15,13 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/bigquery": "^8.0.0", + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/stopBilling/package.json b/functions/v2/stopBilling/package.json index 1f0a4b9086..621e8a8a4c 100644 --- a/functions/v2/stopBilling/package.json +++ b/functions/v2/stopBilling/package.json @@ -14,11 +14,11 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/billing": "^5.1.0", - "@google-cloud/functions-framework": "^4.0.0", + "@google-cloud/functions-framework": "^5.0.0", "cloudevents": "^10.0.0", - "gcp-metadata": "^7.0.1" + "gcp-metadata": "^8.0.0" }, "devDependencies": { - "c8": "^10.1.3" + "c8": "^12.0.0" } } \ No newline at end of file diff --git a/functions/v2/tips/avoidInfiniteRetries/package.json b/functions/v2/tips/avoidInfiniteRetries/package.json index d37623027c..6921939063 100644 --- a/functions/v2/tips/avoidInfiniteRetries/package.json +++ b/functions/v2/tips/avoidInfiniteRetries/package.json @@ -15,11 +15,11 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.2.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/v2/tips/retry/package.json b/functions/v2/tips/retry/package.json index 211ca2ef85..bf181c2d14 100644 --- a/functions/v2/tips/retry/package.json +++ b/functions/v2/tips/retry/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000 --exit" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" }, "dependencies": { - "@google-cloud/functions-framework": "^3.1.3" + "@google-cloud/functions-framework": "^5.0.0" } } diff --git a/functions/v2/typed/googlechatbot/package.json b/functions/v2/typed/googlechatbot/package.json index a14d5af6fc..32140c29ec 100644 --- a/functions/v2/typed/googlechatbot/package.json +++ b/functions/v2/typed/googlechatbot/package.json @@ -9,11 +9,11 @@ "author": "", "license": "ISC", "dependencies": { - "@google-cloud/functions-framework": "^3.3.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.2.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/functions/v2/typed/greeting/package.json b/functions/v2/typed/greeting/package.json index cdece30e7c..d365fda3a4 100644 --- a/functions/v2/typed/greeting/package.json +++ b/functions/v2/typed/greeting/package.json @@ -9,11 +9,11 @@ "author": "", "license": "ISC", "dependencies": { - "@google-cloud/functions-framework": "^3.3.0" + "@google-cloud/functions-framework": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.2.0", - "sinon": "^18.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0" } } diff --git a/genai/batch-prediction/package.json b/genai/batch-prediction/package.json index 74d7f072ce..c6351729c5 100644 --- a/genai/batch-prediction/package.json +++ b/genai/batch-prediction/package.json @@ -18,12 +18,12 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3" } } diff --git a/genai/bounding-box/package.json b/genai/bounding-box/package.json index 5118da2e42..f8ba715295 100644 --- a/genai/bounding-box/package.json +++ b/genai/bounding-box/package.json @@ -10,13 +10,13 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0", + "@google/genai": "2.12.0", "canvas": "^3.2.0", - "node-fetch": "^2.7.0" + "node-fetch": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/content-cache/package.json b/genai/content-cache/package.json index 5ab6dc42b3..bc973bd366 100644 --- a/genai/content-cache/package.json +++ b/genai/content-cache/package.json @@ -10,12 +10,12 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0", + "@google/genai": "2.12.0", "luxon": "^3.7.1" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/controlled-generation/package.json b/genai/controlled-generation/package.json index 08dd02ee9c..786a969a86 100644 --- a/genai/controlled-generation/package.json +++ b/genai/controlled-generation/package.json @@ -10,11 +10,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/count-tokens/package.json b/genai/count-tokens/package.json index 8b797ab0c4..62c7b29621 100644 --- a/genai/count-tokens/package.json +++ b/genai/count-tokens/package.json @@ -10,11 +10,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/embeddings/package.json b/genai/embeddings/package.json index 7d82cd5e2e..5e3448f8d2 100644 --- a/genai/embeddings/package.json +++ b/genai/embeddings/package.json @@ -18,11 +18,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/express-mode/package.json b/genai/express-mode/package.json index 1df8e9b34e..e083bd43f5 100644 --- a/genai/express-mode/package.json +++ b/genai/express-mode/package.json @@ -18,12 +18,12 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3" } } diff --git a/genai/image-generation/package.json b/genai/image-generation/package.json index e2d15a69d6..b56c5a77e7 100644 --- a/genai/image-generation/package.json +++ b/genai/image-generation/package.json @@ -11,14 +11,14 @@ }, "dependencies": { "@google-cloud/storage": "^7.17.3", - "@google/genai": "1.34.0", + "@google/genai": "2.12.0", "date-fns": "^4.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^21.1.2" + "sinon": "^22.0.0" } } diff --git a/genai/live/package.json b/genai/live/package.json index 6df7d1b49b..b71c09490a 100644 --- a/genai/live/package.json +++ b/genai/live/package.json @@ -10,16 +10,16 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0", + "@google/genai": "2.12.0", "google-auth-library": "^10.3.0", - "node-fetch": "^2.7.0", - "openai": "^5.19.1" + "node-fetch": "^3.0.0", + "openai": "^6.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^22.0.0" } } diff --git a/genai/package.json b/genai/package.json index cdbfa8ca19..28f490fd96 100644 --- a/genai/package.json +++ b/genai/package.json @@ -14,7 +14,7 @@ "*.js" ], "dependencies": { - "@google/genai": "1.34.0", + "@google/genai": "2.12.0", "axios": "^1.6.2", "luxon": "^3.7.2", "node-fetch": "^3.3.2", @@ -26,12 +26,12 @@ "supertest": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "node-fetch": "^2.7.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "node-fetch": "^3.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", - "uuid": "^11.1.1" + "sinon": "^22.0.0", + "uuid": "^14.0.0" } } diff --git a/genai/provisioned-throughput/package.json b/genai/provisioned-throughput/package.json index 12bbc618e2..b36256a4b3 100644 --- a/genai/provisioned-throughput/package.json +++ b/genai/provisioned-throughput/package.json @@ -18,11 +18,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/safety/package.json b/genai/safety/package.json index 6923065a92..95f9a95496 100644 --- a/genai/safety/package.json +++ b/genai/safety/package.json @@ -18,11 +18,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/text-generation/package.json b/genai/text-generation/package.json index 409a09dd2f..39882bf552 100644 --- a/genai/text-generation/package.json +++ b/genai/text-generation/package.json @@ -10,11 +10,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/thinking/package.json b/genai/thinking/package.json index eb92893f30..2bcf328e6e 100644 --- a/genai/thinking/package.json +++ b/genai/thinking/package.json @@ -10,11 +10,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/tools/package.json b/genai/tools/package.json index 4e5e1aed4e..b2ff3986f7 100644 --- a/genai/tools/package.json +++ b/genai/tools/package.json @@ -10,11 +10,11 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/tuning/package.json b/genai/tuning/package.json index 44ccf7e813..e6574f1551 100644 --- a/genai/tuning/package.json +++ b/genai/tuning/package.json @@ -10,12 +10,12 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js" }, "dependencies": { - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3" } } diff --git a/genai/video-generation/package.json b/genai/video-generation/package.json index 7fa7f58d1c..7496774782 100644 --- a/genai/video-generation/package.json +++ b/genai/video-generation/package.json @@ -19,11 +19,11 @@ }, "dependencies": { "@google-cloud/storage": "^7.17.3", - "@google/genai": "1.30.0" + "@google/genai": "2.12.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/generative-ai/snippets/package.json b/generative-ai/snippets/package.json index 53ce215162..c117f5f5b1 100644 --- a/generative-ai/snippets/package.json +++ b/generative-ai/snippets/package.json @@ -13,17 +13,17 @@ "test": "c8 mocha -p -j 2 --timeout 2400000 test/*.test.js test/**/*.test.js" }, "dependencies": { - "@google-cloud/aiplatform": "^3.12.0", + "@google-cloud/aiplatform": "^6.0.0", "@google-cloud/vertexai": "github:googleapis/nodejs-vertexai", "@google/genai": "^2.7.0", "axios": "^1.6.2", "supertest": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", + "uuid": "^14.0.0" } } diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index 9805f628b4..e3a6b9a6ec 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -12,11 +12,11 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } } diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 49efb55dde..6b3300cd3d 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -12,11 +12,11 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } } diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index f939d32a9a..f0f753a66d 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -12,13 +12,13 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } } diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index ce8e3039ca..722d04a385 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -12,14 +12,14 @@ "test": "c8 mocha system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } } diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index cd5ed2a5d1..39543ce8ac 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -12,12 +12,12 @@ "test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000" }, "devDependencies": { - "@google-cloud/pubsub": "^4.0.0", - "c8": "^10.0.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "@google-cloud/pubsub": "^5.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" }, "dependencies": { - "@googleapis/healthcare": "^23.0.0" + "@googleapis/healthcare": "^26.0.0" } } diff --git a/iam/deny/package.json b/iam/deny/package.json index 950db719f3..e934eae0f0 100644 --- a/iam/deny/package.json +++ b/iam/deny/package.json @@ -14,12 +14,12 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000" }, "dependencies": { - "@google-cloud/iam": "^1.0.0" + "@google-cloud/iam": "^2.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/kms/package.json b/kms/package.json index dd238a8750..2e9b6d66f5 100644 --- a/kms/package.json +++ b/kms/package.json @@ -14,13 +14,13 @@ "test": "c8 mocha -p -j 2 --recursive test/ --timeout=800000" }, "dependencies": { - "@google-cloud/kms": "^4.0.0", + "@google-cloud/kms": "^5.0.0", "fast-crc32c": "^2.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/media/livestream/package.json b/media/livestream/package.json index 06d147d867..c491fce9bd 100644 --- a/media/livestream/package.json +++ b/media/livestream/package.json @@ -13,12 +13,12 @@ "test": "c8 mocha -p -j 2 --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/livestream": "^1.0.0" + "@google-cloud/livestream": "^2.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.1.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/media/transcoder/package.json b/media/transcoder/package.json index 8e44d9ec4c..0c9d49567c 100644 --- a/media/transcoder/package.json +++ b/media/transcoder/package.json @@ -14,12 +14,12 @@ "test": "c8 mocha -p -j 2 --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/video-transcoder": "^3.0.0" + "@google-cloud/video-transcoder": "^4.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "mocha": "^10.1.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index d30668e994..2e333288ad 100644 --- a/media/video-stitcher/package.json +++ b/media/video-stitcher/package.json @@ -13,12 +13,12 @@ "test": "c8 mocha -p -j 2 --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/video-stitcher": "^2.0.0" + "@google-cloud/video-stitcher": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.1.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/mediatranslation/package.json b/mediatranslation/package.json index fa4c5f93b1..719e01c4b6 100644 --- a/mediatranslation/package.json +++ b/mediatranslation/package.json @@ -13,12 +13,12 @@ "test": "c8 mocha -p -j 2 --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/media-translation": "^4.0.0", + "@google-cloud/media-translation": "^5.0.0", "node-record-lpcm16": "1.0.1" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } \ No newline at end of file diff --git a/memorystore/redis/client_side_metrics/package.json b/memorystore/redis/client_side_metrics/package.json index 4ccec3a57a..14de6a4342 100644 --- a/memorystore/redis/client_side_metrics/package.json +++ b/memorystore/redis/client_side_metrics/package.json @@ -25,12 +25,12 @@ "@opentelemetry/sdk-metrics": "^2.1.0", "@opentelemetry/sdk-trace-base": "^2.1.0", "@opentelemetry/sdk-trace-node": "^2.1.0", - "redis": "^4.6.0" + "redis": "^6.0.0" }, "devDependencies": { - "mocha": "^10.0.0", - "chai": "^4.3.0", + "mocha": "^11.0.0", + "chai": "^6.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^22.0.0" } } \ No newline at end of file diff --git a/memorystore/redis/cloud_run_deployment/Dockerfile b/memorystore/redis/cloud_run_deployment/Dockerfile index 50c6d9522e..0eb1398ec6 100644 --- a/memorystore/redis/cloud_run_deployment/Dockerfile +++ b/memorystore/redis/cloud_run_deployment/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/memorystore/redis/gke_deployment/Dockerfile b/memorystore/redis/gke_deployment/Dockerfile index 6f569a1769..e11c274abe 100644 --- a/memorystore/redis/gke_deployment/Dockerfile +++ b/memorystore/redis/gke_deployment/Dockerfile @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM node:20-alpine +FROM node:24-alpine ENV REDISHOST redis ENV REDISPORT 6379 diff --git a/memorystore/redis/package.json b/memorystore/redis/package.json index fa63678aca..37ddc54229 100644 --- a/memorystore/redis/package.json +++ b/memorystore/redis/package.json @@ -9,7 +9,7 @@ "node": ">=16.0.0" }, "dependencies": { - "redis": "^4.0.0" + "redis": "^6.0.0" } } diff --git a/model-armor/package.json b/model-armor/package.json index 2c72cef648..20f93d660c 100644 --- a/model-armor/package.json +++ b/model-armor/package.json @@ -18,9 +18,9 @@ "@google-cloud/dlp": "^6.3.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^5.2.1", + "c8": "^12.0.0", + "chai": "^6.0.0", "mocha": "^11.7.1", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/monitoring/prometheus/package.json b/monitoring/prometheus/package.json index 52ad75a3f6..9d2487c3bf 100644 --- a/monitoring/prometheus/package.json +++ b/monitoring/prometheus/package.json @@ -10,12 +10,12 @@ "author": "Yuri Grinshteyn", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1", + "express": "^5.0.0", "prom-client": "^15.0.0", "sleep": "^6.3.0" }, "devDependencies": { - "mocha": "^10.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } diff --git a/monitoring/snippets/package.json b/monitoring/snippets/package.json index 6d84431625..153551875a 100644 --- a/monitoring/snippets/package.json +++ b/monitoring/snippets/package.json @@ -14,13 +14,13 @@ "test": "c8 mocha -p -j 2 --timeout 600000" }, "dependencies": { - "@google-cloud/monitoring": "^4.0.0", - "c8": "^10.0.0", - "yargs": "^17.0.0" + "@google-cloud/monitoring": "^5.0.0", + "c8": "^12.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/package.json b/package.json index b239c7ad54..f8e8efce4e 100644 --- a/package.json +++ b/package.json @@ -20,18 +20,18 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", - "c8": "^10.0.0", - "eslint-config-prettier": "^9.0.0", - "eslint-plugin-n": "^14.0.0", + "c8": "^12.0.0", + "eslint-config-prettier": "^10.0.0", + "eslint-plugin-n": "^18.0.0", "eslint-plugin-prettier": "^5.0.0-alpha.1", - "gts": "5.3.0", - "mocha": "^10.2.0", + "gts": "7.0.0", + "mocha": "^11.0.0", "nunjucks": "^3.2.4", "prettier": "^3.0.3", - "typescript": "^5.0.4" + "typescript": "^7.0.0" }, "dependencies": { - "commander": "^12.0.0", - "eslint": "^8.57.0" + "commander": "^15.0.0", + "eslint": "^10.0.0" } } diff --git a/parametermanager/package.json b/parametermanager/package.json index 339c36e9f3..85f2408c78 100644 --- a/parametermanager/package.json +++ b/parametermanager/package.json @@ -20,11 +20,11 @@ "@google-cloud/parametermanager": "^0.3.0" }, "devDependencies": { - "@google-cloud/kms": "^4.0.0", - "@google-cloud/secret-manager": "^5.6.0", - "c8": "^10.1.3", - "chai": "^4.5.0", + "@google-cloud/kms": "^5.0.0", + "@google-cloud/secret-manager": "^6.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", "mocha": "^11.1.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/recaptcha_enterprise/demosite/app/Dockerfile b/recaptcha_enterprise/demosite/app/Dockerfile index ed182e9762..21b83c425e 100644 --- a/recaptcha_enterprise/demosite/app/Dockerfile +++ b/recaptcha_enterprise/demosite/app/Dockerfile @@ -14,7 +14,7 @@ # This file is only used for packaging and deployment purposes. -FROM node:20-slim +FROM node:24-slim ARG GOOGLE_CLOUD_PROJECT ENV GOOGLE_CLOUD_PROJECT=${GOOGLE_CLOUD_PROJECT} diff --git a/recaptcha_enterprise/snippets/package.json b/recaptcha_enterprise/snippets/package.json index c9e10bf1bb..08d102d09c 100644 --- a/recaptcha_enterprise/snippets/package.json +++ b/recaptcha_enterprise/snippets/package.json @@ -19,20 +19,20 @@ "test": "c8 mocha -p -j 2 --loader=ts-node/esm --extension ts --timeout 10000 --exit" }, "dependencies": { - "@google-cloud/recaptcha-enterprise": "^5.0.0", - "body-parser": "^1.20.1", - "express": "^4.18.2", + "@google-cloud/recaptcha-enterprise": "^6.0.0", + "body-parser": "^2.0.0", + "express": "^5.0.0", "recaptcha-password-check-helpers": "^1.0.1" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.0.0", + "@types/express": "^5.0.0", + "@types/node": "^24.0.0", "@types/yargs": "^17.0.19", - "c8": "^10.0.0", - "eslint": "^8.57.0", - "gts": "^5.0.0", - "mocha": "^10.2.0", + "c8": "^12.0.0", + "eslint": "^10.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", "ts-node": "^10.9.1", - "typescript": "^5.0.0" + "typescript": "^7.0.0" } } diff --git a/retail/package.json b/retail/package.json index 7ecfac9197..15575b050f 100644 --- a/retail/package.json +++ b/retail/package.json @@ -16,13 +16,13 @@ "node": ">=16.0.0" }, "dependencies": { - "@google-cloud/bigquery": "^7.0.0", - "@google-cloud/retail": "^3.0.0", + "@google-cloud/bigquery": "^8.0.0", + "@google-cloud/retail": "^4.0.0", "@google-cloud/storage": "^7.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.2.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/routeoptimization/snippets/package.json b/routeoptimization/snippets/package.json index 4bfa6f1968..0ffd733d0a 100644 --- a/routeoptimization/snippets/package.json +++ b/routeoptimization/snippets/package.json @@ -17,8 +17,8 @@ "@googlemaps/routeoptimization": "^0.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/run/hello-broken/Dockerfile b/run/hello-broken/Dockerfile index bf2f2c32f9..aaeb436a92 100644 --- a/run/hello-broken/Dockerfile +++ b/run/hello-broken/Dockerfile @@ -16,7 +16,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/hello-broken/package.json b/run/hello-broken/package.json index 5127309653..1ccb0b3509 100644 --- a/run/hello-broken/package.json +++ b/run/hello-broken/package.json @@ -15,12 +15,12 @@ "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0" } } diff --git a/run/helloworld/Dockerfile b/run/helloworld/Dockerfile index 43bb5475e3..2f7080df18 100644 --- a/run/helloworld/Dockerfile +++ b/run/helloworld/Dockerfile @@ -16,7 +16,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/helloworld/package.json b/run/helloworld/package.json index 62cccf4d37..8ec6f13eed 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -18,13 +18,13 @@ "author": "Google LLC", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/run/idp-sql/Dockerfile b/run/idp-sql/Dockerfile index 0d33affacf..e4210c7497 100644 --- a/run/idp-sql/Dockerfile +++ b/run/idp-sql/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/idp-sql/package.json b/run/idp-sql/package.json index 1febe62959..45646c0c0f 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -20,21 +20,21 @@ "test": "npm -- run all-test" }, "dependencies": { - "express": "^4.16.2", - "firebase-admin": "^13.0.0", - "gcp-metadata": "^6.0.0", - "google-auth-library": "^9.0.0", + "express": "^5.0.0", + "firebase-admin": "^14.0.0", + "gcp-metadata": "^8.0.0", + "google-auth-library": "^10.0.0", "handlebars": "^4.7.6", "knex": "^3.0.0", "pg": "^8.0.0", "winston": "3.10.0" }, "devDependencies": { - "c8": "^10.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "short-uuid": "^5.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", + "short-uuid": "^6.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/run/image-processing/Dockerfile b/run/image-processing/Dockerfile index a4eba4ab23..d69679793b 100644 --- a/run/image-processing/Dockerfile +++ b/run/image-processing/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # [START cloudrun_imageproc_dockerfile_nodejs] # Install Imagemagick into the container image. diff --git a/run/image-processing/package.json b/run/image-processing/package.json index 456795d83a..985f8cf493 100644 --- a/run/image-processing/package.json +++ b/run/image-processing/package.json @@ -20,15 +20,15 @@ }, "dependencies": { "@google-cloud/storage": "^7.0.0", - "@google-cloud/vision": "^4.0.0", - "express": "^4.16.4", + "@google-cloud/vision": "^5.0.0", + "express": "^5.0.0", "sharp": "^0.35.3" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/run/jobs/package.json b/run/jobs/package.json index 4b7092aaff..18a055c088 100644 --- a/run/jobs/package.json +++ b/run/jobs/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "devDependencies": { "@google-cloud/logging": "^11.0.0", - "c8": "^10.0.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0" } } diff --git a/run/logging-manual/Dockerfile b/run/logging-manual/Dockerfile index c395ddd0c5..a00dbc4086 100644 --- a/run/logging-manual/Dockerfile +++ b/run/logging-manual/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/logging-manual/package.json b/run/logging-manual/package.json index 5098c9d6ca..7deaf3d1be 100644 --- a/run/logging-manual/package.json +++ b/run/logging-manual/package.json @@ -18,13 +18,13 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "express": "^4.17.1", - "got": "^11.5.0" + "express": "^5.0.0", + "got": "^15.0.0" }, "devDependencies": { "@google-cloud/logging": "^11.0.0", - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "mocha": "^11.0.0" } } diff --git a/run/markdown-preview/editor/Dockerfile b/run/markdown-preview/editor/Dockerfile index f0f2b5edd1..0f4c3c2158 100644 --- a/run/markdown-preview/editor/Dockerfile +++ b/run/markdown-preview/editor/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/markdown-preview/editor/package.json b/run/markdown-preview/editor/package.json index 61179d8b08..af4f0a0210 100644 --- a/run/markdown-preview/editor/package.json +++ b/run/markdown-preview/editor/package.json @@ -22,13 +22,13 @@ "system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=480000 --exit" }, "dependencies": { - "express": "^4.17.1", - "google-auth-library": "^9.0.0", - "got": "^14.6.5", + "express": "^5.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", "handlebars": "^4.7.8" }, "devDependencies": { - "c8": "^10.0.0", + "c8": "^12.0.0", "mocha": "^11.0.0", "supertest": "^7.0.0" } diff --git a/run/markdown-preview/renderer/Dockerfile b/run/markdown-preview/renderer/Dockerfile index 58e8aa32bc..1f8d6c60fe 100644 --- a/run/markdown-preview/renderer/Dockerfile +++ b/run/markdown-preview/renderer/Dockerfile @@ -14,7 +14,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/markdown-preview/renderer/package.json b/run/markdown-preview/renderer/package.json index 6f7b5cf0bb..11c3b39488 100644 --- a/run/markdown-preview/renderer/package.json +++ b/run/markdown-preview/renderer/package.json @@ -21,15 +21,15 @@ "system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=360000 --exit" }, "dependencies": { - "express": "^4.17.1", + "express": "^5.0.0", "markdown-it": "^14.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^14.6.5", + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", "mocha": "^11.0.0", - "sinon": "^18.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0" } } diff --git a/run/pubsub/Dockerfile b/run/pubsub/Dockerfile index 69f9f5fb7d..d6a49a9a9e 100644 --- a/run/pubsub/Dockerfile +++ b/run/pubsub/Dockerfile @@ -16,7 +16,7 @@ # Use the official lightweight Node.js image. # https://hub.docker.com/_/node -FROM node:20-slim +FROM node:24-slim # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/pubsub/package.json b/run/pubsub/package.json index b294e11e3b..c011519711 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -19,15 +19,15 @@ "system-test": "c8 mocha -p -j 2 test/system.test.js --timeout=360000 --exit" }, "dependencies": { - "express": "^4.16.4" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0", + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", + "sinon": "^22.0.0", "supertest": "^7.0.0", - "uuid": "^11.1.1" + "uuid": "^14.0.0" } } diff --git a/run/system-package/Dockerfile b/run/system-package/Dockerfile index d462084ab1..3010d19f24 100644 --- a/run/system-package/Dockerfile +++ b/run/system-package/Dockerfile @@ -14,7 +14,7 @@ # Use the official super-lightweight Node image. # https://hub.docker.com/_/node -FROM node:20-alpine +FROM node:24-alpine # Create and change to the app directory. WORKDIR /usr/src/app diff --git a/run/system-package/package.json b/run/system-package/package.json index da69b8fc22..07e698ac5a 100644 --- a/run/system-package/package.json +++ b/run/system-package/package.json @@ -15,13 +15,13 @@ "node": ">=18.0.0" }, "dependencies": { - "express": "^4.17.1" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/run/websockets/package.json b/run/websockets/package.json index f9c96b0be9..ada4b6670e 100644 --- a/run/websockets/package.json +++ b/run/websockets/package.json @@ -16,16 +16,16 @@ }, "dependencies": { "@socket.io/redis-adapter": "^8.1.0", - "express": "^4.18.2", - "redis": "^4.6.5", + "express": "^5.0.0", + "redis": "^6.0.0", "socket.io": "4.7.2" }, "devDependencies": { - "@types/express": "^4.17.17", - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.2.0", - "puppeteer": "^23.0.0" + "@types/express": "^5.0.0", + "c8": "^12.0.0", + "google-auth-library": "^10.0.0", + "got": "^15.0.0", + "mocha": "^11.0.0", + "puppeteer": "^25.0.0" } } diff --git a/scheduler/package.json b/scheduler/package.json index cddfa16809..1c4061f31d 100644 --- a/scheduler/package.json +++ b/scheduler/package.json @@ -18,17 +18,17 @@ "test": "c8 mocha -p -j 2 --loader=ts-node/esm --extension ts --timeout 20000 --exit" }, "dependencies": { - "@google-cloud/scheduler": "^4.0.0" + "@google-cloud/scheduler": "^5.0.0" }, "devDependencies": { - "@types/chai": "^4.3.4", + "@types/chai": "^5.0.0", "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "gts": "^5.0.0", - "mocha": "^10.2.0", + "@types/node": "^24.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", "ts-node": "^10.9.1", - "typescript": "^5.0.0" + "typescript": "^7.0.0" } } diff --git a/secret-manager/package.json b/secret-manager/package.json index f7d5bea392..4b220757de 100644 --- a/secret-manager/package.json +++ b/secret-manager/package.json @@ -18,9 +18,9 @@ "@google-cloud/resource-manager": "^6.2.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/security-center/snippets/package.json b/security-center/snippets/package.json index e7a23b05da..01763aa09e 100644 --- a/security-center/snippets/package.json +++ b/security-center/snippets/package.json @@ -13,15 +13,15 @@ }, "license": "Apache-2.0", "dependencies": { - "@google-cloud/pubsub": "^4.0.0", - "@google-cloud/security-center": "^8.7.0", + "@google-cloud/pubsub": "^5.0.0", + "@google-cloud/security-center": "^9.0.0", "@google-cloud/securitycentermanagement": "^0.5.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.4.0", - "uuid": "^11.1.1", - "@google-cloud/bigquery": "^7.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0", + "@google-cloud/bigquery": "^8.0.0" } } diff --git a/service-directory/snippets/package.json b/service-directory/snippets/package.json index f7b6705000..b466c4b64e 100644 --- a/service-directory/snippets/package.json +++ b/service-directory/snippets/package.json @@ -13,12 +13,12 @@ "test": "c8 mocha -p -j 2 --timeout 600000 test/*.js" }, "dependencies": { - "@google-cloud/service-directory": "^5.0.0" + "@google-cloud/service-directory": "^6.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/spanner/package.json b/spanner/package.json index 4d6524f235..9990701d42 100644 --- a/spanner/package.json +++ b/spanner/package.json @@ -18,21 +18,21 @@ "@google-cloud/kms": "^5.0.0", "@google-cloud/precise-date": "^5.0.0", "@google-cloud/spanner": "^8.6.0", - "protobufjs": "^7.0.0", - "yargs": "^17.0.0" + "protobufjs": "^8.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "@google-cloud/opentelemetry-cloud-trace-exporter": "^2.4.1", + "@google-cloud/opentelemetry-cloud-trace-exporter": "^3.0.0", "@opentelemetry/exporter-trace-otlp-grpc": "^0.57.0", "@opentelemetry/instrumentation": "^0.57.0", "@opentelemetry/instrumentation-grpc": "^0.57.0", - "@opentelemetry/resources": "1.30.1", - "@opentelemetry/sdk-trace-base": "~1.30.1", - "@opentelemetry/sdk-trace-node": "^1.30.1", + "@opentelemetry/resources": "2.9.0", + "@opentelemetry/sdk-trace-base": "~2.9.0", + "@opentelemetry/sdk-trace-node": "^2.0.0", "@opentelemetry/api": "^1.9.0", - "@opentelemetry/core": "^1.30.1", - "chai": "^4.2.0", - "mocha": "^9.0.0", - "p-limit": "^3.0.1" + "@opentelemetry/core": "^2.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "p-limit": "^7.0.0" } } \ No newline at end of file diff --git a/speech/package.json b/speech/package.json index edb13339dc..396126cba4 100644 --- a/speech/package.json +++ b/speech/package.json @@ -15,18 +15,18 @@ "test": "c8 mocha -p -j 2 system-test --timeout 600000" }, "dependencies": { - "@google-cloud/speech": "^6.0.0", + "@google-cloud/speech": "^7.0.0", "@google-cloud/storage": "^7.0.0", "chalk": "^5.0.0", "fs.promises": "^0.1.2", "node-record-lpcm16": "^1.0.1", - "sinon": "^18.0.0", - "yargs": "^17.0.0" + "sinon": "^22.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/storage-control/package.json b/storage-control/package.json index cfe14cd0ad..e0c29d2698 100644 --- a/storage-control/package.json +++ b/storage-control/package.json @@ -14,9 +14,9 @@ "devDependencies": { "@google-cloud/storage": "^7.17.0", "@google-cloud/storage-control": "^0.5.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.7.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/storage/package.json b/storage/package.json index ae96dd08f2..1a100d7392 100644 --- a/storage/package.json +++ b/storage/package.json @@ -16,15 +16,15 @@ "test": "mocha system-test/*.js --timeout 800000" }, "dependencies": { - "@google-cloud/pubsub": "^4.0.0", + "@google-cloud/pubsub": "^5.0.0", "@google-cloud/storage": "^7.19.0", - "node-fetch": "^2.6.7", - "uuid": "^11.1.1", - "yargs": "^16.0.0" + "node-fetch": "^3.0.0", + "uuid": "^14.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "chai": "^4.2.0", - "mocha": "^8.0.0", - "p-limit": "^3.1.0" + "chai": "^6.0.0", + "mocha": "^11.0.0", + "p-limit": "^7.0.0" } } diff --git a/storagetransfer/package.json b/storagetransfer/package.json index e7b5bec1fd..c0883834ef 100644 --- a/storagetransfer/package.json +++ b/storagetransfer/package.json @@ -13,16 +13,16 @@ "test": "c8 mocha -p -j 2 ---parallel --timeout 600000 test/*.test.js" }, "dependencies": { - "@google-cloud/storage-transfer": "^3.0.0" + "@google-cloud/storage-transfer": "^4.0.0" }, "devDependencies": { "@azure/storage-blob": "^12.12.0", "@google-cloud/storage": "^7.0.0", - "@google-cloud/pubsub": "^4.0.5", + "@google-cloud/pubsub": "^5.0.0", "aws-sdk": "^2.1073.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/talent/package.json b/talent/package.json index beb0f775e5..fc44e490fa 100644 --- a/talent/package.json +++ b/talent/package.json @@ -17,15 +17,15 @@ "lint:fix": "npm run lint -- --fix" }, "dependencies": { - "@google-cloud/talent": "^6.0.0", - "yargs": "^17.0.0" + "@google-cloud/talent": "^7.0.0", + "yargs": "^18.0.0" }, "devDependencies": { "@types/mocha": "^10.0.0", - "@types/node": "^20.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "@types/node": "^24.0.0", + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/texttospeech/package.json b/texttospeech/package.json index b5b2412730..54f30c9bc3 100644 --- a/texttospeech/package.json +++ b/texttospeech/package.json @@ -15,11 +15,11 @@ "lint": "gts lint" }, "dependencies": { - "@google-cloud/text-to-speech": "^5.3.0", - "yargs": "^17.0.0" + "@google-cloud/text-to-speech": "^6.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0" } } diff --git a/tpu/package.json b/tpu/package.json index 44140e7f0b..9c2a427276 100644 --- a/tpu/package.json +++ b/tpu/package.json @@ -14,11 +14,11 @@ "test": "c8 mocha -p -j 2 test --timeout 1200000" }, "dependencies": { - "@google-cloud/tpu": "^3.5.0", - "sinon": "^19.0.2" + "@google-cloud/tpu": "^4.0.0", + "sinon": "^22.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "mocha": "^11.0.0" } } \ No newline at end of file diff --git a/translate/package.json b/translate/package.json index fb7a4cfe6c..a299442855 100644 --- a/translate/package.json +++ b/translate/package.json @@ -14,17 +14,17 @@ "test": "c8 mocha -p -j 2 --recursive --timeout 240000" }, "dependencies": { - "@google-cloud/automl": "^4.0.0", - "@google-cloud/text-to-speech": "^5.0.0", - "@google-cloud/translate": "^8.0.0", - "@google-cloud/vision": "^4.0.0", - "yargs": "^17.0.0" + "@google-cloud/automl": "^5.0.0", + "@google-cloud/text-to-speech": "^6.0.0", + "@google-cloud/translate": "^9.0.0", + "@google-cloud/vision": "^5.0.0", + "yargs": "^18.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/video-intelligence/package.json b/video-intelligence/package.json index c8241bff19..f19b0ff1fa 100644 --- a/video-intelligence/package.json +++ b/video-intelligence/package.json @@ -15,12 +15,12 @@ "test": "c8 mocha -p -j 2 system-test --timeout=800000" }, "dependencies": { - "@google-cloud/video-intelligence": "^5.0.0", - "yargs": "^17.0.0" + "@google-cloud/video-intelligence": "^6.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/vision/package.json b/vision/package.json index b09989a7a3..b38d8a4219 100644 --- a/vision/package.json +++ b/vision/package.json @@ -13,19 +13,19 @@ "test": "c8 mocha -p -j 2 system-test --timeout 600000" }, "dependencies": { - "@google-cloud/vision": "^4.0.0", + "@google-cloud/vision": "^5.0.0", "natural": "^8.0.0", "pureimage": "^0.3.17", - "redis": "^4.6.5", - "yargs": "^17.7.1" + "redis": "^6.0.0", + "yargs": "^18.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@types/yargs": "^17.0.22", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.2.0", - "uuid": "^11.1.1" + "c8": "^12.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^14.0.0" } } diff --git a/workflows/invoke-private-endpoint/package.json b/workflows/invoke-private-endpoint/package.json index 6fde33c8ec..9947e3ef5f 100644 --- a/workflows/invoke-private-endpoint/package.json +++ b/workflows/invoke-private-endpoint/package.json @@ -17,11 +17,11 @@ "test": "c8 mocha -p -j 2 --exit test/*.test.js" }, "dependencies": { - "express": "^4.17.1" + "express": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^12.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/workflows/package.json b/workflows/package.json index 08291bc8f6..50e2b7fe55 100644 --- a/workflows/package.json +++ b/workflows/package.json @@ -13,14 +13,14 @@ "test": "c8 mocha -p -j 2 --loader=ts-node/esm --extension ts --timeout 600000 --exit" }, "dependencies": { - "@google-cloud/workflows": "^3.0.0" + "@google-cloud/workflows": "^5.0.0" }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", - "c8": "^10.0.0", - "gts": "^5.0.0", - "mocha": "^10.2.0", + "@types/node": "^24.0.0", + "c8": "^12.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", "ts-node": "^10.9.1" } } diff --git a/workflows/quickstart/package.json b/workflows/quickstart/package.json index dabe052eac..e252451b90 100644 --- a/workflows/quickstart/package.json +++ b/workflows/quickstart/package.json @@ -14,13 +14,13 @@ "test": "mocha --loader=ts-node/esm --extension ts --timeout 600000 --exit" }, "dependencies": { - "@google-cloud/workflows": "^3.0.0", - "typescript": "^5.1.6" + "@google-cloud/workflows": "^5.0.0", + "typescript": "^7.0.0" }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", - "gts": "^5.0.0", - "mocha": "^10.2.0" + "@types/node": "^24.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0" } }