Skip to content

Commit d4613bc

Browse files
build(deps): bump pg from 8.17.2 to 8.18.0 (#1659)
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.17.2 to 8.18.0. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-version: 8.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b494b5 commit d4613bc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"feathers-permissions": "^2.1.4",
5353
"feathers-sequelize": "^7.0.3",
5454
"helmet": "^8.1.0",
55-
"pg": "^8.17.2",
55+
"pg": "^8.18.0",
5656
"sequelize": "^6.37.7",
5757
"serve-favicon": "^2.5.1",
5858
"uuid": "^13.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5415,10 +5415,10 @@ pg-cloudflare@^1.3.0:
54155415
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz#386035d4bfcf1a7045b026f8b21acf5353f14d65"
54165416
integrity sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==
54175417

5418-
pg-connection-string@^2.10.1, pg-connection-string@^2.6.1:
5419-
version "2.10.1"
5420-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.10.1.tgz#34e0bf60333551ae1e76caf47cce633a5b2e4b70"
5421-
integrity sha512-iNzslsoeSH2/gmDDKiyMqF64DATUCWj3YJ0wP14kqcsf2TUklwimd+66yYojKwZCA7h2yRNLGug71hCBA2a4sw==
5418+
pg-connection-string@^2.11.0, pg-connection-string@^2.6.1:
5419+
version "2.11.0"
5420+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.11.0.tgz#5dca53ff595df33ba9db812e181b19909866d10b"
5421+
integrity sha512-kecgoJwhOpxYU21rZjULrmrBJ698U2RxXofKVzOn5UDj61BPj/qMb7diYUR1nLScCDbrztQFl1TaQZT0t1EtzQ==
54225422

54235423
pg-int8@1.0.1:
54245424
version "1.0.1"
@@ -5446,12 +5446,12 @@ pg-types@2.2.0:
54465446
postgres-date "~1.0.4"
54475447
postgres-interval "^1.1.0"
54485448

5449-
pg@^8.17.2:
5450-
version "8.17.2"
5451-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.17.2.tgz#8df8c039c36bb97016be276094fc4991e8683963"
5452-
integrity sha512-vjbKdiBJRqzcYw1fNU5KuHyYvdJ1qpcQg1CeBrHFqV1pWgHeVR6j/+kX0E1AAXfyuLUGY1ICrN2ELKA/z2HWzw==
5449+
pg@^8.18.0:
5450+
version "8.18.0"
5451+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.18.0.tgz#e9ee214206f5d9231240f1b82f22d2fa9de5cb75"
5452+
integrity sha512-xqrUDL1b9MbkydY/s+VZ6v+xiMUmOUk7SS9d/1kpyQxoJ6U9AO1oIJyUWVZojbfe5Cc/oluutcgFG4L9RDP1iQ==
54535453
dependencies:
5454-
pg-connection-string "^2.10.1"
5454+
pg-connection-string "^2.11.0"
54555455
pg-pool "^3.11.0"
54565456
pg-protocol "^1.11.0"
54575457
pg-types "2.2.0"

0 commit comments

Comments
 (0)