Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 09aa17a

Browse files
authored
Merge pull request #222 from FullstackAcademy/updates-pg
updates version of pg
2 parents 0c22530 + b6ace58 commit 09aa17a

3 files changed

Lines changed: 44 additions & 40 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 12 # uses version 12
3+
- 14 # uses version 14
44
services:
55
- postgresql # starts up postgres
66
addons:

package-lock.json

Lines changed: 42 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"morgan": "^1.9.1",
5151
"passport": "^0.4.0",
5252
"passport-google-oauth": "^2.0.0",
53-
"pg": "^7.9.0",
53+
"pg": "^8.3.2",
5454
"pg-hstore": "^2.3.2",
5555
"prop-types": "^15.7.2",
5656
"react": "^16.8.6",

0 commit comments

Comments
 (0)