From fc4b45603c1cc1a6ade4ac1be0d4529e5553ffcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 20:16:55 +0000 Subject: [PATCH] build(deps): bump postgres from 3.4.7 to 3.4.8 in /Cyrano Bumps [postgres](https://github.com/porsager/postgres) from 3.4.7 to 3.4.8. - [Release notes](https://github.com/porsager/postgres/releases) - [Changelog](https://github.com/porsager/postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/porsager/postgres/compare/v3.4.7...v3.4.8) --- updated-dependencies: - dependency-name: postgres dependency-version: 3.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cyrano/package-lock.json | 8 ++++---- Cyrano/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index 9eeba165..d33c99b4 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -47,7 +47,7 @@ "pdf-parse": "^1.1.1", "pdfjs-dist": "^5.4.530", "playwright": "^1.57.0", - "postgres": "^3.4.7", + "postgres": "^3.4.8", "puppeteer": "^24.34.0", "react-icons": "^5.5.0", "tesseract.js": "^7.0.0", @@ -9179,9 +9179,9 @@ } }, "node_modules/postgres": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz", - "integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.8.tgz", + "integrity": "sha512-d+JFcLM17njZaOLkv6SCev7uoLaBtfK86vMUXhW1Z4glPWh4jozno9APvW/XKFJ3CCxVoC7OL38BqRydtu5nGg==", "license": "Unlicense", "engines": { "node": ">=12" diff --git a/Cyrano/package.json b/Cyrano/package.json index 967eaeca..318faa59 100644 --- a/Cyrano/package.json +++ b/Cyrano/package.json @@ -64,7 +64,7 @@ "pdf-parse": "^1.1.1", "pdfjs-dist": "^5.4.530", "playwright": "^1.57.0", - "postgres": "^3.4.7", + "postgres": "^3.4.8", "puppeteer": "^24.34.0", "react-icons": "^5.5.0", "tesseract.js": "^7.0.0",