Skip to content

Commit

Permalink
fix(deps): update dependency pg to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 30, 2020
1 parent b8f394b commit fecf9d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/cloudsql_postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"express": "^4.16.4",
"knex": "^0.20.0",
"pg": "^7.8.0",
"pg": "^8.0.0",
"prompt": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"body-parser": "^1.18.3",
"express": "^4.16.2",
"knex": "^0.20.0",
"pg": "^7.11.0",
"pg": "^8.0.0",
"pug": "^2.0.3",
"winston": "^3.1.0",
"yargs": "^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"mysql": "^2.16.0",
"pg": "^7.4.3"
"pg": "^8.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.3.0",
Expand Down

0 comments on commit fecf9d8

Please sign in to comment.