diff --git a/package-lock.json b/package-lock.json index 3c90c210..b97c4729 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7379,9 +7379,12 @@ } }, "node_modules/postgres": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.3.5.tgz", - "integrity": "sha512-+JD93VELV9gHkqpV5gdL5/70HdGtEw4/XE1S4BC8f1mcPmdib3K5XsKVbnR1XcAyC41zOnifJ+9YRKxdIsXiUw==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.4.tgz", + "integrity": "sha512-IbyN+9KslkqcXa8AO9fxpk97PA4pzewvpi2B3Dwy9u4zpV32QicaEdgmF3eSQUzdRk7ttDHQejNgAEr4XoeH4A==", + "engines": { + "node": ">=12" + }, "funding": { "type": "individual", "url": "https://github.com/sponsors/porsager" @@ -14656,9 +14659,9 @@ } }, "postgres": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.3.5.tgz", - "integrity": "sha512-+JD93VELV9gHkqpV5gdL5/70HdGtEw4/XE1S4BC8f1mcPmdib3K5XsKVbnR1XcAyC41zOnifJ+9YRKxdIsXiUw==" + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.4.tgz", + "integrity": "sha512-IbyN+9KslkqcXa8AO9fxpk97PA4pzewvpi2B3Dwy9u4zpV32QicaEdgmF3eSQUzdRk7ttDHQejNgAEr4XoeH4A==" }, "postgres-array": { "version": "2.0.0",