Skip to content

Commit

Permalink
fix(deps): update dependency got to v10 (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 24, 2020
1 parent 4858930 commit a12d324
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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": "^9.6.0"
"got": "^10.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.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": "^9.6.0"
"got": "^10.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.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": "^9.6.0"
"got": "^10.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.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": "^9.6.0",
"got": "^10.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": "^9.6.0"
"got": "^10.0.0"
},
"devDependencies": {
"@google-cloud/logging": "^7.0.0",
Expand Down

0 comments on commit a12d324

Please sign in to comment.