From 201a9ac8d70723a25cc4f313db48b99a63257119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:45:51 +0000 Subject: [PATCH] Bump pg from 5.0.0 to 5.2.1 in /api Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 5.0.0 to 5.2.1. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/v5.2.1/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/package.json b/api/package.json index 5baae50..a1af8b6 100644 --- a/api/package.json +++ b/api/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "express": "~4.13.1", - "pg": "5.0.0", + "pg": "5.2.1", "node-uuid": "1.4.7" } }