diff --git a/eventarc/audit-storage/package.json b/eventarc/audit-storage/package.json index b6f9a4429e..64167d5d90 100644 --- a/eventarc/audit-storage/package.json +++ b/eventarc/audit-storage/package.json @@ -24,7 +24,7 @@ "express": "^4.16.4" }, "devDependencies": { - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "sinon": "^12.0.0", "supertest": "^6.0.0" diff --git a/eventarc/generic/package.json b/eventarc/generic/package.json index 517eee96cb..7b11411e4d 100644 --- a/eventarc/generic/package.json +++ b/eventarc/generic/package.json @@ -21,7 +21,7 @@ "express": "^4.16.4" }, "devDependencies": { - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "sinon": "^12.0.0", "supertest": "^6.0.0", diff --git a/eventarc/pubsub/package.json b/eventarc/pubsub/package.json index 104aab77ea..243a8f9f5e 100644 --- a/eventarc/pubsub/package.json +++ b/eventarc/pubsub/package.json @@ -25,7 +25,7 @@ "express": "^4.16.4" }, "devDependencies": { - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "sinon": "^12.0.0", "supertest": "^6.0.0", diff --git a/run/hello-broken/package.json b/run/hello-broken/package.json index a28982af5f..8d28dbc327 100644 --- a/run/hello-broken/package.json +++ b/run/hello-broken/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "google-auth-library": "^7.0.0", - "got": "^11.0.0", + "got": "^12.0.0", "mocha": "^9.0.0" } } diff --git a/run/helloworld/package.json b/run/helloworld/package.json index 234cf0f73a..e487b2b08a 100644 --- a/run/helloworld/package.json +++ b/run/helloworld/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "google-auth-library": "^7.0.0", - "got": "^11.0.0", + "got": "^12.0.0", "mocha": "^9.0.0", "supertest": "^6.0.0" } diff --git a/run/idp-sql/package.json b/run/idp-sql/package.json index 68f5d75a02..3de201f5d7 100644 --- a/run/idp-sql/package.json +++ b/run/idp-sql/package.json @@ -28,7 +28,7 @@ "winston": "3.4.0" }, "devDependencies": { - "got": "^11.7.0", + "got": "^12.0.0", "mocha": "^9.0.0", "short-uuid": "^4.1.0", "sinon": "^12.0.0", diff --git a/run/image-processing/package.json b/run/image-processing/package.json index 2751eb4e9f..8abe97ac21 100644 --- a/run/image-processing/package.json +++ b/run/image-processing/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "google-auth-library": "^7.0.0", - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "supertest": "^6.0.0" } diff --git a/run/logging-manual/package.json b/run/logging-manual/package.json index 48d37a6779..b1d6718757 100644 --- a/run/logging-manual/package.json +++ b/run/logging-manual/package.json @@ -16,7 +16,7 @@ "license": "Apache-2.0", "dependencies": { "express": "^4.17.1", - "got": "^11.0.0" + "got": "^12.0.0" }, "devDependencies": { "@google-cloud/logging": "^9.0.0", diff --git a/run/markdown-preview/editor/package.json b/run/markdown-preview/editor/package.json index fac86fa708..1e166443e6 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": "^7.0.0", - "got": "^11.8.0", + "got": "^12.0.0", "handlebars": "^4.7.6" }, "devDependencies": { diff --git a/run/markdown-preview/renderer/package.json b/run/markdown-preview/renderer/package.json index ce69aedf98..7807f0f377 100644 --- a/run/markdown-preview/renderer/package.json +++ b/run/markdown-preview/renderer/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "google-auth-library": "^7.0.0", - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "sinon": "^12.0.0", "supertest": "^6.0.0" diff --git a/run/pubsub/package.json b/run/pubsub/package.json index 8b8b06b7a8..a03084f462 100644 --- a/run/pubsub/package.json +++ b/run/pubsub/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "google-auth-library": "^7.0.0", - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "sinon": "^12.0.0", "supertest": "^6.0.0", diff --git a/run/system-package/package.json b/run/system-package/package.json index 6959649b27..7f7f658405 100644 --- a/run/system-package/package.json +++ b/run/system-package/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "google-auth-library": "^7.0.0", - "got": "^11.5.0", + "got": "^12.0.0", "mocha": "^9.0.0", "supertest": "^6.0.0" } diff --git a/run/websockets/package.json b/run/websockets/package.json index 8c93269bb4..7bd3211b11 100644 --- a/run/websockets/package.json +++ b/run/websockets/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "google-auth-library": "^7.1.2", - "got": "^11.8.2", + "got": "^12.0.0", "puppeteer": "^13.0.0" } }