Skip to content

Commit 5357238

Browse files
committed
update
1 parent 0ed724d commit 5357238

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"database"
4646
],
4747
"devDependencies": {
48-
"libpg-query": "17.3.0"
48+
"libpg-query": "17.3.1"
4949
},
5050
"dependencies": {
5151
"@pgsql/types": "^17.0.0"

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
],
4444
"dependencies": {
4545
"@pgsql/types": "^17.0.0",
46-
"libpg-query": "17.3.0",
46+
"libpg-query": "17.3.1",
4747
"minimist": "^1.2.6"
4848
}
4949
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4566,10 +4566,10 @@ [email protected]:
45664566
sigstore "^1.4.0"
45674567
ssri "^10.0.1"
45684568

4569-
4570-
version "17.3.0"
4571-
resolved "https://registry.yarnpkg.com/libpg-query/-/libpg-query-17.3.0.tgz#e63629d4d666c983a17ed3e1f68766a9701df00c"
4572-
integrity sha512-b47So533/eC9zpNxHRWYdwgeVz1jnNScToC7X4ofo754/20iKgFV6/o2p2roX5yW7TW9T6SHOk6tUMEe3TpL5g==
4569+
4570+
version "17.3.1"
4571+
resolved "https://registry.yarnpkg.com/libpg-query/-/libpg-query-17.3.1.tgz#57c27353c4ebf059380da2d61c35cb2e02c6ee19"
4572+
integrity sha512-r+89vlXsYSDFDJyYmTQnd0b0ZPZpxNhIBkLYXG965QBy27UQ3YUPYAPPWfN/zqdtaN8z0Me5Ra9SqzUuaG8vPQ==
45734573
dependencies:
45744574
"@launchql/protobufjs" "7.2.6"
45754575
"@pgsql/types" "^17.0.0"

0 commit comments

Comments
 (0)