From fd69d80b73b09effe52db7c33facf8cb1ba63238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:15:22 +0000 Subject: [PATCH] chore(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 | 30 +++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 375a2afc..d99bd5d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^8.4.1", "@fastify/autoload": "^6.0.1", "@fastify/jwt": "^8.0.1", - "@fastify/postgres": "^5.2.2", + "@fastify/postgres": "^6.0.1", "@fastify/type-provider-typebox": "^4.1.0", "@nearform/sql": "^1.10.5", "@sinclair/typebox": "^0.33.11", @@ -1650,16 +1650,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/rate-limit": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.1.0.tgz", @@ -17652,11 +17657,18 @@ } }, "@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==", "requires": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^5.0.0" + }, + "dependencies": { + "fastify-plugin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==" + } } }, "@fastify/rate-limit": { diff --git a/package.json b/package.json index 454b78b3..37b08fd9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@faker-js/faker": "^8.4.1", "@fastify/autoload": "^6.0.1", "@fastify/jwt": "^8.0.1", - "@fastify/postgres": "^5.2.2", + "@fastify/postgres": "^6.0.1", "@fastify/type-provider-typebox": "^4.1.0", "@nearform/sql": "^1.10.5", "@sinclair/typebox": "^0.33.11",