diff --git a/node/package-lock.json b/node/package-lock.json index 9f8c5c9..385d630 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -14,7 +14,7 @@ "express": "^4.21.2", "http-errors": "~2.0.0", "morgan": "^1.10.0", - "postgres": "^3.4.5" + "postgres": "^3.4.7" }, "devDependencies": { "@types/express": "^5.0.6", @@ -815,9 +815,9 @@ "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "node_modules/postgres": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.5.tgz", - "integrity": "sha512-cDWgoah1Gez9rN3H4165peY9qfpEo+SA61oQv65O3cRUE1pOEoJWwddwcqKE8XZYjbblOJlYDlLV4h67HrEVDg==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz", + "integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==", "license": "Unlicense", "engines": { "node": ">=12" diff --git a/node/package.json b/node/package.json index f1a23af..b289c9f 100644 --- a/node/package.json +++ b/node/package.json @@ -14,7 +14,7 @@ "express": "^4.21.2", "http-errors": "~2.0.0", "morgan": "^1.10.0", - "postgres": "^3.4.5" + "postgres": "^3.4.7" }, "devDependencies": { "@types/express": "^5.0.6",