diff --git a/ai-platform/snippets/package.json b/ai-platform/snippets/package.json index c13ab3faa1..4d2a4be2b4 100644 --- a/ai-platform/snippets/package.json +++ b/ai-platform/snippets/package.json @@ -22,6 +22,6 @@ "chai": "^4.2.0", "mocha": "^10.0.0", "uuid": "^9.0.0", - "sinon": "^15.1.2" + "sinon": "^16.0.0" } } diff --git a/appengine/building-an-app/update/package.json b/appengine/building-an-app/update/package.json index 10bd9d7a3e..2c9c88b559 100644 --- a/appengine/building-an-app/update/package.json +++ b/appengine/building-an-app/update/package.json @@ -25,7 +25,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/appengine/endpoints/package.json b/appengine/endpoints/package.json index fb3cf69f69..d181920165 100644 --- a/appengine/endpoints/package.json +++ b/appengine/endpoints/package.json @@ -26,7 +26,7 @@ "chai": "^4.2.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/pubsub/package.json b/appengine/pubsub/package.json index 9b9f7e9a46..75c1accd86 100644 --- a/appengine/pubsub/package.json +++ b/appengine/pubsub/package.json @@ -24,7 +24,7 @@ "jsonwebtoken": "^9.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "wait-port": "^1.0.4" } diff --git a/appengine/twilio/package.json b/appengine/twilio/package.json index ea6f5b3711..a920dd0211 100644 --- a/appengine/twilio/package.json +++ b/appengine/twilio/package.json @@ -20,7 +20,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/asset/snippets/package.json b/asset/snippets/package.json index 7640d47805..e1587d3bc4 100644 --- a/asset/snippets/package.json +++ b/asset/snippets/package.json @@ -27,7 +27,7 @@ "chai": "^4.2.0", "gts": "^5.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "uuid": "^9.0.0" } } diff --git a/cloud-tasks/tutorial-gcf/function/package.json b/cloud-tasks/tutorial-gcf/function/package.json index 5b4f7cfbf5..313ee38078 100644 --- a/cloud-tasks/tutorial-gcf/function/package.json +++ b/cloud-tasks/tutorial-gcf/function/package.json @@ -17,6 +17,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/composer/functions/composer-storage-trigger/package.json b/composer/functions/composer-storage-trigger/package.json index c2799b26f6..49db5ebf41 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": "^15.0.0" + "sinon": "^16.0.0" }, "scripts": { "test": "mocha test/*.test.js --timeout=20000" diff --git a/datastore/functions/package.json b/datastore/functions/package.json index b2bcd6aff9..e0025807c9 100644 --- a/datastore/functions/package.json +++ b/datastore/functions/package.json @@ -23,7 +23,7 @@ "mocha": "^10.0.0", "node-fetch": "^2.6.1", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "uuid": "^9.0.0", "wait-port": "^1.0.4" } diff --git a/dlp/package.json b/dlp/package.json index fc4c18a0ec..381e3d6946 100644 --- a/dlp/package.json +++ b/dlp/package.json @@ -27,7 +27,7 @@ "pixelmatch": "^5.0.0", "pngjs": "^7.0.0", "proxyquire": "^2.1.3", - "sinon": "^15.1.0", + "sinon": "^16.0.0", "uuid": "^9.0.0" } } diff --git a/endpoints/getting-started/package.json b/endpoints/getting-started/package.json index d51d63f916..10d79813fb 100644 --- a/endpoints/getting-started/package.json +++ b/endpoints/getting-started/package.json @@ -23,7 +23,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/eventarc/audit-storage/package.json b/eventarc/audit-storage/package.json index 19b07071d2..d3d902cb0c 100644 --- a/eventarc/audit-storage/package.json +++ b/eventarc/audit-storage/package.json @@ -27,7 +27,7 @@ "c8": "^8.0.0", "got": "^11.5.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/eventarc/generic/package.json b/eventarc/generic/package.json index cd9040c8b4..0ab7f1c547 100644 --- a/eventarc/generic/package.json +++ b/eventarc/generic/package.json @@ -24,7 +24,7 @@ "c8": "^8.0.0", "got": "^11.5.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "uuid": "^9.0.0" } diff --git a/functions/billing/package.json b/functions/billing/package.json index 33a753f711..c20108aff9 100644 --- a/functions/billing/package.json +++ b/functions/billing/package.json @@ -27,7 +27,7 @@ "mocha": "^10.0.0", "promise-retry": "^2.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/concepts/package.json b/functions/concepts/package.json index 4498cc67cd..640e5c1212 100644 --- a/functions/concepts/package.json +++ b/functions/concepts/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/functions/env_vars/package.json b/functions/env_vars/package.json index e6d6f528d8..80e45a4c0c 100644 --- a/functions/env_vars/package.json +++ b/functions/env_vars/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/firebase/helloAnalytics/package.json b/functions/firebase/helloAnalytics/package.json index 5e01b21d81..11e870e68e 100644 --- a/functions/firebase/helloAnalytics/package.json +++ b/functions/firebase/helloAnalytics/package.json @@ -18,6 +18,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/firebase/helloAuth/package.json b/functions/firebase/helloAuth/package.json index 8f862b6643..bd468c94e5 100644 --- a/functions/firebase/helloAuth/package.json +++ b/functions/firebase/helloAuth/package.json @@ -18,6 +18,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/firebase/helloFirestore/package.json b/functions/firebase/helloFirestore/package.json index aa3695dac2..63d1fc7789 100644 --- a/functions/firebase/helloFirestore/package.json +++ b/functions/firebase/helloFirestore/package.json @@ -18,7 +18,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/firestore": "^6.0.0" diff --git a/functions/firebase/helloRTDB/package.json b/functions/firebase/helloRTDB/package.json index 1292eb1e2b..fe7c0f2da8 100644 --- a/functions/firebase/helloRTDB/package.json +++ b/functions/firebase/helloRTDB/package.json @@ -18,6 +18,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/firebase/helloRemoteConfig/package.json b/functions/firebase/helloRemoteConfig/package.json index 592c53034b..37869adf92 100644 --- a/functions/firebase/helloRemoteConfig/package.json +++ b/functions/firebase/helloRemoteConfig/package.json @@ -18,6 +18,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/firebase/makeUpperCase/package.json b/functions/firebase/makeUpperCase/package.json index dd3c8b76b2..c635bfa0f2 100644 --- a/functions/firebase/makeUpperCase/package.json +++ b/functions/firebase/makeUpperCase/package.json @@ -18,7 +18,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/firestore": "^6.0.0" diff --git a/functions/firebase/package.json b/functions/firebase/package.json index 0fe135971c..593b608985 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": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "uuid": "^9.0.0" }, diff --git a/functions/helloworld/helloError/package.json b/functions/helloworld/helloError/package.json index 66ce67136b..b318d623c7 100644 --- a/functions/helloworld/helloError/package.json +++ b/functions/helloworld/helloError/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/helloworld/helloGCS/package.json b/functions/helloworld/helloGCS/package.json index edcc259ed1..f1b73cc63a 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": "^15.0.0", + "sinon": "^16.0.0", "uuid": "^9.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/helloPubSub/package.json b/functions/helloworld/helloPubSub/package.json index 5dfab367ab..a70dd04de9 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": "^15.0.0", + "sinon": "^16.0.0", "uuid": "^9.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/helloworldHttp/package.json b/functions/helloworld/helloworldHttp/package.json index 8d17628094..593df631b8 100644 --- a/functions/helloworld/helloworldHttp/package.json +++ b/functions/helloworld/helloworldHttp/package.json @@ -25,7 +25,7 @@ "c8": "^8.0.0", "gaxios": "^6.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "wait-port": "^1.0.4" } diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index a31a605861..891a44c757 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": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "uuid": "^9.0.0", "wait-port": "^1.0.4" diff --git a/functions/http/corsEnabledFunction/package.json b/functions/http/corsEnabledFunction/package.json index 46770a0f04..95e715be8c 100644 --- a/functions/http/corsEnabledFunction/package.json +++ b/functions/http/corsEnabledFunction/package.json @@ -18,7 +18,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.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 7e9edc5e54..663e2048d1 100644 --- a/functions/http/corsEnabledFunctionAuth/package.json +++ b/functions/http/corsEnabledFunctionAuth/package.json @@ -18,7 +18,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.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 8c011666cd..7e8a2e744d 100644 --- a/functions/http/httpContent/package.json +++ b/functions/http/httpContent/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.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 6f035caa4e..9f99172cdd 100644 --- a/functions/http/httpMethods/package.json +++ b/functions/http/httpMethods/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.2" diff --git a/functions/http/package.json b/functions/http/package.json index cb3cbcd9df..d474344aa9 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": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/storage": "^7.0.0", diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 3084da44e9..265285c63b 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": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.2.3", "wait-port": "^1.0.4" } diff --git a/functions/log/helloWorld/package.json b/functions/log/helloWorld/package.json index cf85844f1f..f4290eb36b 100644 --- a/functions/log/helloWorld/package.json +++ b/functions/log/helloWorld/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/functions-framework": "^3.1.3" diff --git a/functions/log/package.json b/functions/log/package.json index f077f08d6b..71b6388d66 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": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/log/processEntry/package.json b/functions/log/processEntry/package.json index f975e70788..b803e55d19 100644 --- a/functions/log/processEntry/package.json +++ b/functions/log/processEntry/package.json @@ -18,6 +18,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/memorystore/redis/package.json b/functions/memorystore/redis/package.json index e96b4cd1aa..a83267f2bd 100644 --- a/functions/memorystore/redis/package.json +++ b/functions/memorystore/redis/package.json @@ -22,6 +22,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index 9e7312522a..a495d220f0 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -23,6 +23,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 33e1f5e0c4..ce7bcc4f45 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": "^15.0.0", + "sinon": "^16.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/publish/package.json b/functions/pubsub/publish/package.json index cbd8520426..4a893189c3 100644 --- a/functions/pubsub/publish/package.json +++ b/functions/pubsub/publish/package.json @@ -22,7 +22,7 @@ "c8": "^8.0.0", "gaxios": "^6.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "wait-port": "^1.0.4" } } diff --git a/functions/pubsub/subscribe/package.json b/functions/pubsub/subscribe/package.json index 7c4161aa2f..2a69470130 100644 --- a/functions/pubsub/subscribe/package.json +++ b/functions/pubsub/subscribe/package.json @@ -17,6 +17,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/scheduleinstance/package.json b/functions/scheduleinstance/package.json index e4a53b9cfa..0fc7b8c996 100644 --- a/functions/scheduleinstance/package.json +++ b/functions/scheduleinstance/package.json @@ -18,7 +18,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/compute": "^4.0.0" diff --git a/functions/security/package.json b/functions/security/package.json index 1e7c21327b..b068ee915b 100644 --- a/functions/security/package.json +++ b/functions/security/package.json @@ -21,6 +21,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/slack/package.json b/functions/slack/package.json index 6d4317a28c..0e5c4db3c7 100644 --- a/functions/slack/package.json +++ b/functions/slack/package.json @@ -23,7 +23,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.2.3" } } diff --git a/functions/spanner/package.json b/functions/spanner/package.json index 29713ca948..8bc7173b33 100644 --- a/functions/spanner/package.json +++ b/functions/spanner/package.json @@ -22,6 +22,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/tips/gcpApiCall/package.json b/functions/tips/gcpApiCall/package.json index e6e2e1eb27..35d5d45d51 100644 --- a/functions/tips/gcpApiCall/package.json +++ b/functions/tips/gcpApiCall/package.json @@ -22,6 +22,6 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.3", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/tips/package.json b/functions/tips/package.json index 876bde072e..6ce83ede89 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -20,6 +20,6 @@ }, "devDependencies": { "node-fetch": "^2.6.1", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/tips/retry/package.json b/functions/tips/retry/package.json index bfb7ce2577..9b7c9df3b7 100644 --- a/functions/tips/retry/package.json +++ b/functions/tips/retry/package.json @@ -17,6 +17,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/tips/scopeDemo/package.json b/functions/tips/scopeDemo/package.json index d84680deb4..905b998426 100644 --- a/functions/tips/scopeDemo/package.json +++ b/functions/tips/scopeDemo/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.2.0", - "sinon": "^15.0.1" + "sinon": "^16.0.0" } } diff --git a/functions/v2/autoLabelInstance/package.json b/functions/v2/autoLabelInstance/package.json index 4a6393840d..38875c86d3 100644 --- a/functions/v2/autoLabelInstance/package.json +++ b/functions/v2/autoLabelInstance/package.json @@ -23,7 +23,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "p-retry": "^6.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "uuid": "^9.0.0" } diff --git a/functions/v2/cloudEventLogging/package.json b/functions/v2/cloudEventLogging/package.json index d0bd6a1f9b..ac11b21624 100644 --- a/functions/v2/cloudEventLogging/package.json +++ b/functions/v2/cloudEventLogging/package.json @@ -19,6 +19,6 @@ "c8": "^8.0.0", "cloudevents": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } diff --git a/functions/v2/firebase/firestore/helloFirestore/package.json b/functions/v2/firebase/firestore/helloFirestore/package.json index 836e491ac5..cac37108a9 100644 --- a/functions/v2/firebase/firestore/helloFirestore/package.json +++ b/functions/v2/firebase/firestore/helloFirestore/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.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 a7b64765c0..5c21635724 100644 --- a/functions/v2/firebase/firestore/makeUpperCase/package.json +++ b/functions/v2/firebase/firestore/makeUpperCase/package.json @@ -18,7 +18,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "rewire": "^7.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" }, "dependencies": { "@google-cloud/firestore": "^6.0.0", diff --git a/functions/v2/firebase/remote-config/helloRemoteConfig/package.json b/functions/v2/firebase/remote-config/helloRemoteConfig/package.json index 419ab8cde8..f0f426be52 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": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.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 960e9a0ab3..6003c1159b 100644 --- a/functions/v2/firebase/rtdb/helloRTDB/package.json +++ b/functions/v2/firebase/rtdb/helloRTDB/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.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 6a0370bad5..ac73117243 100644 --- a/functions/v2/helloAuditLog/package.json +++ b/functions/v2/helloAuditLog/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/functions/v2/helloGCS/package.json b/functions/v2/helloGCS/package.json index 45a23fbd33..0dc0eabb16 100644 --- a/functions/v2/helloGCS/package.json +++ b/functions/v2/helloGCS/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/functions/v2/helloPubSub/package.json b/functions/v2/helloPubSub/package.json index 3d306d0695..179c1e21d7 100644 --- a/functions/v2/helloPubSub/package.json +++ b/functions/v2/helloPubSub/package.json @@ -20,7 +20,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "uuid": "^9.0.0" } diff --git a/functions/v2/httpLogging/package.json b/functions/v2/httpLogging/package.json index 8622b3aae6..2cc32e73cc 100644 --- a/functions/v2/httpLogging/package.json +++ b/functions/v2/httpLogging/package.json @@ -19,6 +19,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.0.0" } } \ No newline at end of file diff --git a/functions/v2/imagemagick/package.json b/functions/v2/imagemagick/package.json index 31f974eb46..b176abec63 100644 --- a/functions/v2/imagemagick/package.json +++ b/functions/v2/imagemagick/package.json @@ -24,7 +24,7 @@ "c8": "^8.0.0", "mocha": "^10.0.0", "proxyquire": "^2.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.2.3" } } diff --git a/functions/v2/log/processEntry/package.json b/functions/v2/log/processEntry/package.json index b8b88b4373..0dcee7f3fc 100644 --- a/functions/v2/log/processEntry/package.json +++ b/functions/v2/log/processEntry/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0" + "sinon": "^16.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 c089b07127..bb0a459973 100644 --- a/functions/v2/ocr/app/package.json +++ b/functions/v2/ocr/app/package.json @@ -25,7 +25,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/functions/v2/responseStreaming/package.json b/functions/v2/responseStreaming/package.json index d46d364bea..f05f8f829d 100644 --- a/functions/v2/responseStreaming/package.json +++ b/functions/v2/responseStreaming/package.json @@ -21,7 +21,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/functions/v2/tips/avoidInfiniteRetries/package.json b/functions/v2/tips/avoidInfiniteRetries/package.json index 07b7172010..06687e6d98 100644 --- a/functions/v2/tips/avoidInfiniteRetries/package.json +++ b/functions/v2/tips/avoidInfiniteRetries/package.json @@ -20,6 +20,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.2.0", - "sinon": "^15.0.2" + "sinon": "^16.0.0" } } diff --git a/functions/v2/tips/retry/package.json b/functions/v2/tips/retry/package.json index cab3cae718..9fe7eb5641 100644 --- a/functions/v2/tips/retry/package.json +++ b/functions/v2/tips/retry/package.json @@ -17,7 +17,7 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.3.3" }, "dependencies": { diff --git a/functions/v2/typed/googlechatbot/package.json b/functions/v2/typed/googlechatbot/package.json index 7882c94959..16bfb2a865 100644 --- a/functions/v2/typed/googlechatbot/package.json +++ b/functions/v2/typed/googlechatbot/package.json @@ -14,6 +14,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.2.0", - "sinon": "^15.0.2" + "sinon": "^16.0.0" } } diff --git a/functions/v2/typed/greeting/package.json b/functions/v2/typed/greeting/package.json index d6d93d6c49..2613b654c3 100644 --- a/functions/v2/typed/greeting/package.json +++ b/functions/v2/typed/greeting/package.json @@ -14,6 +14,6 @@ "devDependencies": { "c8": "^8.0.0", "mocha": "^10.2.0", - "sinon": "^15.0.2" + "sinon": "^16.0.0" } } diff --git a/run/idp-sql/package.json b/run/idp-sql/package.json index dba3840a98..dd8e413aca 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -32,7 +32,7 @@ "got": "^11.7.0", "mocha": "^10.0.0", "short-uuid": "^4.1.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/run/markdown-preview/renderer/package.json b/run/markdown-preview/renderer/package.json index 99e1e9ee8a..e8c67c56f9 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": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0" } } diff --git a/run/pubsub/package.json b/run/pubsub/package.json index 4fba7c352a..10cfed622e 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -26,7 +26,7 @@ "google-auth-library": "^9.0.0", "got": "^11.5.0", "mocha": "^10.0.0", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "supertest": "^6.0.0", "uuid": "^9.0.0" } diff --git a/speech/package.json b/speech/package.json index 3a6445d89a..ef7cc46c38 100644 --- a/speech/package.json +++ b/speech/package.json @@ -20,7 +20,7 @@ "chalk": "^5.0.0", "fs.promises": "^0.1.2", "node-record-lpcm16": "^1.0.1", - "sinon": "^15.0.0", + "sinon": "^16.0.0", "yargs": "^17.0.0" }, "devDependencies": {