Skip to content

Commit 0771c1e

Browse files
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] <[email protected]>
1 parent c493565 commit 0771c1e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"fastify-swagger": "^4.7.0",
5252
"node-cleanup": "^2.1.2",
5353
"pg": "^8.6.0",
54-
"pg-native": "^3.0.0",
54+
"pg-native": "^3.0.1",
5555
"pino": "^6.11.3",
5656
"pino-multi-stream": "^5.3.0",
5757
"pino-pretty": "^5.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,10 +2964,10 @@ levn@^0.4.1:
29642964
prelude-ls "^1.2.1"
29652965
type-check "~0.4.0"
29662966

2967-
libpq@^1.7.0:
2968-
version "1.8.9"
2969-
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.9.tgz#6e0c6eecb176f6656ad092d67cc0131980cba897"
2970-
integrity sha512-herU0STiW3+/XBoYRycKKf49O9hBKK0JbdC2QmvdC5pyCSu8prb9idpn5bUSbxj8XwcEsWPWWWwTDZE9ZTwJ7g==
2967+
libpq@^1.8.10:
2968+
version "1.8.12"
2969+
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.12.tgz#994b75b9a9ef48fb4e45ebccda937d8a8fadf45c"
2970+
integrity sha512-4lUY9BD9suz76mVS0kH4rRgRy620g/c9YZH5GYC3smfIpjtj6KiPuQ4IwQSHSZMMMhMM3tBFrYUrw8mHOOZVeg==
29712971
dependencies:
29722972
bindings "1.5.0"
29732973
nan "^2.14.0"
@@ -3675,12 +3675,12 @@ [email protected]:
36753675
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
36763676
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
36773677

3678-
pg-native@^3.0.0:
3679-
version "3.0.0"
3680-
resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.0.0.tgz#20c64e651e20b28f5c060b3823522d1c8c4429c3"
3681-
integrity sha512-qZZyywXJ8O4lbiIN7mn6vXIow1fd3QZFqzRe+uET/SZIXvCa3HBooXQA4ZU8EQX8Ae6SmaYtDGLp5DwU+8vrfg==
3678+
pg-native@^3.0.1:
3679+
version "3.0.1"
3680+
resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.0.1.tgz#84b488a4f3c29c29ea9b4fa8bf03a75a5bc4f353"
3681+
integrity sha512-LBVNWkNh0fVx/cienARRP2y22J5OpUsKBe0TpxzAx3arEUUdIs77aLSAHS3scS7SMaqc+OkG40CEu5fN0/cjIw==
36823682
dependencies:
3683-
libpq "^1.7.0"
3683+
libpq "^1.8.10"
36843684
pg-types "^1.12.1"
36853685
readable-stream "1.0.31"
36863686

0 commit comments

Comments
 (0)