Skip to content

Commit

Permalink
patched pg to 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Aug 15, 2017
1 parent a9d73d2 commit e602c0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "pg-boss",
"version": "2.1.0",
"version": "2.2.0",
"description": "Queueing jobs in Node.js using PostgreSQL like a boss",
"main": "./lib/index.js",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"pg": "^7.0.1",
"pg": "^7.1.2",
"uuid": "^3.0.0"
},
"devDependencies": {
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,10 @@ jodid25519@^1.0.0:
dependencies:
jsbn "~0.1.0"

[email protected]:
version "1.0.1"
resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"

js-tokens@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
Expand Down Expand Up @@ -1821,11 +1825,12 @@ pg-types@1.*:
postgres-date "~1.0.0"
postgres-interval "~1.0.0"

pg@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/pg/-/pg-7.0.1.tgz#6cd31b95f58ad91af13122e4e004a43409132759"
pg@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/pg/-/pg-7.1.2.tgz#5dce20f3ed680651444dc311061d719cc920c3d8"
dependencies:
buffer-writer "1.0.1"
js-string-escape "1.0.1"
packet-reader "0.3.1"
pg-connection-string "0.1.3"
pg-pool "2.*"
Expand Down

0 comments on commit e602c0f

Please sign in to comment.