diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index 4d7ad0964f..530979dec3 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -21,8 +21,7 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0", - "sinon": "^18.0.0" + "uuid": "^11.0.0", + "sinon": "^19.0.0" } } - diff --git a/appengine/analytics/package.json b/appengine/analytics/package.json index a7fd7f1c91..10d81f4391 100644 --- a/appengine/analytics/package.json +++ b/appengine/analytics/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x" + "node": "22.x" }, "scripts": { "start": "node app.js", diff --git a/appengine/building-an-app/build/package.json b/appengine/building-an-app/build/package.json index 1e1e483490..693eb4596a 100644 --- a/appengine/building-an-app/build/package.json +++ b/appengine/building-an-app/build/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x.x" + "node": "22.x" }, "author": "Google Inc.", "license": "Apache-2.0", diff --git a/appengine/building-an-app/update/package.json b/appengine/building-an-app/update/package.json index c320fc6474..9f7d0e7283 100644 --- a/appengine/building-an-app/update/package.json +++ b/appengine/building-an-app/update/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x.x" + "node": "22.x" }, "author": "Google Inc.", "license": "Apache-2.0", @@ -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/datastore/package.json b/appengine/datastore/package.json index 49cf16bb96..81b10a2e0b 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": "22.x" }, "scripts": { "start": "node app.js", diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index e302c18171..9bd2e6938d 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": "22.x" }, "scripts": { "deploy": "gcloud app deploy", @@ -26,7 +26,7 @@ "chai": "^4.5.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..2ecc28ad52 100644 --- a/appengine/memcached/package.json +++ b/appengine/memcached/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "22.x" }, "scripts": { "start": "node app.js", diff --git a/appengine/metadata/standard/package.json b/appengine/metadata/standard/package.json index 8b6e3e4250..0e124123a5 100644 --- a/appengine/metadata/standard/package.json +++ b/appengine/metadata/standard/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" }, "engines": { - "node": "20.x" + "node": "22.x" }, "scripts": { "system-test": "c8 mocha -p -j 2 --exit test/*.test.js", diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index 95657ab8d9..a783735c67 100644 --- a/appengine/pubsub/package.json +++ b/appengine/pubsub/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "22.x" }, "scripts": { "start": "node app.js", @@ -24,7 +24,7 @@ "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/static-files/package.json b/appengine/static-files/package.json index 9445aee77f..2441010525 100644 --- a/appengine/static-files/package.json +++ b/appengine/static-files/package.json @@ -6,7 +6,7 @@ "license": "Apache Version 2.0", "author": "Google Inc.", "engines": { - "node": "20.x" + "node": "22.x" }, "scripts": { "start": "node app.js", diff --git a/appengine/storage/flexible/package.json b/appengine/storage/flexible/package.json index a9cb78e8e1..ffaa581dd6 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", @@ -24,6 +24,6 @@ "mocha": "^10.2.0", "proxyquire": "^2.1.3", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/appengine/storage/standard/package.json b/appengine/storage/standard/package.json index a9cb78e8e1..ffaa581dd6 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", @@ -24,6 +24,6 @@ "mocha": "^10.2.0", "proxyquire": "^2.1.3", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/appengine/typescript/package.json b/appengine/typescript/package.json index be65b8723b..b09133d51f 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": "22.x" }, "scripts": { "prepare": "npm run gcp-build", @@ -26,11 +26,11 @@ "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", - "gts": "^5.0.0", + "gts": "^6.0.0", "mocha": "^10.2.0", "typescript": "^5.0.0", "wait-port": "^1.0.0" diff --git a/asset/snippets/package.json b/asset/snippets/package.json index cb47edd476..cd0d584140 100644 --- a/asset/snippets/package.json +++ b/asset/snippets/package.json @@ -25,9 +25,9 @@ "devDependencies": { "c8": "^10.0.0", "chai": "^4.5.0", - "gts": "^5.0.0", + "gts": "^6.0.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0" + "sinon": "^19.0.0", + "uuid": "^11.0.0" } } diff --git a/auth/package.json b/auth/package.json index 71988b2b5f..eae418a82d 100644 --- a/auth/package.json +++ b/auth/package.json @@ -27,6 +27,6 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/automl/package.json b/automl/package.json index ed73e722a7..9ffc7e65a4 100644 --- a/automl/package.json +++ b/automl/package.json @@ -24,6 +24,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/cloud-language/package.json b/cloud-language/package.json index 3842a0e2f2..28ece609a5 100644 --- a/cloud-language/package.json +++ b/cloud-language/package.json @@ -24,6 +24,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.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..9af5b62177 100644 --- a/cloud-tasks/snippets/package.json +++ b/cloud-tasks/snippets/package.json @@ -22,6 +22,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.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/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/compute/package.json b/compute/package.json index 131aac53f3..a7ebf69021 100644 --- a/compute/package.json +++ b/compute/package.json @@ -26,6 +26,6 @@ "chai": "^4.5.0", "mocha": "^10.0.0", "proxyquire": "^2.0.1", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/contact-center-insights/package.json b/contact-center-insights/package.json index 6c64c9994f..8fb026cd36 100644 --- a/contact-center-insights/package.json +++ b/contact-center-insights/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/container-analysis/snippets/package.json b/container-analysis/snippets/package.json index 425af61fb7..1a09755604 100644 --- a/container-analysis/snippets/package.json +++ b/container-analysis/snippets/package.json @@ -22,6 +22,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/datacatalog/cloud-client/package.json b/datacatalog/cloud-client/package.json index 21cf33a18c..f7e14b8381 100644 --- a/datacatalog/cloud-client/package.json +++ b/datacatalog/cloud-client/package.json @@ -15,7 +15,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@google-cloud/datacatalog": "^4.0.0" diff --git a/datacatalog/quickstart/package.json b/datacatalog/quickstart/package.json index 68bb12cb49..0cea145e85 100644 --- a/datacatalog/quickstart/package.json +++ b/datacatalog/quickstart/package.json @@ -15,7 +15,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@google-cloud/datacatalog": "^4.0.0" diff --git a/datacatalog/snippets/package.json b/datacatalog/snippets/package.json index d775469d11..8215057aa5 100644 --- a/datacatalog/snippets/package.json +++ b/datacatalog/snippets/package.json @@ -23,6 +23,6 @@ "chai": "^4.5.0", "execa": "^9.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/dataproc/package.json b/dataproc/package.json index e3516df867..0ccd92e08d 100644 --- a/dataproc/package.json +++ b/dataproc/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/datastore/functions/package.json b/datastore/functions/package.json index 38aca02bee..d81b73b23d 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -23,8 +23,8 @@ "mocha": "^10.0.0", "node-fetch": "^3.0.0", "proxyquire": "^2.1.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0", + "sinon": "^19.0.0", + "uuid": "^11.0.0", "wait-port": "^1.0.4" } } diff --git a/dialogflow-cx/package.json b/dialogflow-cx/package.json index 17c907f70b..0ed955ad5c 100644 --- a/dialogflow-cx/package.json +++ b/dialogflow-cx/package.json @@ -20,6 +20,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/dialogflow/package.json b/dialogflow/package.json index 13b2eeb85c..69877dedb6 100644 --- a/dialogflow/package.json +++ b/dialogflow/package.json @@ -24,6 +24,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/discoveryengine/package.json b/discoveryengine/package.json index 167a1015be..2dc11949f7 100644 --- a/discoveryengine/package.json +++ b/discoveryengine/package.json @@ -19,6 +19,6 @@ "devDependencies": { "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/dlp/package.json b/dlp/package.json index 2ba79f42e8..8fa76560f4 100644 --- a/dlp/package.json +++ b/dlp/package.json @@ -22,12 +22,12 @@ "devDependencies": { "c8": "^10.0.0", "chai": "^4.5.0", - "mime": "^4.0.0", + "mime": "^3.0.0", "mocha": "^10.0.0", "pixelmatch": "^6.0.0", "pngjs": "^7.0.0", "proxyquire": "^2.1.3", - "sinon": "^18.0.0", - "uuid": "^10.0.0" + "sinon": "^19.0.0", + "uuid": "^11.0.0" } } diff --git a/document-ai/package.json b/document-ai/package.json index a2cce35277..3f7e5c9221 100644 --- a/document-ai/package.json +++ b/document-ai/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/endpoints/getting-started-grpc/package.json b/endpoints/getting-started-grpc/package.json index 0d3b6b935a..bc7ebe74f5 100644 --- a/endpoints/getting-started-grpc/package.json +++ b/endpoints/getting-started-grpc/package.json @@ -26,4 +26,3 @@ "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/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..e0dd4fc9b8 100644 --- a/eventarc/audit-storage/package.json +++ b/eventarc/audit-storage/package.json @@ -27,7 +27,7 @@ "c8": "^10.0.0", "got": "^11.5.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..8d9a00e212 100644 --- a/eventarc/generic/package.json +++ b/eventarc/generic/package.json @@ -24,8 +24,8 @@ "c8": "^10.0.0", "got": "^11.5.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^11.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/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..af8b4b7ce8 100644 --- a/functions/firebase/package.json +++ b/functions/firebase/package.json @@ -14,9 +14,9 @@ "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" + "uuid": "^11.0.0" }, "dependencies": { "@google-cloud/firestore": "^7.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..638a105300 100644 --- a/functions/helloworld/helloGCS/package.json +++ b/functions/helloworld/helloGCS/package.json @@ -27,8 +27,8 @@ "mocha": "^10.0.0", "moment": "^2.24.0", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0", + "sinon": "^19.0.0", + "uuid": "^11.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/helloworld/helloPubSub/package.json b/functions/helloworld/helloPubSub/package.json index 189d5931c3..743a5e68d9 100644 --- a/functions/helloworld/helloPubSub/package.json +++ b/functions/helloworld/helloPubSub/package.json @@ -27,8 +27,8 @@ "mocha": "^10.0.0", "moment": "^2.29.4", "promise-retry": "^2.0.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0", + "sinon": "^19.0.0", + "uuid": "^11.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..0a667064ab 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -23,9 +23,9 @@ "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", + "uuid": "^11.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..1e91ad40af 100644 --- a/functions/speech-to-speech/functions/package.json +++ b/functions/speech-to-speech/functions/package.json @@ -37,8 +37,8 @@ "@google-cloud/text-to-speech": "^5.0.0", "@google-cloud/translate": "^8.0.0", "firebase-admin": "^12.0.0", - "firebase-functions": "^5.0.0", - "uuid": "^10.0.0" + "firebase-functions": "^6.0.0", + "uuid": "^11.0.0" }, "devDependencies": { "@google-cloud/functions-framework": "^3.0.0", 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..8a496e588c 100644 --- a/functions/v2/autoLabelInstance/package.json +++ b/functions/v2/autoLabelInstance/package.json @@ -23,8 +23,8 @@ "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" + "uuid": "^11.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..d3175e61cd 100644 --- a/functions/v2/helloPubSub/package.json +++ b/functions/v2/helloPubSub/package.json @@ -20,8 +20,8 @@ "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" + "uuid": "^11.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..a72b53ed27 100644 --- a/generative-ai/snippets/package.json +++ b/generative-ai/snippets/package.json @@ -22,7 +22,7 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", - "uuid": "^10.0.0" + "sinon": "^19.0.0", + "uuid": "^11.0.0" } } diff --git a/healthcare/consent/package.json b/healthcare/consent/package.json index 8e610ed312..60cae03043 100644 --- a/healthcare/consent/package.json +++ b/healthcare/consent/package.json @@ -14,7 +14,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index 8e610ed312..60cae03043 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -14,7 +14,7 @@ "devDependencies": { "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 59fe7d1b58..22f9ea4bf4 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -16,7 +16,7 @@ "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index abb74033ed..8cd57fa453 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -17,7 +17,7 @@ "c8": "^10.0.0", "google-auth-library": "^9.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/healthcare/hl7v2/package.json b/healthcare/hl7v2/package.json index e72bd475c5..31ccd4bce1 100644 --- a/healthcare/hl7v2/package.json +++ b/healthcare/hl7v2/package.json @@ -15,7 +15,7 @@ "@google-cloud/pubsub": "^4.0.0", "c8": "^10.0.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" }, "dependencies": { "@googleapis/healthcare": "^23.0.0" diff --git a/iam/deny/package.json b/iam/deny/package.json index 2b4e04eacf..9b372e4a5e 100644 --- a/iam/deny/package.json +++ b/iam/deny/package.json @@ -20,6 +20,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/kms/package.json b/kms/package.json index 26be9f131a..697dfc99ec 100644 --- a/kms/package.json +++ b/kms/package.json @@ -21,6 +21,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/media/livestream/package.json b/media/livestream/package.json index f905e3ed86..0122a66dee 100644 --- a/media/livestream/package.json +++ b/media/livestream/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/media/transcoder/package.json b/media/transcoder/package.json index 10fc880306..8919726bef 100644 --- a/media/transcoder/package.json +++ b/media/transcoder/package.json @@ -20,6 +20,6 @@ "@google-cloud/storage": "^7.0.0", "c8": "^10.0.0", "mocha": "^10.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/media/video-stitcher/package.json b/media/video-stitcher/package.json index 8a6c1b873e..5c9f4dd6ec 100644 --- a/media/video-stitcher/package.json +++ b/media/video-stitcher/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.1.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/mediatranslation/package.json b/mediatranslation/package.json index fa4c5f93b1..dc9caed096 100644 --- a/mediatranslation/package.json +++ b/mediatranslation/package.json @@ -21,4 +21,4 @@ "chai": "^4.5.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..474acfcf68 100644 --- a/monitoring/snippets/package.json +++ b/monitoring/snippets/package.json @@ -21,6 +21,6 @@ "devDependencies": { "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/package.json b/package.json index b239c7ad54..e4146db1c3 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "@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", + "gts": "6.0.2", "mocha": "^10.2.0", "nunjucks": "^3.2.4", "prettier": "^3.0.3", 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..1002ff471b 100644 --- a/recaptcha_enterprise/snippets/package.json +++ b/recaptcha_enterprise/snippets/package.json @@ -24,12 +24,12 @@ "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", - "gts": "^5.0.0", + "gts": "^6.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.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/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/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..b818a3d480 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -32,7 +32,7 @@ "got": "^11.5.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/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/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/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..3063dd1723 100644 --- a/run/markdown-preview/renderer/package.json +++ b/run/markdown-preview/renderer/package.json @@ -26,7 +26,7 @@ "google-auth-library": "^9.0.0", "got": "^11.5.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..530e141950 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -26,8 +26,8 @@ "google-auth-library": "^9.0.0", "got": "^11.5.0", "mocha": "^10.0.0", - "sinon": "^18.0.0", + "sinon": "^19.0.0", "supertest": "^7.0.0", - "uuid": "^10.0.0" + "uuid": "^11.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/websockets/package.json b/run/websockets/package.json index f9c96b0be9..a5dc5ff73a 100644 --- a/run/websockets/package.json +++ b/run/websockets/package.json @@ -21,7 +21,7 @@ "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", diff --git a/scheduler/package.json b/scheduler/package.json index a57834678b..171c7edeb0 100644 --- a/scheduler/package.json +++ b/scheduler/package.json @@ -20,12 +20,12 @@ "@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", - "gts": "^5.0.0", + "gts": "^6.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.0" diff --git a/secret-manager/package.json b/secret-manager/package.json index c9a1b257d2..d4ab53f72c 100644 --- a/secret-manager/package.json +++ b/secret-manager/package.json @@ -20,6 +20,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/security-center/snippets/package.json b/security-center/snippets/package.json index 6cac1054d8..4e40a5f755 100644 --- a/security-center/snippets/package.json +++ b/security-center/snippets/package.json @@ -20,7 +20,7 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.4.0", - "uuid": "^10.0.0", + "uuid": "^11.0.0", "@google-cloud/bigquery": "^7.0.0" } } diff --git a/service-directory/snippets/package.json b/service-directory/snippets/package.json index 396c4086fd..d19455e8e5 100644 --- a/service-directory/snippets/package.json +++ b/service-directory/snippets/package.json @@ -19,6 +19,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/speech/package.json b/speech/package.json index e1ec2aabae..bacdc5daa0 100644 --- a/speech/package.json +++ b/speech/package.json @@ -20,13 +20,13 @@ "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", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/storage-control/package.json b/storage-control/package.json index 0f6d932845..8f891c888d 100644 --- a/storage-control/package.json +++ b/storage-control/package.json @@ -17,6 +17,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.7.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/storagetransfer/package.json b/storagetransfer/package.json index da6571c18a..5886fd3698 100644 --- a/storagetransfer/package.json +++ b/storagetransfer/package.json @@ -23,6 +23,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/talent/package.json b/talent/package.json index 4fdaf72e8d..c49c82503b 100644 --- a/talent/package.json +++ b/talent/package.json @@ -22,10 +22,10 @@ }, "devDependencies": { "@types/mocha": "^10.0.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/translate/package.json b/translate/package.json index 378b15a98a..b9a2d8329c 100644 --- a/translate/package.json +++ b/translate/package.json @@ -25,6 +25,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/vision/package.json b/vision/package.json index 06138e90ad..19af4979b4 100644 --- a/vision/package.json +++ b/vision/package.json @@ -26,6 +26,6 @@ "c8": "^10.0.0", "chai": "^4.5.0", "mocha": "^10.2.0", - "uuid": "^10.0.0" + "uuid": "^11.0.0" } } diff --git a/workflows/package.json b/workflows/package.json index 08291bc8f6..97e2f0069a 100644 --- a/workflows/package.json +++ b/workflows/package.json @@ -17,9 +17,9 @@ }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "c8": "^10.0.0", - "gts": "^5.0.0", + "gts": "^6.0.0", "mocha": "^10.2.0", "ts-node": "^10.9.1" } diff --git a/workflows/quickstart/package.json b/workflows/quickstart/package.json index dabe052eac..561c003c72 100644 --- a/workflows/quickstart/package.json +++ b/workflows/quickstart/package.json @@ -19,8 +19,8 @@ }, "devDependencies": { "@types/mocha": "^10.0.1", - "@types/node": "^20.0.0", - "gts": "^5.0.0", + "@types/node": "^22.0.0", + "gts": "^6.0.0", "mocha": "^10.2.0" } }