Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pg from 8.11.5 to 8.12.0 in /graphql-server #203

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphql": "^16.7.1",
"graphql-upload": "15.0.0",
"mysql2": "^3.10.2",
"pg": "^8.11.3",
"pg": "^8.12.0",
"pg-copy-streams": "^6.0.6",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.5.4",
Expand Down
10 changes: 5 additions & 5 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ __metadata:
graphql-upload: "npm:15.0.0"
jest: "npm:^29.5.0"
mysql2: "npm:^3.10.2"
pg: "npm:^8.11.3"
pg: "npm:^8.12.0"
pg-copy-streams: "npm:^6.0.6"
prettier: "npm:^3.1.1"
reflect-metadata: "npm:^0.2.2"
Expand Down Expand Up @@ -7400,9 +7400,9 @@ __metadata:
languageName: node
linkType: hard

"pg@npm:^8.11.3":
version: 8.11.5
resolution: "pg@npm:8.11.5"
"pg@npm:^8.12.0":
version: 8.12.0
resolution: "pg@npm:8.12.0"
dependencies:
pg-cloudflare: "npm:^1.1.1"
pg-connection-string: "npm:^2.6.4"
Expand All @@ -7418,7 +7418,7 @@ __metadata:
peerDependenciesMeta:
pg-native:
optional: true
checksum: 20f29a41a99bad5931faf4d4a01e7be7fb27e5b5338fdfb06d2368e295c3d3d4ef49958ad57d2b17bad108e5c84574db6244ed8221e6b77a767f64ef12564119
checksum: 973e49b5e7327c42fc62806efa8c824159ab7a0b676cefe6eeb51a59b6e226587911ec27697f36c18d69e58a7f4f0b76d0829364087194d13ed431ab7c9c417a
languageName: node
linkType: hard

Expand Down
Loading