Skip to content

Commit 1b8bdf6

Browse files
build(deps): bump pg from 8.18.0 to 8.19.0 (#1681)
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.18.0 to 8.19.0. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.19.0/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-version: 8.19.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 c466ed0 commit 1b8bdf6

2 files changed

Lines changed: 15 additions & 15 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.18.0",
55+
"pg": "^8.19.0",
5656
"sequelize": "^6.37.7",
5757
"serve-favicon": "^2.5.1",
5858
"uuid": "^13.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5477,15 +5477,15 @@ pg-int8@1.0.1:
54775477
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
54785478
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
54795479

5480-
pg-pool@^3.11.0:
5481-
version "3.11.0"
5482-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.11.0.tgz#adf9a6651a30c839f565a3cc400110949c473d69"
5483-
integrity sha512-MJYfvHwtGp870aeusDh+hg9apvOe2zmpZJpyt+BMtzUWlVqbhFmMK6bOBXLBUPd7iRtIF9fZplDc7KrPN3PN7w==
5480+
pg-pool@^3.12.0:
5481+
version "3.12.0"
5482+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.12.0.tgz#798c84ec7d42ba03fff056ebe575daa6e14feab8"
5483+
integrity sha512-eIJ0DES8BLaziFHW7VgJEBPi5hg3Nyng5iKpYtj3wbcAUV9A1wLgWiY7ajf/f/oO1wfxt83phXPY8Emztg7ITg==
54845484

5485-
pg-protocol@^1.11.0:
5486-
version "1.11.0"
5487-
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.11.0.tgz#2502908893edaa1e8c0feeba262dd7b40b317b53"
5488-
integrity sha512-pfsxk2M9M3BuGgDOfuy37VNRRX3jmKgMjcvAcWqNDpZSf4cUmv8HSOl5ViRQFsfARFn0KuUQTgLxVMbNq5NW3g==
5485+
pg-protocol@^1.12.0:
5486+
version "1.12.0"
5487+
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.12.0.tgz#e9827f3e1dae6cdcb78d009cba5bb699d88ae998"
5488+
integrity sha512-uOANXNRACNdElMXJ0tPz6RBM0XQ61nONGAwlt8da5zs/iUOOCLBQOHSXnrC6fMsvtjxbOJrZZl5IScGv+7mpbg==
54895489

54905490
pg-types@2.2.0:
54915491
version "2.2.0"
@@ -5498,14 +5498,14 @@ pg-types@2.2.0:
54985498
postgres-date "~1.0.4"
54995499
postgres-interval "^1.1.0"
55005500

5501-
pg@^8.18.0:
5502-
version "8.18.0"
5503-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.18.0.tgz#e9ee214206f5d9231240f1b82f22d2fa9de5cb75"
5504-
integrity sha512-xqrUDL1b9MbkydY/s+VZ6v+xiMUmOUk7SS9d/1kpyQxoJ6U9AO1oIJyUWVZojbfe5Cc/oluutcgFG4L9RDP1iQ==
5501+
pg@^8.19.0:
5502+
version "8.19.0"
5503+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.19.0.tgz#2cb45322471c1ed05786ee7ec09bd91abdfe3eeb"
5504+
integrity sha512-QIcLGi508BAHkQ3pJNptsFz5WQMlpGbuBGBaIaXsWK8mel2kQ/rThYI+DbgjUvZrIr7MiuEuc9LcChJoEZK1xQ==
55055505
dependencies:
55065506
pg-connection-string "^2.11.0"
5507-
pg-pool "^3.11.0"
5508-
pg-protocol "^1.11.0"
5507+
pg-pool "^3.12.0"
5508+
pg-protocol "^1.12.0"
55095509
pg-types "2.2.0"
55105510
pgpass "1.0.5"
55115511
optionalDependencies:

0 commit comments

Comments
 (0)