From 2084fcfba5e9a71889178302db0465bed40f1396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:09:14 +0000 Subject: [PATCH] Bump pg-native from 3.0.0 to 3.0.1 Bumps [pg-native](https://github.com/brianc/node-pg-native) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/brianc/node-pg-native/releases) - [Commits](https://github.com/brianc/node-pg-native/commits) --- updated-dependencies: - dependency-name: pg-native dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e69cb7e..358d73b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "fastify-swagger": "^4.7.0", "node-cleanup": "^2.1.2", "pg": "^8.6.0", - "pg-native": "^3.0.0", + "pg-native": "^3.0.1", "pino": "^6.11.3", "pino-multi-stream": "^5.3.0", "pino-pretty": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index b9af971..a40b241 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2964,7 +2964,7 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" -libpq@^1.7.0: +libpq@^1.8.10: version "1.8.12" resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.12.tgz#994b75b9a9ef48fb4e45ebccda937d8a8fadf45c" integrity sha512-4lUY9BD9suz76mVS0kH4rRgRy620g/c9YZH5GYC3smfIpjtj6KiPuQ4IwQSHSZMMMhMM3tBFrYUrw8mHOOZVeg== @@ -3675,12 +3675,12 @@ pg-int8@1.0.1: resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c" integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw== -pg-native@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.0.0.tgz#20c64e651e20b28f5c060b3823522d1c8c4429c3" - integrity sha512-qZZyywXJ8O4lbiIN7mn6vXIow1fd3QZFqzRe+uET/SZIXvCa3HBooXQA4ZU8EQX8Ae6SmaYtDGLp5DwU+8vrfg== +pg-native@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.0.1.tgz#84b488a4f3c29c29ea9b4fa8bf03a75a5bc4f353" + integrity sha512-LBVNWkNh0fVx/cienARRP2y22J5OpUsKBe0TpxzAx3arEUUdIs77aLSAHS3scS7SMaqc+OkG40CEu5fN0/cjIw== dependencies: - libpq "^1.7.0" + libpq "^1.8.10" pg-types "^1.12.1" readable-stream "1.0.31"