Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfd0019

Browse files
committed
Bump libpq & nan version dep for node24 compat
1 parent 7a00938 commit cfd0019

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ci.yml

+1
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 }}

packages/pg-native/package.json

+1-1
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.1.0"
3939
},
4040
"devDependencies": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -5193,13 +5193,13 @@ levn@~0.3.0:
51935193
prelude-ls "~1.1.2"
51945194
type-check "~0.3.2"
51955195

5196-
5197-
version "1.8.14"
5198-
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.14.tgz#1cc404b887c2bf1a6c9ffdb7245aca4a7b44f2ff"
5199-
integrity sha512-/DDvQCiXP0KBMZ31U2mmURKaxoKt9kNqqgrSO2RuBKS+OJjw5b7uHi5jFoV8zPAUa2TNtq2XfcWL1OWDEyjwlg==
5196+
libpq@^1.8.15:
5197+
version "1.8.15"
5198+
resolved "https://registry.yarnpkg.com/libpq/-/libpq-1.8.15.tgz#bf9cea8e59e1a4a911d06df01d408213a09925ad"
5199+
integrity sha512-4lSWmly2Nsj3LaTxxtFmJWuP3Kx+0hYHEd+aNrcXEWT0nKWaPd9/QZPiMkkC680zeALFGHQdQWjBvnilL+vgWA==
52005200
dependencies:
52015201
bindings "1.5.0"
5202-
nan "2.22.0"
5202+
nan "~2.22.2"
52035203

52045204
lines-and-columns@^1.1.6:
52055205
version "1.1.6"
@@ -5891,10 +5891,10 @@ mz@^2.5.0:
58915891
object-assign "^4.0.1"
58925892
thenify-all "^1.0.0"
58935893

5894-
5895-
version "2.22.0"
5896-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
5897-
integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==
5894+
nan@~2.22.2:
5895+
version "2.22.2"
5896+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.2.tgz#6b504fd029fb8f38c0990e52ad5c26772fdacfbb"
5897+
integrity sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==
58985898

58995899
nanoid@^3.3.8:
59005900
version "3.3.11"

0 commit comments

Comments
 (0)