From f24432fdbca021c7c6e569b5f96942b4c447d098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:03:34 +0000 Subject: [PATCH] :arrow_up: 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 710a512..2aac065 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lodash": "^4.17.19", "nodemailer": "^6.4.6", "pg": "^8.0.3", - "pg-native": "^3.0.0", + "pg-native": "^3.0.1", "socket.io": "^2.4.0", "socket.io-client": "^2.3.0" }, diff --git a/yarn.lock b/yarn.lock index 21b0a0d..8807ca4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1006,10 +1006,10 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -libpq@^1.7.0: - version "1.8.9" - resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.9.tgz#6e0c6eecb176f6656ad092d67cc0131980cba897" - integrity sha512-herU0STiW3+/XBoYRycKKf49O9hBKK0JbdC2QmvdC5pyCSu8prb9idpn5bUSbxj8XwcEsWPWWWwTDZE9ZTwJ7g== +libpq@^1.8.10: + version "1.8.12" + resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.12.tgz#994b75b9a9ef48fb4e45ebccda937d8a8fadf45c" + integrity sha512-4lUY9BD9suz76mVS0kH4rRgRy620g/c9YZH5GYC3smfIpjtj6KiPuQ4IwQSHSZMMMhMM3tBFrYUrw8mHOOZVeg== dependencies: bindings "1.5.0" nan "^2.14.0" @@ -1263,12 +1263,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"