diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index 4d7ad0964f..4a4a969b33 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -13,16 +13,16 @@ "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": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0", + "sinon": "^21.0.0" } } diff --git a/appengine/analytics/package.json b/appengine/analytics/package.json index 6601ad1c21..dc46a18cff 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": "^11.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..fe8e75cb3f 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": "^11.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..78333aa4a8 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/datastore/package.json b/appengine/datastore/package.json index 49cf16bb96..cd66ed2dcb 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": "^11.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index e302c18171..beca346870 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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^21.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..b54040cdc2 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": "^11.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..44d8428d0a 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": "^11.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/memcached/package.json b/appengine/memcached/package.json index 264c3499db..561f62d851 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": "^11.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..8b30bdd452 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": "^11.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..0f6240a7a6 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": "^11.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index 95657ab8d9..10a7a35943 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": "^11.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": "^21.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..00f8260efb 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": "^11.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 a9cb78e8e1..9cd7875e1d 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", - "multer": "^1.4.5-lts.1", + "express": "^5.0.0", + "multer": "^2.0.0", "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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.0.0" } } diff --git a/appengine/storage/standard/package.json b/appengine/storage/standard/package.json index a9cb78e8e1..9cd7875e1d 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", - "multer": "^1.4.5-lts.1", + "express": "^5.0.0", + "multer": "^2.0.0", "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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.0.0" } } diff --git a/appengine/typescript/package.json b/appengine/typescript/package.json index be65b8723b..041c9997e3 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": "^11.0.0", + "chai": "^6.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", + "typescript": "^6.0.0", "wait-port": "^1.0.0" } } diff --git a/appengine/websockets/package.json b/appengine/websockets/package.json index 411bf073d1..7e08b8d202 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": "^11.0.0", + "mocha": "^11.0.0", + "puppeteer": "^24.0.0" } } diff --git a/asset/snippets/package.json b/asset/snippets/package.json index cb47edd476..ab24581b45 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", + "uuid": "^13.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 00c59e7b65..a473e14a7f 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/automl/package.json b/automl/package.json index ed73e722a7..f8f62e725f 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/batch/package.json b/batch/package.json index 236e107693..d904059627 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": "^11.0.0", + "mocha": "^11.0.0", + "nanoid": "^5.0.0" } } diff --git a/bigquery/cloud-client/package.json b/bigquery/cloud-client/package.json index fb97277d3a..cfd15df556 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.1.1" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/cloud-language/package.json b/cloud-language/package.json index 3842a0e2f2..3a4e6650ea 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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..dd4a3ba959 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": "^11.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..1f5545fc6c 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": "^11.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..21e3ef224e 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": "^11.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..4087028fc8 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": "^11.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..efcb4da5de 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": "^19.0.0", "winston": "^3.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^11.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 98a943e419..cec00d4626 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/cloud-tasks/tutorial-gcf/app/package.json b/cloud-tasks/tutorial-gcf/app/package.json index b50f8b4c06..ef9c1b11ba 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": "^11.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..4fc0671807 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/cloudbuild/package.json b/cloudbuild/package.json index e872969f39..73c328c6df 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": "^11.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..2a7a4f40fd 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": "^21.0.0" }, "scripts": { "test": "mocha test/*.test.js --timeout=20000" diff --git a/composer/package.json b/composer/package.json index 861d14a013..9a6858c18b 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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/compute/package.json b/compute/package.json index 131aac53f3..fd609cf5de 100644 --- a/compute/package.json +++ b/compute/package.json @@ -14,18 +14,18 @@ "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": "^6.0.0", "nodemailer-smtp-transport": "^2.7.4", - "sinon": "^19.0.2" + "sinon": "^21.0.0" }, "devDependencies": { "@google-cloud/storage": "^7.0.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.0.1", - "uuid": "^10.0.0" + "uuid": "^13.0.0" } } diff --git a/contact-center-insights/package.json b/contact-center-insights/package.json index 6c64c9994f..b0d7d6ae25 100644 --- a/contact-center-insights/package.json +++ b/contact-center-insights/package.json @@ -13,14 +13,14 @@ "test": "c8 mocha -p -j 2 --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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/container-analysis/snippets/package.json b/container-analysis/snippets/package.json index 425af61fb7..b5069c15ce 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/container/package.json b/container/package.json index 37f7279944..d20189adb6 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": "^11.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 21cf33a18c..7151b5f86f 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 68bb12cb49..80b1a63d7e 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 d775469d11..605149e82a 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", + "c8": "^11.0.0", + "chai": "^6.0.0", "execa": "^9.0.0", - "mocha": "^10.0.0", - "uuid": "^10.0.0" + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/datalabeling/package.json b/datalabeling/package.json index badd53b589..a0f08a1220 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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/dataproc/package.json b/dataproc/package.json index e3516df867..a139030442 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/datastore/functions/package.json b/datastore/functions/package.json index 38aca02bee..9f4469f7f1 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -14,17 +14,17 @@ "test": "c8 mocha -p -j 2 test/*.test.js --timeout=5000" }, "dependencies": { - "@google-cloud/datastore": "^9.0.0" + "@google-cloud/datastore": "^10.0.0" }, "devDependencies": { - "@google-cloud/functions-framework": "^3.0.0", - "c8": "^10.0.0", + "@google-cloud/functions-framework": "^5.0.0", + "c8": "^11.0.0", "child-process-promise": "^2.2.1", - "mocha": "^10.0.0", + "mocha": "^11.0.0", "node-fetch": "^3.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0", + "sinon": "^21.0.0", + "uuid": "^13.0.0", "wait-port": "^1.0.4" } } diff --git a/dialogflow-cx/package.json b/dialogflow-cx/package.json index 17c907f70b..da432da723 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/dialogflow/package.json b/dialogflow/package.json index 13b2eeb85c..6232096357 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/discoveryengine/package.json b/discoveryengine/package.json index 167a1015be..86b2f6c802 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": "^10.0.0" + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/dlp/package.json b/dlp/package.json index 2ba79f42e8..b1b72b9bc8 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", + "c8": "^11.0.0", + "chai": "^6.0.0", "mime": "^4.0.0", - "mocha": "^10.0.0", - "pixelmatch": "^6.0.0", + "mocha": "^11.0.0", + "pixelmatch": "^7.0.0", "pngjs": "^7.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", - "uuid": "^10.0.0" + "sinon": "^21.0.0", + "uuid": "^13.0.0" } } diff --git a/document-ai/package.json b/document-ai/package.json index a2cce35277..052967fe18 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": "^8.0.0" + "p-queue": "^9.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/document-warehouse/package.json b/document-warehouse/package.json index c52a4d966a..0eb73c829e 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": "^11.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..8391969bec 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/error-reporting/package.json b/error-reporting/package.json index e55f01caf9..edd0fe6a8a 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": "^11.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..f3880a2d51 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": "^11.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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 99aef7c3fa..f94faef5f9 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": "^11.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.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..b7cabcf98c 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": "^11.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/functions/billing/package.json b/functions/billing/package.json index 0c59d6c3e9..70165df630 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", - "google-auth-library": "^9.0.0", - "googleapis": "^143.0.0", + "@google-cloud/billing": "^5.0.0", + "@google-cloud/compute": "^6.0.0", + "google-auth-library": "^10.0.0", + "googleapis": "^171.0.0", "slack": "^11.0.1" }, "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": "^11.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "promise-retry": "^2.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^21.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..23e0918666 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": "^21.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..1f818537cd 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/firebase/helloAnalytics/package.json b/functions/firebase/helloAnalytics/package.json index ab6a3b72f1..f78ed7490d 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/functions/firebase/helloAuth/package.json b/functions/firebase/helloAuth/package.json index e0057948a4..76b3309f97 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/functions/firebase/helloFirestore/package.json b/functions/firebase/helloFirestore/package.json index c010e65379..38036dca9e 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.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..2e6a2a85a3 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/functions/firebase/helloRemoteConfig/package.json b/functions/firebase/helloRemoteConfig/package.json index 4395f1d6c3..abe4be5dc8 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/functions/firebase/makeUpperCase/package.json b/functions/firebase/makeUpperCase/package.json index 3ce9d98430..f07c917063 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.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 b9ddfe1e02..00cf9ddd44 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": "^21.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.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..679f3f01fa 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/helloworld/helloGCS/package.json b/functions/helloworld/helloGCS/package.json index 00abd7607e..f7521385c8 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": "^11.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "moment": "^2.24.0", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0", + "sinon": "^21.0.0", + "uuid": "^13.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/helloworld/helloPubSub/package.json b/functions/helloworld/helloPubSub/package.json index 189d5931c3..99f026edb4 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": "^11.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "moment": "^2.29.4", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0", + "sinon": "^21.0.0", + "uuid": "^13.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/helloworld/helloworldGet/package.json b/functions/helloworld/helloworldGet/package.json index d17681b8eb..6c9b29fca0 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": "^11.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..851fd1c8ef 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": "^11.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 4f5c8c8473..ef7082a3c3 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": "^21.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0", + "uuid": "^13.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/http/corsEnabledFunction/package.json b/functions/http/corsEnabledFunction/package.json index 69bed9ba37..8352ea6b41 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.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..c4c20d09de 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.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..856c3bc3b2 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..8f1a8f9210 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..cb65b5373d 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": "^21.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..c01ff2f479 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": "^11.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 cf6fa1cc8b..d9f6043638 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", "gm": "^1.23.1" }, "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": "^11.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^21.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..8e7b9e5581 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..ed7fb9748a 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": "^21.0.0" } } diff --git a/functions/log/processEntry/package.json b/functions/log/processEntry/package.json index 33ba16e805..bb4a144511 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/functions/memorystore/redis/package.json b/functions/memorystore/redis/package.json index d3e29814a6..d6546472bd 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": "^5.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", - "sinon": "^18.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index a54096f90a..495709bff8 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 12e8a55e2e..17650512be 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": "^21.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/publish/package.json b/functions/pubsub/publish/package.json index cc101b93ef..5007cc39c5 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": "^11.0.0", + "gaxios": "^7.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/subscribe/package.json b/functions/pubsub/subscribe/package.json index e03880537a..10ad832d5d 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/scheduleinstance/package.json b/functions/scheduleinstance/package.json index d050b4e016..06beb9bb4b 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.0.0", - "sinon": "^18.0.0" + "sinon": "^21.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..a343c4330a 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/functions/slack/package.json b/functions/slack/package.json index de00569994..ec5900f035 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", "@slack/events-api": "^3.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/functions/spanner/package.json b/functions/spanner/package.json index 774867f929..ff4b25ff23 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^21.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..0620dc1abc 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": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^21.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..641475c1ef 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": "^21.0.0" } } diff --git a/functions/tips/retry/package.json b/functions/tips/retry/package.json index 15209e7f66..92ed982622 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/tips/scopeDemo/package.json b/functions/tips/scopeDemo/package.json index 9bd294252a..5908786592 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/v2/autoLabelInstance/package.json b/functions/v2/autoLabelInstance/package.json index 0e5734bd9f..17a7b3b766 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": "^11.0.0", + "mocha": "^11.0.0", + "p-retry": "^8.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.0.0" } } diff --git a/functions/v2/cloudEventLogging/package.json b/functions/v2/cloudEventLogging/package.json index 4329e29830..1b8f4976c9 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": "^11.0.0", + "cloudevents": "^10.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/v2/firebase/firestore/helloFirestore/package.json b/functions/v2/firebase/firestore/helloFirestore/package.json index 08c3a4211e..823764e0b1 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..1e2ea57363 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": "^11.0.0", + "mocha": "^11.0.0", + "rewire": "^9.0.0", + "sinon": "^21.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..ad8040e532 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..e99c6b18db 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..3d36d10a63 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloBigQuery/package.json b/functions/v2/helloBigQuery/package.json index 19f72c4ca1..6add609b17 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": "^11.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..29d76eac0b 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloPubSub/package.json b/functions/v2/helloPubSub/package.json index c5432fd41d..b912682396 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.0.0" } } diff --git a/functions/v2/httpLogging/package.json b/functions/v2/httpLogging/package.json index 2466e87118..2706181695 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } \ No newline at end of file diff --git a/functions/v2/imagemagick/package.json b/functions/v2/imagemagick/package.json index 43e1ac3d46..9ad8a3d223 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", "gm": "^1.23.1" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0", + "c8": "^11.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/log/processEntry/package.json b/functions/v2/log/processEntry/package.json index 8a63b117a4..1e0a0b958e 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..2defee7c79 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/responseStreaming/package.json b/functions/v2/responseStreaming/package.json index c8ea7719f4..5d5847704d 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/stopBilling/package.json b/functions/v2/stopBilling/package.json index 1f0a4b9086..d0957a7aeb 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": "^11.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..c110def389 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/v2/tips/retry/package.json b/functions/v2/tips/retry/package.json index 211ca2ef85..c46c9bb058 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.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..561bad2205 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/functions/v2/typed/greeting/package.json b/functions/v2/typed/greeting/package.json index cdece30e7c..7885be318c 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": "^11.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0" } } diff --git a/genai/batch-prediction/package.json b/genai/batch-prediction/package.json index 74d7f072ce..d7c3fce4d8 100644 --- a/genai/batch-prediction/package.json +++ b/genai/batch-prediction/package.json @@ -21,9 +21,9 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^11.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..3334bedb09 100644 --- a/genai/bounding-box/package.json +++ b/genai/bounding-box/package.json @@ -12,11 +12,11 @@ "dependencies": { "@google/genai": "1.30.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": "^11.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..ca108baf12 100644 --- a/genai/content-cache/package.json +++ b/genai/content-cache/package.json @@ -14,8 +14,8 @@ "luxon": "^3.7.1" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.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..28a422c7ff 100644 --- a/genai/controlled-generation/package.json +++ b/genai/controlled-generation/package.json @@ -13,8 +13,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.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..9cabe7eefb 100644 --- a/genai/count-tokens/package.json +++ b/genai/count-tokens/package.json @@ -13,8 +13,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/embeddings/package.json b/genai/embeddings/package.json index 7d82cd5e2e..8aa6a99cdb 100644 --- a/genai/embeddings/package.json +++ b/genai/embeddings/package.json @@ -21,8 +21,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.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..8b8d14cd59 100644 --- a/genai/express-mode/package.json +++ b/genai/express-mode/package.json @@ -21,9 +21,9 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^11.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 50a1968737..435ca5a12b 100644 --- a/genai/image-generation/package.json +++ b/genai/image-generation/package.json @@ -15,8 +15,8 @@ "date-fns": "^4.1.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/live/package.json b/genai/live/package.json index 6df7d1b49b..1564e4b212 100644 --- a/genai/live/package.json +++ b/genai/live/package.json @@ -12,14 +12,14 @@ "dependencies": { "@google/genai": "1.30.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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^21.0.0" } } diff --git a/genai/package.json b/genai/package.json index f14d1d38f7..7bcb90069d 100644 --- a/genai/package.json +++ b/genai/package.json @@ -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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "node-fetch": "^3.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", - "uuid": "^10.0.0" + "sinon": "^21.0.0", + "uuid": "^13.0.0" } } diff --git a/genai/provisioned-throughput/package.json b/genai/provisioned-throughput/package.json index 12bbc618e2..84f900afa8 100644 --- a/genai/provisioned-throughput/package.json +++ b/genai/provisioned-throughput/package.json @@ -21,8 +21,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/safety/package.json b/genai/safety/package.json index 6923065a92..4bedf1cd72 100644 --- a/genai/safety/package.json +++ b/genai/safety/package.json @@ -21,8 +21,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.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..b45550401b 100644 --- a/genai/text-generation/package.json +++ b/genai/text-generation/package.json @@ -13,8 +13,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/thinking/package.json b/genai/thinking/package.json index eb92893f30..9e9ca95d87 100644 --- a/genai/thinking/package.json +++ b/genai/thinking/package.json @@ -13,8 +13,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/tools/package.json b/genai/tools/package.json index 4e5e1aed4e..32165f653d 100644 --- a/genai/tools/package.json +++ b/genai/tools/package.json @@ -13,8 +13,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/genai/tuning/package.json b/genai/tuning/package.json index 44ccf7e813..93ee76c364 100644 --- a/genai/tuning/package.json +++ b/genai/tuning/package.json @@ -13,9 +13,9 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", + "c8": "^11.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..c32623124f 100644 --- a/genai/video-generation/package.json +++ b/genai/video-generation/package.json @@ -22,8 +22,8 @@ "@google/genai": "1.30.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0" + "c8": "^11.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 1aedba79e3..18d12ba0f6 100644 --- a/generative-ai/snippets/package.json +++ b/generative-ai/snippets/package.json @@ -13,16 +13,16 @@ "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", "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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", + "uuid": "^13.0.0" } } diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index 8e610ed312..5e13f3d6e3 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 8e610ed312..5e13f3d6e3 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 59fe7d1b58..ab8b34ab8b 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 abb74033ed..b1b512399f 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -12,14 +12,14 @@ "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", - "google-auth-library": "^9.0.0", - "mocha": "^10.0.0", - "uuid": "^10.0.0" + "c8": "^11.0.0", + "google-auth-library": "^10.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 e72bd475c5..3d1c9f33be 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": "^10.0.0" + "@google-cloud/pubsub": "^5.0.0", + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.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 2b4e04eacf..4465006df6 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/kms/package.json b/kms/package.json index 26be9f131a..cc4d4c1df5 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/media/livestream/package.json b/media/livestream/package.json index f905e3ed86..7cdf90c1cf 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/media/transcoder/package.json b/media/transcoder/package.json index 10fc880306..96ca0d276f 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": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index 8a6c1b873e..9ee9fa6963 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/mediatranslation/package.json b/mediatranslation/package.json index fa4c5f93b1..c9d5f51670 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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.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..2b6bf1cd1b 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": "^5.0.0" } } diff --git a/model-armor/package.json b/model-armor/package.json index 88b2a98f81..7e899c7420 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": "^11.0.0", + "chai": "^6.0.0", "mocha": "^11.7.1", - "uuid": "^11.1.0" + "uuid": "^13.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 b6599d983e..063771f81c 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": "^11.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^10.0.0" + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/package.json b/package.json index b239c7ad54..075696f2b6 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": "^11.0.0", + "eslint-config-prettier": "^10.0.0", + "eslint-plugin-n": "^17.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": "^6.0.0" }, "dependencies": { - "commander": "^12.0.0", - "eslint": "^8.57.0" + "commander": "^14.0.0", + "eslint": "^10.0.0" } } diff --git a/parametermanager/package.json b/parametermanager/package.json index 51ac77d454..b62abd69a0 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": "^11.0.0", + "chai": "^6.0.0", "mocha": "^11.1.0", - "uuid": "^11.0.5" + "uuid": "^13.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..b3e53fd6f6 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": "^11.0.0", + "eslint": "^10.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", "ts-node": "^10.9.1", - "typescript": "^5.0.0" + "typescript": "^6.0.0" } } diff --git a/retail/package.json b/retail/package.json index 7ecfac9197..e22437960d 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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/routeoptimization/snippets/package.json b/routeoptimization/snippets/package.json index 4bfa6f1968..8ad8b0338d 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": "^11.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..5e31ef1ff6 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": "^11.0.0", + "google-auth-library": "^10.0.0", + "got": "^14.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..9c17179ec1 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": "^11.0.0", + "google-auth-library": "^10.0.0", + "got": "^14.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..0706c0d181 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", + "express": "^5.0.0", "firebase-admin": "^13.0.0", - "gcp-metadata": "^6.0.0", - "google-auth-library": "^9.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": "^11.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", + "short-uuid": "^6.0.0", + "sinon": "^21.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 d46a057c9b..52420d338e 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", "gm": "^1.23.1" }, "devDependencies": { - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "got": "^11.5.0", - "mocha": "^10.0.0", + "c8": "^11.0.0", + "google-auth-library": "^10.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/run/jobs/package.json b/run/jobs/package.json index 4b7092aaff..6ed85b5dc5 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": "^11.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..09ca1132f1 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": "^14.0.0" }, "devDependencies": { "@google-cloud/logging": "^11.0.0", - "c8": "^10.0.0", - "google-auth-library": "^9.0.0", - "mocha": "^10.0.0" + "c8": "^11.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..2ff38c6352 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", + "express": "^5.0.0", + "google-auth-library": "^10.0.0", "got": "^14.6.5", "handlebars": "^4.7.8" }, "devDependencies": { - "c8": "^10.0.0", + "c8": "^11.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..841f569082 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", + "c8": "^11.0.0", + "google-auth-library": "^10.0.0", "got": "^14.6.5", "mocha": "^11.0.0", - "sinon": "^18.0.0", + "sinon": "^21.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 990ae8ba54..31fa349d10 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": "^11.0.0", + "google-auth-library": "^10.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", + "sinon": "^21.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^13.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..fdb6094af9 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": "^11.0.0", + "google-auth-library": "^10.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/run/websockets/package.json b/run/websockets/package.json index f9c96b0be9..70f04edffc 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": "^5.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": "^11.0.0", + "google-auth-library": "^10.0.0", + "got": "^14.0.0", + "mocha": "^11.0.0", + "puppeteer": "^24.0.0" } } diff --git a/scheduler/package.json b/scheduler/package.json index cddfa16809..2a65285516 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": "^11.0.0", + "chai": "^6.0.0", + "gts": "^7.0.0", + "mocha": "^11.0.0", "ts-node": "^10.9.1", - "typescript": "^5.0.0" + "typescript": "^6.0.0" } } diff --git a/secret-manager/package.json b/secret-manager/package.json index 7d576c93b4..d774772782 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/security-center/snippets/package.json b/security-center/snippets/package.json index 6062d1a0f1..7367666f19 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": "^10.0.0", - "@google-cloud/bigquery": "^7.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0", + "@google-cloud/bigquery": "^8.0.0" } } diff --git a/service-directory/snippets/package.json b/service-directory/snippets/package.json index 396c4086fd..ef16410bd6 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/spanner/package.json b/spanner/package.json index 4d6524f235..6718044285 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.6.1", + "@opentelemetry/sdk-trace-base": "~2.6.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 e1ec2aabae..4c5018d68c 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": "^21.0.0", + "yargs": "^18.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.0.0", - "uuid": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/storage-control/package.json b/storage-control/package.json index 0f6d932845..43c9cfafd8 100644 --- a/storage-control/package.json +++ b/storage-control/package.json @@ -14,9 +14,9 @@ "devDependencies": { "@google-cloud/storage": "^7.12.0", "@google-cloud/storage-control": "^0.2.0", - "c8": "^10.0.0", - "chai": "^4.5.0", - "mocha": "^10.7.0", - "uuid": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/storage/package.json b/storage/package.json index 71acc18ab5..30698ae4f1 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": "^8.0.0", - "yargs": "^16.0.0" + "node-fetch": "^3.0.0", + "uuid": "^13.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 da6571c18a..3f248659a3 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/talent/package.json b/talent/package.json index 4fdaf72e8d..1a739f38c0 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": "^10.0.0" + "@types/node": "^24.0.0", + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/texttospeech/package.json b/texttospeech/package.json index b5b2412730..fee9593f62 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": "^11.0.0", + "mocha": "^11.0.0" } } diff --git a/tpu/package.json b/tpu/package.json index 44140e7f0b..d99403726a 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": "^21.0.0" }, "devDependencies": { - "c8": "^10.0.0", - "mocha": "^10.0.0" + "c8": "^11.0.0", + "mocha": "^11.0.0" } } \ No newline at end of file diff --git a/translate/package.json b/translate/package.json index 378b15a98a..ce47335508 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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/video-intelligence/package.json b/video-intelligence/package.json index c8241bff19..c1e0330d8b 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": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0" } } diff --git a/vision/package.json b/vision/package.json index 06138e90ad..b07545e56e 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": "^5.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": "^10.0.0" + "c8": "^11.0.0", + "chai": "^6.0.0", + "mocha": "^11.0.0", + "uuid": "^13.0.0" } } diff --git a/workflows/invoke-private-endpoint/package.json b/workflows/invoke-private-endpoint/package.json index 6fde33c8ec..d3c4e8c97c 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": "^11.0.0", + "mocha": "^11.0.0", "supertest": "^7.0.0" } } diff --git a/workflows/package.json b/workflows/package.json index 08291bc8f6..7ea7573a30 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": "^11.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..e824553e54 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": "^6.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" } }