Skip to content

Commit

Permalink
Merge pull request #25 from visnup/renovate/pg-query-stream-1.x
Browse files Browse the repository at this point in the history
Update dependency pg-query-stream to v1.1.1
  • Loading branch information
visnup committed Mar 15, 2018
2 parents 5a53909 + 0401a62 commit f4bcbc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"morgan": "1.9.0",
"normalize.css": "4.2.0",
"pg": "6.4.2",
"pg-query-stream": "1.0.0",
"pg-query-stream": "1.1.1",
"postcss-custom-properties": "5.0.2",
"postcss-import": "8.1.2",
"postcss-loader": "0.9.1",
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4216,9 +4216,9 @@ pg-connection-string@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.0.0.tgz#3eefe5997e06d94821e4d502e42b6a1c73f8df82"

pg-cursor@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-1.0.0.tgz#b5b4b7bf277b3478de8c11cdf9d34bcda6973c0f"
pg-cursor@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-1.3.0.tgz#b220f1908976b7b40daa373c7ada5fca823ab0d9"

pg-pool@1.*:
version "1.6.0"
Expand All @@ -4227,12 +4227,11 @@ pg-pool@1.*:
generic-pool "2.4.2"
object-assign "4.1.0"

pg-query-stream@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/pg-query-stream/-/pg-query-stream-1.0.0.tgz#a9b34da5c81c0a4c37b28b1af35259e89430fc98"
pg-query-stream@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/pg-query-stream/-/pg-query-stream-1.1.1.tgz#65e97436ef809d1e160eba84ebf11b9e4742eab4"
dependencies:
pg-cursor "1.0.0"
readable-stream "^2.0.4"
pg-cursor "1.3.0"

pg-types@1.*:
version "1.11.0"
Expand Down Expand Up @@ -4849,7 +4848,7 @@ readable-stream@^1.0.27-1, readable-stream@^1.1.13:
isarray "0.0.1"
string_decoder "~0.10.x"

readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.1.4, readable-stream@^2.2.2:
readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.1.4, readable-stream@^2.2.2:
version "2.2.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.6.tgz#8b43aed76e71483938d12a8d46c6cf1a00b1f816"
dependencies:
Expand Down

0 comments on commit f4bcbc2

Please sign in to comment.