diff --git a/package-lock.json b/package-lock.json index a77378f..59400e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -167,9 +167,9 @@ } }, "node_modules/@fastify/postgres": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@fastify/postgres/-/postgres-6.0.2.tgz", - "integrity": "sha512-b8JKy/aNcz/iKzFEe0Qwx7xkk2lmcQXxylg6jOctYCpNW/shSJZunIhMrTI3J5GQQubtMmRGXEiwfKdq5h4LNQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@fastify/postgres/-/postgres-6.1.0.tgz", + "integrity": "sha512-TN/pd+VXwotrpbxcBGERJ4JrwwqPCE4T63NmR2+Pue5McMeiVITMAmhExLhLLfEAGJ83M/AhiQrbh3/lrd+NTg==", "funding": [ { "type": "github", @@ -182,12 +182,28 @@ ], "license": "MIT", "dependencies": { - "fastify-plugin": "^5.0.0" + "fastify-plugin": "^6.0.0" }, "peerDependencies": { "pg": ">=6.0.0" } }, + "node_modules/@fastify/postgres/node_modules/fastify-plugin": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-6.0.0.tgz", + "integrity": "sha512-fZOty7z3O7vOliF6d8bHE3wiEh1KcNnKEQensSgTk9C1DvN6nRLS++XVd86v33Hw/8u9Un8A1zDrQ8ujcQDHEg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, "node_modules/@fastify/proxy-addr": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@fastify/proxy-addr/-/proxy-addr-5.0.0.tgz",