Skip to content

Commit

Permalink
Bump pg-copy-streams from 0.3.0 to 6.0.5
Browse files Browse the repository at this point in the history
Bumps [pg-copy-streams](https://github.com/brianc/node-pg-copy-streams) from 0.3.0 to 6.0.5.
- [Commits](brianc/node-pg-copy-streams@v0.3.0...v6.0.5)

---
updated-dependencies:
- dependency-name: pg-copy-streams
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent eaafac3 commit 7a4f49a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"async": "2.6.4",
"bluebird": "3.5.2",
"co": "4.6.0",
"pg-copy-streams": "0.3.0",
"pg-copy-streams": "6.0.5",
"typescript": "^4.0.3",
"workerd": "^1.20230419.0",
"wrangler": "^2.16.0"
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5150,6 +5150,11 @@ object.pick@^1.3.0:
dependencies:
isobject "^3.0.1"

obuf@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==

octokit-pagination-methods@^1.1.0:
version "1.1.0"
resolved "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz"
Expand Down Expand Up @@ -5474,10 +5479,12 @@ performance-now@^2.1.0:
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

pg-copy-streams@0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/pg-copy-streams/-/pg-copy-streams-0.3.0.tgz"
integrity sha1-pPvCo7eI1Onab3fOs1Qi2NcEO38=
pg-copy-streams@6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/pg-copy-streams/-/pg-copy-streams-6.0.5.tgz#20065eefe2ae789857a72a275e95afa6a6c82c1b"
integrity sha512-HcjUCaeEputOnSTgRQrkUkOKEBtyfcXsrrf6FA7z6AgesRxR35GRovk5Akw1LYRNwSFYpc9XVVxLrxYCWwNHMg==
dependencies:
obuf "^1.1.2"

pg-cursor@^1.3.0:
version "1.3.0"
Expand Down

0 comments on commit 7a4f49a

Please sign in to comment.