From a39b930a8291daccf0b191a33e89b6baed3fce1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:31:50 +0000 Subject: [PATCH] Bump pg from 8.13.0 to 8.13.1 in the pg group Bumps the pg group with 1 update: [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg). Updates `pg` from 8.13.0 to 8.13.1 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.1/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pg ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 118f460a..efbc47b1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "class-validator": "^0.14.1", "graphql": "^15.9.0", "knex": "3.1.0", - "pg": "^8.12.0", + "pg": "^8.13.1", "pm2": "^5.4.2", "reflect-metadata": "^0.2.2", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index c3794ea3..48f09ed3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4435,10 +4435,10 @@ pg-types@^4.0.1: postgres-interval "^3.0.0" postgres-range "^1.1.1" -pg@^8.12.0, pg@^8.13.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.0.tgz#e3d245342eb0158112553fcc1890a60720ae2a3d" - integrity sha512-34wkUTh3SxTClfoHB3pQ7bIMvw9dpFU1audQQeZG837fmHfHpr14n/AELVDoOYVDW2h5RDWU78tFjkD+erSBsw== +pg@^8.13.0, pg@^8.13.1: + version "8.13.1" + resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.1.tgz#6498d8b0a87ff76c2df7a32160309d3168c0c080" + integrity sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ== dependencies: pg-connection-string "^2.7.0" pg-pool "^3.7.0"