Skip to content

Commit 9945316

Browse files
fix(deps): update dependency pg-native to v3.0.1 [security]
1 parent 79ef82d commit 9945316

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
@@ -67,7 +67,7 @@
6767
"handlebars-helpers": "^0.10.0",
6868
"minimist": "^1.2.5",
6969
"pg": "8.3.3",
70-
"pg-native": "3.0.0",
70+
"pg-native": "3.0.1",
7171
"reload": "^3.1.1",
7272
"uikit": "^3.6.22"
7373
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,10 +3719,10 @@ levn@^0.4.1:
37193719
prelude-ls "^1.2.1"
37203720
type-check "~0.4.0"
37213721

3722-
libpq@^1.7.0:
3723-
version "1.8.9"
3724-
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.9.tgz#6e0c6eecb176f6656ad092d67cc0131980cba897"
3725-
integrity sha512-herU0STiW3+/XBoYRycKKf49O9hBKK0JbdC2QmvdC5pyCSu8prb9idpn5bUSbxj8XwcEsWPWWWwTDZE9ZTwJ7g==
3722+
libpq@^1.8.10:
3723+
version "1.8.12"
3724+
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.12.tgz#994b75b9a9ef48fb4e45ebccda937d8a8fadf45c"
3725+
integrity sha512-4lUY9BD9suz76mVS0kH4rRgRy620g/c9YZH5GYC3smfIpjtj6KiPuQ4IwQSHSZMMMhMM3tBFrYUrw8mHOOZVeg==
37263726
dependencies:
37273727
bindings "1.5.0"
37283728
nan "^2.14.0"
@@ -4620,12 +4620,12 @@ pg-int8@1.0.1:
46204620
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
46214621
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
46224622

4623-
pg-native@3.0.0:
4624-
version "3.0.0"
4625-
resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.0.0.tgz#20c64e651e20b28f5c060b3823522d1c8c4429c3"
4626-
integrity sha512-qZZyywXJ8O4lbiIN7mn6vXIow1fd3QZFqzRe+uET/SZIXvCa3HBooXQA4ZU8EQX8Ae6SmaYtDGLp5DwU+8vrfg==
4623+
pg-native@3.0.1:
4624+
version "3.0.1"
4625+
resolved "https://registry.yarnpkg.com/pg-native/-/pg-native-3.0.1.tgz#84b488a4f3c29c29ea9b4fa8bf03a75a5bc4f353"
4626+
integrity sha512-LBVNWkNh0fVx/cienARRP2y22J5OpUsKBe0TpxzAx3arEUUdIs77aLSAHS3scS7SMaqc+OkG40CEu5fN0/cjIw==
46274627
dependencies:
4628-
libpq "^1.7.0"
4628+
libpq "^1.8.10"
46294629
pg-types "^1.12.1"
46304630
readable-stream "1.0.31"
46314631

0 commit comments

Comments
 (0)