Skip to content

Commit 27f34c6

Browse files
authored
Bump libpq & nan version dep for node24 compat (#3462)
1 parent e30b41d commit 27f34c6

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- '20'
4444
- '22'
4545
- '23'
46+
- '24'
4647
os:
4748
- ubuntu-latest
4849
name: Node.js ${{ matrix.node }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"processes":{"7702f7d6-fe80-4107-8fc1-2818e7cb6a88":{"parent":null,"children":[]}},"files":{"/Users/herman/Code/node-postgres/packages/pg-connection-string/index.js":["7702f7d6-fe80-4107-8fc1-2818e7cb6a88"]},"externalIds":{}}
1+
{"processes":{"417f2d4c-eaf2-4112-952c-a801df7fb93d":{"parent":null,"children":[]}},"files":{"/Users/bmc/src/node-postgres/packages/pg-connection-string/index.js":["417f2d4c-eaf2-4112-952c-a801df7fb93d"]},"externalIds":{}}

packages/pg-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://github.com/brianc/node-postgres/tree/master/packages/pg-native",
3636
"dependencies": {
37-
"libpq": "1.8.14",
37+
"libpq": "^1.8.15",
3838
"pg-types": "2.2.0"
3939
},
4040
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5592,13 +5592,13 @@ levn@~0.3.0:
55925592
prelude-ls "~1.1.2"
55935593
type-check "~0.3.2"
55945594

5595-
libpq@1.8.14:
5596-
version "1.8.14"
5597-
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.14.tgz#1cc404b887c2bf1a6c9ffdb7245aca4a7b44f2ff"
5598-
integrity sha512-/DDvQCiXP0KBMZ31U2mmURKaxoKt9kNqqgrSO2RuBKS+OJjw5b7uHi5jFoV8zPAUa2TNtq2XfcWL1OWDEyjwlg==
5595+
libpq@^1.8.15:
5596+
version "1.8.15"
5597+
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.15.tgz#bf9cea8e59e1a4a911d06df01d408213a09925ad"
5598+
integrity sha512-4lSWmly2Nsj3LaTxxtFmJWuP3Kx+0hYHEd+aNrcXEWT0nKWaPd9/QZPiMkkC680zeALFGHQdQWjBvnilL+vgWA==
55995599
dependencies:
56005600
bindings "1.5.0"
5601-
nan "2.22.0"
5601+
nan "~2.22.2"
56025602

56035603
lines-and-columns@^1.1.6:
56045604
version "1.1.6"
@@ -6309,10 +6309,10 @@ mz@^2.5.0:
63096309
object-assign "^4.0.1"
63106310
thenify-all "^1.0.0"
63116311

6312-
nan@2.22.0:
6313-
version "2.22.0"
6314-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
6315-
integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==
6312+
nan@~2.22.2:
6313+
version "2.22.2"
6314+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.2.tgz#6b504fd029fb8f38c0990e52ad5c26772fdacfbb"
6315+
integrity sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==
63166316

63176317
nanoid@^3.3.8:
63186318
version "3.3.11"

0 commit comments

Comments
 (0)