From 55f229067d4b1f183a966d5dad2cadcdfe34b904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:53:34 +0000 Subject: [PATCH] build(deps): bump @fastify/postgres from 5.2.2 to 6.0.1 Bumps [@fastify/postgres](https://github.com/fastify/fastify-postgres) from 5.2.2 to 6.0.1. - [Release notes](https://github.com/fastify/fastify-postgres/releases) - [Commits](https://github.com/fastify/fastify-postgres/compare/v5.2.2...v6.0.1) --- updated-dependencies: - dependency-name: "@fastify/postgres" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 ++++++++++----- package.json | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fd61c8..49db784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/helmet": "^11.1.1", - "@fastify/postgres": "^5.2.2", + "@fastify/postgres": "^6.0.1", "@fastify/static": "^7.0.4", "@sentry/node": "^8.29.0", "axios": "^1.7.7", @@ -232,16 +232,21 @@ } }, "node_modules/@fastify/postgres": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/@fastify/postgres/-/postgres-5.2.2.tgz", - "integrity": "sha512-8TWRqDSiXJp0SZjbHrqwyhl0f55eV4fpYAd9m7G0hGUpyEZJFwcxIDQYjnlRAXcVTq5NloUjFH6DxgmxZ3apbQ==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@fastify/postgres/-/postgres-6.0.1.tgz", + "integrity": "sha512-z+lJWvJO61uWquysPs7yfyEggKVPKUNssfzEsiIBCtl+qshv7FNgxFEqS0BShXRModzRRk+woS+Fa06ZPC5JIA==", "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^5.0.0" }, "peerDependencies": { "pg": ">=6.0.0" } }, + "node_modules/@fastify/postgres/node_modules/fastify-plugin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==" + }, "node_modules/@fastify/send": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@fastify/send/-/send-2.1.0.tgz", diff --git a/package.json b/package.json index 2ff568e..974481c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@fastify/cors": "^9.0.1", "@fastify/helmet": "^11.1.1", - "@fastify/postgres": "^5.2.2", + "@fastify/postgres": "^6.0.1", "@fastify/static": "^7.0.4", "@sentry/node": "^8.29.0", "axios": "^1.7.7",