File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
dev-packages/node-integration-tests Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 53
53
"ioredis" : " ^5.4.1" ,
54
54
"kafkajs" : " 2.2.4" ,
55
55
"knex" : " ^2.5.1" ,
56
+ "libpq" : " 1.8.14" ,
56
57
"lru-memoizer" : " 2.3.0" ,
57
58
"mongodb" : " ^3.7.3" ,
58
59
"mongodb-memory-server-global" : " ^7.6.3" ,
Original file line number Diff line number Diff line change @@ -19961,6 +19961,14 @@ libpq@1.8.13:
19961
19961
bindings "1.5.0"
19962
19962
nan "2.19.0"
19963
19963
19964
+ libpq@1.8.14:
19965
+ version "1.8.14"
19966
+ resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.14.tgz#1cc404b887c2bf1a6c9ffdb7245aca4a7b44f2ff"
19967
+ integrity sha512-/DDvQCiXP0KBMZ31U2mmURKaxoKt9kNqqgrSO2RuBKS+OJjw5b7uHi5jFoV8zPAUa2TNtq2XfcWL1OWDEyjwlg==
19968
+ dependencies:
19969
+ bindings "1.5.0"
19970
+ nan "2.22.0"
19971
+
19964
19972
license-webpack-plugin@4.0.2:
19965
19973
version "4.0.2"
19966
19974
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
@@ -21976,6 +21984,11 @@ nan@2.19.0:
21976
21984
resolved "https://registry.yarnpkg.com/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0"
21977
21985
integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==
21978
21986
21987
+ nan@2.22.0:
21988
+ version "2.22.0"
21989
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
21990
+ integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==
21991
+
21979
21992
nanoid@^3.3.3, nanoid@^3.3.4, nanoid@^3.3.6, nanoid@^3.3.7:
21980
21993
version "3.3.7"
21981
21994
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
You can’t perform that action at this time.
0 commit comments