Skip to content

Commit 77e9728

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

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,13 +3719,13 @@ 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.9.0"
3724+
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.9.0.tgz#b336cbdfc9839bddaa91817d22d2d88f306b736d"
3725+
integrity sha512-/o/IlSJqHiwD5UoGUQnl/vxSEdsGEteuLyAQ1gYsZ/e/vqOP3E1AXp+4iqaGNYQJ+OVLb55iRiNv2Gml8usHrg==
37263726
dependencies:
37273727
bindings "1.5.0"
3728-
nan "^2.14.0"
3728+
nan "~2.23.1"
37293729

37303730
line-column-path@^2.0.0:
37313731
version "2.0.0"
@@ -4137,10 +4137,10 @@ multimap@^1.1.0:
41374137
resolved "https://registry.yarnpkg.com/multimap/-/multimap-1.1.0.tgz#5263febc085a1791c33b59bb3afc6a76a2a10ca8"
41384138
integrity sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==
41394139

4140-
nan@^2.14.0:
4141-
version "2.14.0"
4142-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
4143-
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
4140+
nan@~2.23.1:
4141+
version "2.23.1"
4142+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.23.1.tgz#6f86a31dd87e3d1eb77512bf4b9e14c8aded3975"
4143+
integrity sha512-r7bBUGKzlqk8oPBDYxt6Z0aEdF1G1rwlMcLk8LCOMbOzf0mG+JUfUzG4fIMWwHWP0iyaLWEQZJmtB7nOHEm/qw==
41444144

41454145
nanomatch@^1.2.9:
41464146
version "1.2.13"
@@ -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)