diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index 4d7ad0964f..e05242cff3 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -19,10 +19,10 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/appengine/building-an-app/update/package.json b/appengine/building-an-app/update/package.json index c320fc6474..5e7deacaab 100644 --- a/appengine/building-an-app/update/package.json +++ b/appengine/building-an-app/update/package.json @@ -25,7 +25,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index e302c18171..17c0aaf271 100644 --- a/appengine/endpoints/package.json +++ b/appengine/endpoints/package.json @@ -23,10 +23,10 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/memcached/package.json b/appengine/memcached/package.json index 264c3499db..d5df95e1b6 100644 --- a/appengine/memcached/package.json +++ b/appengine/memcached/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index 95657ab8d9..d6f4cfcb5f 100644 --- a/appengine/pubsub/package.json +++ b/appengine/pubsub/package.json @@ -20,11 +20,11 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "jsonwebtoken": "^9.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/storage/flexible/package.json b/appengine/storage/flexible/package.json index a9cb78e8e1..1f34db09cf 100644 --- a/appengine/storage/flexible/package.json +++ b/appengine/storage/flexible/package.json @@ -15,7 +15,7 @@ "pug": "^3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", + "@types/express": "^5.0.0", "@types/multer": "^1.4.7", "@types/proxyquire": "^1.3.28", "@types/supertest": "^6.0.0", diff --git a/appengine/storage/standard/package.json b/appengine/storage/standard/package.json index a9cb78e8e1..1f34db09cf 100644 --- a/appengine/storage/standard/package.json +++ b/appengine/storage/standard/package.json @@ -15,7 +15,7 @@ "pug": "^3.0.2" }, "devDependencies": { - "@types/express": "^4.17.17", + "@types/express": "^5.0.0", "@types/multer": "^1.4.7", "@types/proxyquire": "^1.3.28", "@types/supertest": "^6.0.0", diff --git a/appengine/typescript/package.json b/appengine/typescript/package.json index be65b8723b..7880541055 100644 --- a/appengine/typescript/package.json +++ b/appengine/typescript/package.json @@ -26,10 +26,10 @@ "express": "^4.16.3" }, "devDependencies": { - "@types/express": "^4.17.17", - "@types/node": "^20.0.0", + "@types/express": "^5.0.0", + "@types/node": "^22.0.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "gts": "^5.0.0", "mocha": "^10.2.0", "typescript": "^5.0.0", diff --git a/asset/snippets/package.json b/asset/snippets/package.json index cb47edd476..f54d19c324 100644 --- a/asset/snippets/package.json +++ b/asset/snippets/package.json @@ -24,10 +24,10 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "gts": "^5.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "uuid": "^10.0.0" } } diff --git a/automl/package.json b/automl/package.json index ed73e722a7..2a3f4fbaa1 100644 --- a/automl/package.json +++ b/automl/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/batch/package.json b/batch/package.json index 236e107693..46af098656 100644 --- a/batch/package.json +++ b/batch/package.json @@ -23,6 +23,6 @@ "@types/mocha": "^10.0.7", "c8": "^10.0.0", "mocha": "^10.0.0", - "nanoid": "^3.3.7" + "nanoid": "^5.0.0" } } diff --git a/cloud-language/package.json b/cloud-language/package.json index 3842a0e2f2..7ac509a03e 100644 --- a/cloud-language/package.json +++ b/cloud-language/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/cloud-sql/mysql/mysql/Dockerfile b/cloud-sql/mysql/mysql/Dockerfile index aa8ccc39e9..7f8fcf80ee 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:22-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/mysql/mysql2/Dockerfile b/cloud-sql/mysql/mysql2/Dockerfile index 91c87e8334..5b42797e4f 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:22-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/postgres/knex/Dockerfile b/cloud-sql/postgres/knex/Dockerfile index 8457367715..c2c016828b 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:22-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/sqlserver/mssql/Dockerfile b/cloud-sql/sqlserver/mssql/Dockerfile index d9371f5832..1f76f66b7d 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:22-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-sql/sqlserver/tedious/Dockerfile b/cloud-sql/sqlserver/tedious/Dockerfile index 20a5a67205..4265fd4de2 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:22-slim # Create and change to the app directory. WORKDIR /app diff --git a/cloud-tasks/snippets/Dockerfile b/cloud-tasks/snippets/Dockerfile index aa93c76ca0..838f81afc1 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:22-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..1441e1657b 100644 --- a/cloud-tasks/snippets/package.json +++ b/cloud-tasks/snippets/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/cloud-tasks/tutorial-gcf/app/package.json b/cloud-tasks/tutorial-gcf/app/package.json index b50f8b4c06..832bf42cf7 100644 --- a/cloud-tasks/tutorial-gcf/app/package.json +++ b/cloud-tasks/tutorial-gcf/app/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/cloud-tasks/tutorial-gcf/function/package.json b/cloud-tasks/tutorial-gcf/function/package.json index ee2ef53483..65f0244938 100644 --- a/cloud-tasks/tutorial-gcf/function/package.json +++ b/cloud-tasks/tutorial-gcf/function/package.json @@ -17,6 +17,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/cloudbuild/package.json b/cloudbuild/package.json index e872969f39..62410be877 100644 --- a/cloudbuild/package.json +++ b/cloudbuild/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/composer/functions/composer-storage-trigger/package.json b/composer/functions/composer-storage-trigger/package.json index f5549691f2..be1f8749f0 100644 --- a/composer/functions/composer-storage-trigger/package.json +++ b/composer/functions/composer-storage-trigger/package.json @@ -18,7 +18,7 @@ "devDependencies": { "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "scripts": { "test": "mocha test/*.test.js --timeout=20000" diff --git a/composer/package.json b/composer/package.json index 861d14a013..7b958948b1 100644 --- a/composer/package.json +++ b/composer/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/compute/package.json b/compute/package.json index 131aac53f3..885ba60fd5 100644 --- a/compute/package.json +++ b/compute/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "proxyquire": "^2.0.1", "uuid": "^10.0.0" diff --git a/contact-center-insights/package.json b/contact-center-insights/package.json index 6c64c9994f..286a16cc3d 100644 --- a/contact-center-insights/package.json +++ b/contact-center-insights/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/container-analysis/snippets/package.json b/container-analysis/snippets/package.json index 425af61fb7..b07a870896 100644 --- a/container-analysis/snippets/package.json +++ b/container-analysis/snippets/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/container/package.json b/container/package.json index 37f7279944..70bc5d3a3c 100644 --- a/container/package.json +++ b/container/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/datacatalog/snippets/package.json b/datacatalog/snippets/package.json index d775469d11..c86cc14327 100644 --- a/datacatalog/snippets/package.json +++ b/datacatalog/snippets/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "execa": "^9.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" diff --git a/datalabeling/package.json b/datalabeling/package.json index badd53b589..79741610d0 100644 --- a/datalabeling/package.json +++ b/datalabeling/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/dataproc/package.json b/dataproc/package.json index e3516df867..94e10ecc65 100644 --- a/dataproc/package.json +++ b/dataproc/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/datastore/functions/package.json b/datastore/functions/package.json index 38aca02bee..b11a15d7b3 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -23,7 +23,7 @@ "mocha": "^10.0.0", "node-fetch": "^3.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "uuid": "^10.0.0", "wait-port": "^1.0.4" } diff --git a/dialogflow-cx/package.json b/dialogflow-cx/package.json index 17c907f70b..56575e32a8 100644 --- a/dialogflow-cx/package.json +++ b/dialogflow-cx/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/dialogflow/package.json b/dialogflow/package.json index 13b2eeb85c..7a09c9131e 100644 --- a/dialogflow/package.json +++ b/dialogflow/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/discoveryengine/package.json b/discoveryengine/package.json index 167a1015be..5dec9cadfb 100644 --- a/discoveryengine/package.json +++ b/discoveryengine/package.json @@ -17,7 +17,7 @@ "p-queue": "^8.0.0" }, "devDependencies": { - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/dlp/package.json b/dlp/package.json index 2ba79f42e8..961598709d 100644 --- a/dlp/package.json +++ b/dlp/package.json @@ -21,13 +21,13 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mime": "^4.0.0", "mocha": "^10.0.0", "pixelmatch": "^6.0.0", "pngjs": "^7.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "uuid": "^10.0.0" } } diff --git a/document-ai/package.json b/document-ai/package.json index a2cce35277..62b8f92a9c 100644 --- a/document-ai/package.json +++ b/document-ai/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index 0d3b6b935a..3e2d30addf 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -21,7 +21,7 @@ "yargs": "^17.0.0" }, "devDependencies": { - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "wait-port": "^1.0.4" } diff --git a/endpoints/getting-started/package.json b/endpoints/getting-started/package.json index a66f3dc59f..6cd6d2b74e 100644 --- a/endpoints/getting-started/package.json +++ b/endpoints/getting-started/package.json @@ -23,7 +23,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/error-reporting/package.json b/error-reporting/package.json index e55f01caf9..cde5f1d1f0 100644 --- a/error-reporting/package.json +++ b/error-reporting/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "gaxios": "^6.0.0", "mocha": "^10.0.0" } diff --git a/eventarc/audit-storage/Dockerfile b/eventarc/audit-storage/Dockerfile index 711737d7a5..5c8be4aa62 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:22-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..dd37730a0f 100644 --- a/eventarc/audit-storage/package.json +++ b/eventarc/audit-storage/package.json @@ -25,9 +25,9 @@ }, "devDependencies": { "c8": "^10.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/eventarc/generic/Dockerfile b/eventarc/generic/Dockerfile index 9246cecd1c..e366fbafb0 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:22-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..1f0a457fd5 100644 --- a/eventarc/generic/package.json +++ b/eventarc/generic/package.json @@ -22,9 +22,9 @@ }, "devDependencies": { "c8": "^10.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "uuid": "^10.0.0" } diff --git a/eventarc/pubsub/Dockerfile b/eventarc/pubsub/Dockerfile index 9246cecd1c..e366fbafb0 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:22-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..4b84aeaca4 100644 --- a/eventarc/pubsub/package.json +++ b/eventarc/pubsub/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", "supertest": "^7.0.0" } diff --git a/functions/billing/package.json b/functions/billing/package.json index 0c59d6c3e9..dd40e53c12 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -17,7 +17,7 @@ "@google-cloud/billing": "^4.0.0", "@google-cloud/compute": "^4.0.0", "google-auth-library": "^9.0.0", - "googleapis": "^143.0.0", + "googleapis": "^144.0.0", "slack": "^11.0.1" }, "devDependencies": { @@ -27,7 +27,7 @@ "mocha": "^10.0.0", "promise-retry": "^2.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/concepts/package.json b/functions/concepts/package.json index 3faa393b8a..fcb0edd157 100644 --- a/functions/concepts/package.json +++ b/functions/concepts/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/env_vars/package.json b/functions/env_vars/package.json index f99e1fea61..7d56530b64 100644 --- a/functions/env_vars/package.json +++ b/functions/env_vars/package.json @@ -17,6 +17,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/firebase/helloAnalytics/package.json b/functions/firebase/helloAnalytics/package.json index ab6a3b72f1..92583dd61b 100644 --- a/functions/firebase/helloAnalytics/package.json +++ b/functions/firebase/helloAnalytics/package.json @@ -18,6 +18,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/firebase/helloAuth/package.json b/functions/firebase/helloAuth/package.json index e0057948a4..98346c4ffa 100644 --- a/functions/firebase/helloAuth/package.json +++ b/functions/firebase/helloAuth/package.json @@ -18,6 +18,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/firebase/helloFirestore/package.json b/functions/firebase/helloFirestore/package.json index c010e65379..46852839c6 100644 --- a/functions/firebase/helloFirestore/package.json +++ b/functions/firebase/helloFirestore/package.json @@ -18,7 +18,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/firestore": "^7.0.0" diff --git a/functions/firebase/helloRTDB/package.json b/functions/firebase/helloRTDB/package.json index 2667d6317a..c457414c2e 100644 --- a/functions/firebase/helloRTDB/package.json +++ b/functions/firebase/helloRTDB/package.json @@ -18,6 +18,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/firebase/helloRemoteConfig/package.json b/functions/firebase/helloRemoteConfig/package.json index 4395f1d6c3..79dd585fd8 100644 --- a/functions/firebase/helloRemoteConfig/package.json +++ b/functions/firebase/helloRemoteConfig/package.json @@ -18,6 +18,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/firebase/makeUpperCase/package.json b/functions/firebase/makeUpperCase/package.json index 3ce9d98430..50731a2ba8 100644 --- a/functions/firebase/makeUpperCase/package.json +++ b/functions/firebase/makeUpperCase/package.json @@ -18,7 +18,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/firestore": "^7.0.0" diff --git a/functions/firebase/package.json b/functions/firebase/package.json index b9ddfe1e02..337d76921a 100644 --- a/functions/firebase/package.json +++ b/functions/firebase/package.json @@ -14,7 +14,7 @@ "devDependencies": { "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "uuid": "^10.0.0" }, diff --git a/functions/helloworld/helloError/package.json b/functions/helloworld/helloError/package.json index 02515a5070..e7d596a1cd 100644 --- a/functions/helloworld/helloError/package.json +++ b/functions/helloworld/helloError/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/helloworld/helloGCS/package.json b/functions/helloworld/helloGCS/package.json index 00abd7607e..6da18c20ba 100644 --- a/functions/helloworld/helloGCS/package.json +++ b/functions/helloworld/helloGCS/package.json @@ -27,7 +27,7 @@ "mocha": "^10.0.0", "moment": "^2.24.0", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "uuid": "^10.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/helloPubSub/package.json b/functions/helloworld/helloPubSub/package.json index 189d5931c3..0f1fe5544d 100644 --- a/functions/helloworld/helloPubSub/package.json +++ b/functions/helloworld/helloPubSub/package.json @@ -27,7 +27,7 @@ "mocha": "^10.0.0", "moment": "^2.29.4", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "uuid": "^10.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/helloworldHttp/package.json b/functions/helloworld/helloworldHttp/package.json index 97c20ad23d..6db8649614 100644 --- a/functions/helloworld/helloworldHttp/package.json +++ b/functions/helloworld/helloworldHttp/package.json @@ -25,7 +25,7 @@ "c8": "^10.0.0", "gaxios": "^6.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.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..df69e1f933 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -23,7 +23,7 @@ "mocha": "^10.0.0", "moment": "^2.24.0", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "uuid": "^10.0.0", "wait-port": "^1.0.4" diff --git a/functions/http/corsEnabledFunction/package.json b/functions/http/corsEnabledFunction/package.json index 69bed9ba37..8e4bafc751 100644 --- a/functions/http/corsEnabledFunction/package.json +++ b/functions/http/corsEnabledFunction/package.json @@ -18,7 +18,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.2" diff --git a/functions/http/corsEnabledFunctionAuth/package.json b/functions/http/corsEnabledFunctionAuth/package.json index 1bc7a3b371..00f44f20fa 100644 --- a/functions/http/corsEnabledFunctionAuth/package.json +++ b/functions/http/corsEnabledFunctionAuth/package.json @@ -18,7 +18,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.2" diff --git a/functions/http/httpContent/package.json b/functions/http/httpContent/package.json index 3ff8581ba8..972a321eed 100644 --- a/functions/http/httpContent/package.json +++ b/functions/http/httpContent/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.2", diff --git a/functions/http/httpMethods/package.json b/functions/http/httpMethods/package.json index 9837db712a..f993232122 100644 --- a/functions/http/httpMethods/package.json +++ b/functions/http/httpMethods/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.2" diff --git a/functions/http/package.json b/functions/http/package.json index 84c1de6e1a..e9f8e80116 100644 --- a/functions/http/package.json +++ b/functions/http/package.json @@ -14,7 +14,7 @@ "devDependencies": { "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/storage": "^7.0.0", diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 016d83e889..dfa88074f3 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -25,7 +25,7 @@ "gaxios": "^6.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.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..8a93a146b7 100644 --- a/functions/log/helloWorld/package.json +++ b/functions/log/helloWorld/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.3" diff --git a/functions/log/package.json b/functions/log/package.json index feb865c7ad..5d859b28ce 100644 --- a/functions/log/package.json +++ b/functions/log/package.json @@ -14,6 +14,6 @@ "devDependencies": { "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/log/processEntry/package.json b/functions/log/processEntry/package.json index 33ba16e805..acb73fc25a 100644 --- a/functions/log/processEntry/package.json +++ b/functions/log/processEntry/package.json @@ -18,6 +18,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/memorystore/redis/package.json b/functions/memorystore/redis/package.json index d3e29814a6..2c0ec0fa86 100644 --- a/functions/memorystore/redis/package.json +++ b/functions/memorystore/redis/package.json @@ -22,6 +22,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index a54096f90a..f2f13f85af 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -23,6 +23,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 12e8a55e2e..4fdad48f92 100644 --- a/functions/pubsub/package.json +++ b/functions/pubsub/package.json @@ -18,7 +18,7 @@ "@google-cloud/functions-framework": "^3.0.0", "gaxios": "^6.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/publish/package.json b/functions/pubsub/publish/package.json index cc101b93ef..3f82433841 100644 --- a/functions/pubsub/publish/package.json +++ b/functions/pubsub/publish/package.json @@ -22,7 +22,7 @@ "c8": "^10.0.0", "gaxios": "^6.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/subscribe/package.json b/functions/pubsub/subscribe/package.json index e03880537a..357539797e 100644 --- a/functions/pubsub/subscribe/package.json +++ b/functions/pubsub/subscribe/package.json @@ -17,6 +17,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/scheduleinstance/package.json b/functions/scheduleinstance/package.json index d050b4e016..96101c40e4 100644 --- a/functions/scheduleinstance/package.json +++ b/functions/scheduleinstance/package.json @@ -18,7 +18,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/compute": "^4.0.0" diff --git a/functions/security/package.json b/functions/security/package.json index cce668cb47..6509d9cef8 100644 --- a/functions/security/package.json +++ b/functions/security/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/slack/package.json b/functions/slack/package.json index de00569994..4dc1f77219 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -23,7 +23,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/spanner/package.json b/functions/spanner/package.json index 774867f929..69a40a355f 100644 --- a/functions/spanner/package.json +++ b/functions/spanner/package.json @@ -22,6 +22,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/speech-to-speech/functions/package.json b/functions/speech-to-speech/functions/package.json index d7ac7cfd5b..242e3af518 100644 --- a/functions/speech-to-speech/functions/package.json +++ b/functions/speech-to-speech/functions/package.json @@ -37,7 +37,7 @@ "@google-cloud/text-to-speech": "^5.0.0", "@google-cloud/translate": "^8.0.0", "firebase-admin": "^12.0.0", - "firebase-functions": "^5.0.0", + "firebase-functions": "^6.0.0", "uuid": "^10.0.0" }, "devDependencies": { diff --git a/functions/tips/gcpApiCall/package.json b/functions/tips/gcpApiCall/package.json index 2f9ff121cd..14e61863d0 100644 --- a/functions/tips/gcpApiCall/package.json +++ b/functions/tips/gcpApiCall/package.json @@ -22,6 +22,6 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/tips/package.json b/functions/tips/package.json index db58b31e19..0ad761117f 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -20,6 +20,6 @@ }, "devDependencies": { "node-fetch": "^3.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/tips/retry/package.json b/functions/tips/retry/package.json index 15209e7f66..385dd815de 100644 --- a/functions/tips/retry/package.json +++ b/functions/tips/retry/package.json @@ -17,6 +17,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/tips/scopeDemo/package.json b/functions/tips/scopeDemo/package.json index 9bd294252a..9783b4843f 100644 --- a/functions/tips/scopeDemo/package.json +++ b/functions/tips/scopeDemo/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.2.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/v2/autoLabelInstance/package.json b/functions/v2/autoLabelInstance/package.json index 0e5734bd9f..149743bacc 100644 --- a/functions/v2/autoLabelInstance/package.json +++ b/functions/v2/autoLabelInstance/package.json @@ -23,7 +23,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "p-retry": "^6.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "uuid": "^10.0.0" } diff --git a/functions/v2/cloudEventLogging/package.json b/functions/v2/cloudEventLogging/package.json index 4329e29830..8fd48a1d2e 100644 --- a/functions/v2/cloudEventLogging/package.json +++ b/functions/v2/cloudEventLogging/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "cloudevents": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/v2/firebase/firestore/helloFirestore/package.json b/functions/v2/firebase/firestore/helloFirestore/package.json index 08c3a4211e..012979af05 100644 --- a/functions/v2/firebase/firestore/helloFirestore/package.json +++ b/functions/v2/firebase/firestore/helloFirestore/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.3", diff --git a/functions/v2/firebase/firestore/makeUpperCase/package.json b/functions/v2/firebase/firestore/makeUpperCase/package.json index ac286a782b..ecdcf3a916 100644 --- a/functions/v2/firebase/firestore/makeUpperCase/package.json +++ b/functions/v2/firebase/firestore/makeUpperCase/package.json @@ -18,7 +18,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "rewire": "^7.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/firestore": "^7.0.0", diff --git a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json index 349d7134e1..2cc92e61e7 100644 --- a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json +++ b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.3" diff --git a/functions/v2/firebase/rtdb/helloRTDB/package.json b/functions/v2/firebase/rtdb/helloRTDB/package.json index c9214229bb..ad60cf6961 100644 --- a/functions/v2/firebase/rtdb/helloRTDB/package.json +++ b/functions/v2/firebase/rtdb/helloRTDB/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.3" diff --git a/functions/v2/helloAuditLog/package.json b/functions/v2/helloAuditLog/package.json index c73316a5bd..e245207289 100644 --- a/functions/v2/helloAuditLog/package.json +++ b/functions/v2/helloAuditLog/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloGCS/package.json b/functions/v2/helloGCS/package.json index 307aac2392..e996a17854 100644 --- a/functions/v2/helloGCS/package.json +++ b/functions/v2/helloGCS/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/helloPubSub/package.json b/functions/v2/helloPubSub/package.json index c5432fd41d..5d9a5fe25b 100644 --- a/functions/v2/helloPubSub/package.json +++ b/functions/v2/helloPubSub/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "uuid": "^10.0.0" } diff --git a/functions/v2/httpLogging/package.json b/functions/v2/httpLogging/package.json index 2466e87118..4a3cac586f 100644 --- a/functions/v2/httpLogging/package.json +++ b/functions/v2/httpLogging/package.json @@ -19,6 +19,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } \ No newline at end of file diff --git a/functions/v2/imagemagick/package.json b/functions/v2/imagemagick/package.json index 43e1ac3d46..f63659a6b2 100644 --- a/functions/v2/imagemagick/package.json +++ b/functions/v2/imagemagick/package.json @@ -24,7 +24,7 @@ "c8": "^10.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/log/processEntry/package.json b/functions/v2/log/processEntry/package.json index 8a63b117a4..45854aac71 100644 --- a/functions/v2/log/processEntry/package.json +++ b/functions/v2/log/processEntry/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.3" diff --git a/functions/v2/ocr/app/package.json b/functions/v2/ocr/app/package.json index c3351a28bf..404a0d8097 100644 --- a/functions/v2/ocr/app/package.json +++ b/functions/v2/ocr/app/package.json @@ -25,7 +25,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/responseStreaming/package.json b/functions/v2/responseStreaming/package.json index c8ea7719f4..f9e86bf85e 100644 --- a/functions/v2/responseStreaming/package.json +++ b/functions/v2/responseStreaming/package.json @@ -21,7 +21,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/functions/v2/tips/avoidInfiniteRetries/package.json b/functions/v2/tips/avoidInfiniteRetries/package.json index d37623027c..5a0fdf8e71 100644 --- a/functions/v2/tips/avoidInfiniteRetries/package.json +++ b/functions/v2/tips/avoidInfiniteRetries/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.2.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/v2/tips/retry/package.json b/functions/v2/tips/retry/package.json index 211ca2ef85..bfc0fdf556 100644 --- a/functions/v2/tips/retry/package.json +++ b/functions/v2/tips/retry/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" }, "dependencies": { diff --git a/functions/v2/typed/googlechatbot/package.json b/functions/v2/typed/googlechatbot/package.json index a14d5af6fc..4996b46146 100644 --- a/functions/v2/typed/googlechatbot/package.json +++ b/functions/v2/typed/googlechatbot/package.json @@ -14,6 +14,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.2.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/functions/v2/typed/greeting/package.json b/functions/v2/typed/greeting/package.json index cdece30e7c..dfb2e7ae9b 100644 --- a/functions/v2/typed/greeting/package.json +++ b/functions/v2/typed/greeting/package.json @@ -14,6 +14,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.2.0", - "sinon": "^18.0.0" + "sinon": "^19.0.0" } } diff --git a/generative-ai/snippets/package.json b/generative-ai/snippets/package.json index 1aedba79e3..a96fef3823 100644 --- a/generative-ai/snippets/package.json +++ b/generative-ai/snippets/package.json @@ -20,9 +20,9 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "uuid": "^10.0.0" } } diff --git a/iam/deny/package.json b/iam/deny/package.json index 2b4e04eacf..bb8de83a0e 100644 --- a/iam/deny/package.json +++ b/iam/deny/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/kms/package.json b/kms/package.json index 26be9f131a..e5f73a4e3d 100644 --- a/kms/package.json +++ b/kms/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/media/livestream/package.json b/media/livestream/package.json index f905e3ed86..2c92047ec0 100644 --- a/media/livestream/package.json +++ b/media/livestream/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.1.0", "uuid": "^10.0.0" } diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index 8a6c1b873e..d9dc69a8b7 100644 --- a/media/video-stitcher/package.json +++ b/media/video-stitcher/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.1.0", "uuid": "^10.0.0" } diff --git a/mediatranslation/package.json b/mediatranslation/package.json index fa4c5f93b1..559ae2ecca 100644 --- a/mediatranslation/package.json +++ b/mediatranslation/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.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..89d776ca08 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:22-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..0b0aeda492 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:22-alpine ENV REDISHOST redis ENV REDISPORT 6379 diff --git a/monitoring/snippets/package.json b/monitoring/snippets/package.json index b6599d983e..f2c608a760 100644 --- a/monitoring/snippets/package.json +++ b/monitoring/snippets/package.json @@ -19,7 +19,7 @@ "yargs": "^17.0.0" }, "devDependencies": { - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/package.json b/package.json index b239c7ad54..666e7ea1dc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^8.0.0", "c8": "^10.0.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-n": "^14.0.0", + "eslint-plugin-n": "^17.0.0", "eslint-plugin-prettier": "^5.0.0-alpha.1", "gts": "5.3.0", "mocha": "^10.2.0", @@ -32,6 +32,6 @@ }, "dependencies": { "commander": "^12.0.0", - "eslint": "^8.57.0" + "eslint": "^9.0.0" } } diff --git a/recaptcha_enterprise/demosite/app/Dockerfile b/recaptcha_enterprise/demosite/app/Dockerfile index ed182e9762..354ab61183 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:22-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 af0218e2b7..812342eb41 100644 --- a/recaptcha_enterprise/snippets/package.json +++ b/recaptcha_enterprise/snippets/package.json @@ -24,11 +24,11 @@ "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": "^22.0.0", "@types/yargs": "^17.0.19", "c8": "^10.0.0", - "eslint": "^8.57.0", + "eslint": "^9.0.0", "gts": "^5.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1", diff --git a/retail/package.json b/retail/package.json index 7ecfac9197..0ceae901ef 100644 --- a/retail/package.json +++ b/retail/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.2.0" } } diff --git a/routeoptimization/snippets/package.json b/routeoptimization/snippets/package.json index 4bfa6f1968..dfd632b835 100644 --- a/routeoptimization/snippets/package.json +++ b/routeoptimization/snippets/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/run/hello-broken/Dockerfile b/run/hello-broken/Dockerfile index bf2f2c32f9..b374c97383 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:22-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..e231a6268c 100644 --- a/run/hello-broken/package.json +++ b/run/hello-broken/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0" } } diff --git a/run/helloworld/Dockerfile b/run/helloworld/Dockerfile index 43bb5475e3..ddc23d1e05 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:22-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 c380d70ab2..5ba8aacb86 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -21,7 +21,7 @@ "devDependencies": { "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", "supertest": "^7.0.0" } diff --git a/run/idp-sql/Dockerfile b/run/idp-sql/Dockerfile index 0d33affacf..2a3cbe4429 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:22-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 5f7970a3de..b13df108d9 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -29,10 +29,10 @@ }, "devDependencies": { "c8": "^10.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", "short-uuid": "^5.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/run/image-processing/Dockerfile b/run/image-processing/Dockerfile index a6be9e2c06..fc0bfcd963 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:22-slim # [START cloudrun_imageproc_dockerfile_imagemagick] # Install Imagemagick into the container image. diff --git a/run/image-processing/package.json b/run/image-processing/package.json index d46a057c9b..facca7054c 100644 --- a/run/image-processing/package.json +++ b/run/image-processing/package.json @@ -27,7 +27,7 @@ "devDependencies": { "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", "supertest": "^7.0.0" } diff --git a/run/logging-manual/Dockerfile b/run/logging-manual/Dockerfile index c395ddd0c5..b88f3693f0 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:22-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..37d2dc2c15 100644 --- a/run/logging-manual/package.json +++ b/run/logging-manual/package.json @@ -19,7 +19,7 @@ "license": "Apache-2.0", "dependencies": { "express": "^4.17.1", - "got": "^11.5.0" + "got": "^14.0.0" }, "devDependencies": { "@google-cloud/logging": "^11.0.0", diff --git a/run/markdown-preview/editor/Dockerfile b/run/markdown-preview/editor/Dockerfile index f0f2b5edd1..7655f374b2 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:22-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 4594d0c0b6..920f554cc6 100644 --- a/run/markdown-preview/editor/package.json +++ b/run/markdown-preview/editor/package.json @@ -21,7 +21,7 @@ "dependencies": { "express": "^4.17.1", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "handlebars": "^4.7.6" }, "devDependencies": { diff --git a/run/markdown-preview/renderer/Dockerfile b/run/markdown-preview/renderer/Dockerfile index 58e8aa32bc..655810f2e1 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:22-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 b612f98225..88c6ce82d7 100644 --- a/run/markdown-preview/renderer/package.json +++ b/run/markdown-preview/renderer/package.json @@ -24,9 +24,9 @@ "devDependencies": { "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0" } } diff --git a/run/pubsub/Dockerfile b/run/pubsub/Dockerfile index 9dc1a466ca..a438af8559 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:22-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..7f12d9d797 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -24,9 +24,9 @@ "devDependencies": { "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", "uuid": "^10.0.0" } diff --git a/run/system-package/Dockerfile b/run/system-package/Dockerfile index 6104def25d..4c9e160d13 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:22-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 506f1ddcd1..76af2456ba 100644 --- a/run/system-package/package.json +++ b/run/system-package/package.json @@ -19,7 +19,7 @@ "devDependencies": { "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.0.0", "supertest": "^7.0.0" } diff --git a/run/websockets/package.json b/run/websockets/package.json index f9c96b0be9..de677f6e46 100644 --- a/run/websockets/package.json +++ b/run/websockets/package.json @@ -21,10 +21,10 @@ "socket.io": "4.7.2" }, "devDependencies": { - "@types/express": "^4.17.17", + "@types/express": "^5.0.0", "c8": "^10.0.0", "google-auth-library": "^9.0.0", - "got": "^11.5.0", + "got": "^14.0.0", "mocha": "^10.2.0", "puppeteer": "^23.0.0" } diff --git a/scheduler/package.json b/scheduler/package.json index a57834678b..4b7772c013 100644 --- a/scheduler/package.json +++ b/scheduler/package.json @@ -20,11 +20,11 @@ "@google-cloud/scheduler": "^4.0.0" }, "devDependencies": { - "@types/chai": "^4.3.4", + "@types/chai": "^5.0.0", "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "gts": "^5.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1", diff --git a/secret-manager/package.json b/secret-manager/package.json index c9a1b257d2..a8d24531c6 100644 --- a/secret-manager/package.json +++ b/secret-manager/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/security-center/snippets/package.json b/security-center/snippets/package.json index 6cac1054d8..114f1bcfee 100644 --- a/security-center/snippets/package.json +++ b/security-center/snippets/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.4.0", "uuid": "^10.0.0", "@google-cloud/bigquery": "^7.0.0" diff --git a/service-directory/snippets/package.json b/service-directory/snippets/package.json index 396c4086fd..ed533fd40a 100644 --- a/service-directory/snippets/package.json +++ b/service-directory/snippets/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/speech/package.json b/speech/package.json index e1ec2aabae..a7df835c04 100644 --- a/speech/package.json +++ b/speech/package.json @@ -20,12 +20,12 @@ "chalk": "^5.0.0", "fs.promises": "^0.1.2", "node-record-lpcm16": "^1.0.1", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "yargs": "^17.0.0" }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/storage-control/package.json b/storage-control/package.json index 0f6d932845..f40ba05a48 100644 --- a/storage-control/package.json +++ b/storage-control/package.json @@ -15,7 +15,7 @@ "@google-cloud/storage": "^7.12.0", "@google-cloud/storage-control": "^0.2.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.7.0", "uuid": "^10.0.0" } diff --git a/storagetransfer/package.json b/storagetransfer/package.json index da6571c18a..b94a5affcd 100644 --- a/storagetransfer/package.json +++ b/storagetransfer/package.json @@ -21,7 +21,7 @@ "@google-cloud/pubsub": "^4.0.5", "aws-sdk": "^2.1073.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/talent/package.json b/talent/package.json index 4fdaf72e8d..6809dd6f60 100644 --- a/talent/package.json +++ b/talent/package.json @@ -22,9 +22,9 @@ }, "devDependencies": { "@types/mocha": "^10.0.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/translate/package.json b/translate/package.json index 378b15a98a..07c104386c 100644 --- a/translate/package.json +++ b/translate/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0", "uuid": "^10.0.0" } diff --git a/video-intelligence/package.json b/video-intelligence/package.json index c8241bff19..61971e83db 100644 --- a/video-intelligence/package.json +++ b/video-intelligence/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.0.0" } } diff --git a/vision/package.json b/vision/package.json index 06138e90ad..05ca22a97f 100644 --- a/vision/package.json +++ b/vision/package.json @@ -24,7 +24,7 @@ "@types/uuid": "^10.0.0", "@types/yargs": "^17.0.22", "c8": "^10.0.0", - "chai": "^4.5.0", + "chai": "^5.0.0", "mocha": "^10.2.0", "uuid": "^10.0.0" } diff --git a/workflows/package.json b/workflows/package.json index 08291bc8f6..cd6c793af0 100644 --- a/workflows/package.json +++ b/workflows/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "c8": "^10.0.0", "gts": "^5.0.0", "mocha": "^10.2.0", diff --git a/workflows/quickstart/package.json b/workflows/quickstart/package.json index dabe052eac..ceb13367b1 100644 --- a/workflows/quickstart/package.json +++ b/workflows/quickstart/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "gts": "^5.0.0", "mocha": "^10.2.0" }