Skip to content

Commit c04be2f

Browse files
committed
pkg
1 parent 55e28d7 commit c04be2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@emnapi/runtime": "^0.43.1",
6666
"@launchql/protobufjs": "7.2.6",
6767
"@mapbox/node-pre-gyp": "^1.0.8",
68-
"@pgsql/types": "15.0.1",
68+
"@pgsql/types": "15.0.2",
6969
"js-yaml": "^4.1.0",
7070
"node-addon-api": "^7.0.0",
7171
"node-gyp": "^10.0.1"

script/env.generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"LIBPG_REPO": "https://github.com/pganalyze/libpg_query.git",
44
"LIBPG_COMMIT": "db39825bc7c1ddd45962ec6a626d740b7f8f027a",
55
"LIBPG_BRANCH": "15-latest",
6-
"PGSQL_TYPES": "15.0.1",
6+
"PGSQL_TYPES": "15.0.2",
77
"OPERATION_SYSYTEMS": [
88
"linux",
99
"mac"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@
255255
dependencies:
256256
semver "^7.3.5"
257257

258-
"@pgsql/[email protected].1":
259-
version "15.0.1"
260-
resolved "https://registry.yarnpkg.com/@pgsql/types/-/types-15.0.1.tgz#51d6c550636d3dc6628dad571a340ea7f6bb0b14"
261-
integrity sha512-1pkWXu0criJB+hQPt5HpR8QNEBk4pNTgkA9bMfqEk3FFn6w6DdIVSiHZqoe/xhAKPvWDDDUUKNZIqhSXa5+YeA==
258+
"@pgsql/[email protected].2":
259+
version "15.0.2"
260+
resolved "https://registry.yarnpkg.com/@pgsql/types/-/types-15.0.2.tgz#f407fa6377e72ef47ed88b7801bb03a98b8460dd"
261+
integrity sha512-K3gtnbqbSUuUVmPm143qx5Gy2EmKuooshV95yMD48EUQ1256sgZBriEfY61OWJnlzdREdqHTIOxQqpZAb7XdZg==
262262

263263
"@pkgjs/parseargs@^0.11.0":
264264
version "0.11.0"

0 commit comments

Comments
 (0)