Skip to content

Commit

Permalink
fix: can't upgrade to esm-only version of 'got' yet
Browse files Browse the repository at this point in the history
  • Loading branch information
subfuzion committed Aug 11, 2024
1 parent 5010887 commit d37d9b9
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion eventarc/audit-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion eventarc/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion eventarc/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/hello-broken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion run/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/idp-sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"c8": "^10.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"short-uuid": "^5.0.0",
"sinon": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/image-processing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/logging-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "Apache-2.0",
"dependencies": {
"express": "^4.17.1",
"got": "^14.0.0"
"got": "^11.5.0"
},
"devDependencies": {
"@google-cloud/logging": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/markdown-preview/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"express": "^4.17.1",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"handlebars": "^4.7.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion run/markdown-preview/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion run/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion run/system-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.0.0",
"supertest": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion run/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/express": "^4.17.17",
"c8": "^10.0.0",
"google-auth-library": "^9.0.0",
"got": "^14.0.0",
"got": "^11.5.0",
"mocha": "^10.2.0",
"puppeteer": "^22.0.0"
}
Expand Down

0 comments on commit d37d9b9

Please sign in to comment.