Skip to content

Commit ae7236e

Browse files
committed
Pin libpq to 1.8.14 in tests
1 parent 19a50b9 commit ae7236e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"ioredis": "^5.4.1",
5454
"kafkajs": "2.2.4",
5555
"knex": "^2.5.1",
56+
"libpq": "1.8.14",
5657
"lru-memoizer": "2.3.0",
5758
"mongodb": "^3.7.3",
5859
"mongodb-memory-server-global": "^7.6.3",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19961,6 +19961,14 @@ libpq@1.8.13:
1996119961
bindings "1.5.0"
1996219962
nan "2.19.0"
1996319963

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+
1996419972
license-webpack-plugin@4.0.2:
1996519973
version "4.0.2"
1996619974
resolved "https://registry.yarnpkg.com/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz#1e18442ed20b754b82f1adeff42249b81d11aec6"
@@ -21976,6 +21984,11 @@ nan@2.19.0:
2197621984
resolved "https://registry.yarnpkg.com/nan/-/nan-2.19.0.tgz#bb58122ad55a6c5bc973303908d5b16cfdd5a8c0"
2197721985
integrity sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==
2197821986

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+
2197921992
nanoid@^3.3.3, nanoid@^3.3.4, nanoid@^3.3.6, nanoid@^3.3.7:
2198021993
version "3.3.7"
2198121994
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"

0 commit comments

Comments
 (0)