From c300d826aa07301cd5fc889994f861aaa4c71631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 22:12:48 +0000 Subject: [PATCH] build(deps): bump pg from 8.22.0 to 8.23.0 Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.22.0 to 8.23.0. - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.23.0/packages/pg) --- updated-dependencies: - dependency-name: pg dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ea51a03e..220948253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "mongodb": "^7.5.0", "mqtt": "^5.15.2", "node-forge": "^1.4.0", - "pg": "^8.22.0", + "pg": "^8.23.0", "rc": "^1.2.8", "winston": "^3.19.0", "ws": "^8.21.3", @@ -4283,14 +4283,14 @@ "license": "MIT" }, "node_modules/pg": { - "version": "8.22.0", - "resolved": "https://registry.npmjs.org/pg/-/pg-8.22.0.tgz", - "integrity": "sha512-8wih1vVIBMxoUM2oB4soJsD9tDnDpLv4OXBJ+EJzFsvycD+lfyIreC2gGHq78f8jbLLt+bvlPTFdFZfJkOuzAA==", + "version": "8.23.0", + "resolved": "https://registry.npmjs.org/pg/-/pg-8.23.0.tgz", + "integrity": "sha512-Ip2EQCngowJLGOfCwkFhPXU7/ljlhn6Rxlmy4XYfL2Y+vyRM59+8uR2xqRWKdYmbXmxCFOAmKxBuSUCdF34qLg==", "license": "MIT", "dependencies": { "pg-connection-string": "^2.14.0", "pg-pool": "^3.14.0", - "pg-protocol": "^1.15.0", + "pg-protocol": "^1.16.0", "pg-types": "2.2.0", "pgpass": "1.0.5" }, @@ -4341,9 +4341,9 @@ } }, "node_modules/pg-protocol": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.15.0.tgz", - "integrity": "sha512-cq9sECI5s0+uPUXjbz8ioyPJni6RzsRib0US67i5IoTZKw8fNeYlVE7u8F4dG7vEJJtc5wdD1K189lCCUwqWTQ==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.16.0.tgz", + "integrity": "sha512-sILXutLVjCLjcDuOmvhX5e2Z4cS5qG/6Bu3VkpFwdf/633ElGLpEh9bgmuI5I4sqKqkifQiGyiCcx1HdtrK7tg==", "license": "MIT" }, "node_modules/pg-types": { diff --git a/package.json b/package.json index a5b4179a8..05509c994 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "mongodb": "^7.5.0", "mqtt": "^5.15.2", "node-forge": "^1.4.0", - "pg": "^8.22.0", + "pg": "^8.23.0", "rc": "^1.2.8", "winston": "^3.19.0", "ws": "^8.21.3",