Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"express": "^4.16.4",
"got": "^10.0.0"
"got": "^11.0.0"
},
"devDependencies": {
"mocha": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/metadata/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"express": "^4.16.4",
"got": "^10.0.0"
"got": "^11.0.0"
},
"devDependencies": {
"mocha": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/metadata/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"express": "^4.16.4",
"got": "^10.0.0"
"got": "^11.0.0"
},
"devDependencies": {
"mocha": "^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 @@ -17,7 +17,7 @@
"express": "^4.17.1"
},
"devDependencies": {
"got": "^10.0.0",
"got": "^11.0.0",
"mocha": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion run/logging-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"express": "^4.17.1",
"got": "^10.0.0"
"got": "^11.0.0"
},
"devDependencies": {
"@google-cloud/logging": "^7.0.0",
Expand Down