File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 51
51
"fastify-swagger" : " ^4.7.0" ,
52
52
"node-cleanup" : " ^2.1.2" ,
53
53
"pg" : " ^8.6.0" ,
54
- "pg-native" : " ^3.0.0 " ,
54
+ "pg-native" : " ^3.0.1 " ,
55
55
"pino" : " ^6.11.3" ,
56
56
"pino-multi-stream" : " ^5.3.0" ,
57
57
"pino-pretty" : " ^5.0.1" ,
Original file line number Diff line number Diff line change @@ -2964,10 +2964,10 @@ levn@^0.4.1:
2964
2964
prelude-ls "^1.2.1"
2965
2965
type-check "~0.4.0"
2966
2966
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 ==
2971
2971
dependencies :
2972
2972
bindings "1.5.0"
2973
2973
nan "^2.14.0"
3675
3675
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
3676
3676
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
3677
3677
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 ==
3682
3682
dependencies :
3683
- libpq "^1.7.0 "
3683
+ libpq "^1.8.10 "
3684
3684
pg-types "^1.12.1"
3685
3685
readable-stream "1.0.31"
3686
3686
You can’t perform that action at this time.
0 commit comments