Skip to content

Commit c9260e8

Browse files
committed
Bump further
1 parent 2eb1d51 commit c9260e8

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"micro": "^9.3.4",
1212
"mysql": "^2.17.1",
1313
"open": "^6.3.0",
14-
"pg": "^8.6.0",
15-
"pg-query-stream": "^2.0.0",
14+
"pg": "^8.7.1",
15+
"pg-query-stream": "^4.2.1",
1616
"serialize-error": "^4.1.0",
1717
"snowflake-sdk": "^1.5.0",
1818
"yargs": "^13.2.4"

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,32 +1914,32 @@ pg-connection-string@^2.5.0:
19141914
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
19151915
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
19161916

1917-
pg-cursor@2.0.0:
1918-
version "2.0.0"
1919-
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-2.0.0.tgz#1e11532613d2d4c61057a5705a1536b1052d1698"
1920-
integrity sha512-/gYHadqLurektHk6HXiL0hSrn+RZfowkLr+ftC0lLoLBlIm8JIdk9f9g71EEjK63XxqhFqcykHuxQLFzSeyzdQ==
1917+
pg-cursor@^2.7.1:
1918+
version "2.7.1"
1919+
resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-2.7.1.tgz#0c545b70006589537232986fa06c03a799d8f22b"
1920+
integrity sha512-dtxtyvx4BcSammddki27KPBVA0sZ8AguLabgs7++gqaefX7dlQ5zaRlk1Gi5mvyO25aCmHFAZyNq9zYtPDwFTA==
19211921

19221922
19231923
version "1.0.1"
19241924
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
19251925
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
19261926

1927-
pg-pool@^3.3.0:
1928-
version "3.3.0"
1929-
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.3.0.tgz#12d5c7f65ea18a6e99ca9811bd18129071e562fc"
1930-
integrity sha512-0O5huCql8/D6PIRFAlmccjphLYWC+JIzvUhSzXSpGaf+tjTZc4nn+Lr7mLXBbFJfvwbP0ywDv73EiaBsxn7zdg==
1927+
pg-pool@^3.4.1:
1928+
version "3.4.1"
1929+
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.4.1.tgz#0e71ce2c67b442a5e862a9c182172c37eda71e9c"
1930+
integrity sha512-TVHxR/gf3MeJRvchgNHxsYsTCHQ+4wm3VIHSS19z8NC0+gioEhq1okDY1sm/TYbfoP6JLFx01s0ShvZ3puP/iQ==
19311931

19321932
pg-protocol@^1.5.0:
19331933
version "1.5.0"
19341934
resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.5.0.tgz#b5dd452257314565e2d54ab3c132adc46565a6a0"
19351935
integrity sha512-muRttij7H8TqRNu/DxrAJQITO4Ac7RmX3Klyr/9mJEOBeIpgnF8f9jAfRz5d3XwQZl5qBjF9gLsUtMPJE0vezQ==
19361936

1937-
pg-query-stream@^2.0.0:
1938-
version "2.0.0"
1939-
resolved "https://registry.yarnpkg.com/pg-query-stream/-/pg-query-stream-2.0.0.tgz#f9536ad207bfa9780cc5e0183bc6434d1a824be5"
1940-
integrity sha512-EInD7AOhnJVFIgN8BSEbKA6MKyn20dDGPsJEuhxiNaWpmveNgnmn3W1BmYm9pa6LakioR/WTi7ecWA44GBRKig==
1937+
pg-query-stream@^4.2.1:
1938+
version "4.2.1"
1939+
resolved "https://registry.yarnpkg.com/pg-query-stream/-/pg-query-stream-4.2.1.tgz#e69d8c9a3cc5aa43d0943bdee63dfb2af9763c36"
1940+
integrity sha512-8rOjGPgerzYmfRnX/EYhWiI7OVI17BGM3PxsI8o/Ot8IDyFMy8cf2xG5S9XpVPgkAjBs8c47vSclKuJqlN2c9g==
19411941
dependencies:
1942-
pg-cursor "2.0.0"
1942+
pg-cursor "^2.7.1"
19431943

19441944
pg-types@^2.1.0:
19451945
version "2.2.0"
@@ -1952,15 +1952,15 @@ pg-types@^2.1.0:
19521952
postgres-date "~1.0.4"
19531953
postgres-interval "^1.1.0"
19541954

1955-
pg@^8.6.0:
1956-
version "8.6.0"
1957-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.6.0.tgz#e222296b0b079b280cce106ea991703335487db2"
1958-
integrity sha512-qNS9u61lqljTDFvmk/N66EeGq3n6Ujzj0FFyNMGQr6XuEv4tgNTXvJQTfJdcvGit5p5/DWPu+wj920hAJFI+QQ==
1955+
pg@^8.7.1:
1956+
version "8.7.1"
1957+
resolved "https://registry.yarnpkg.com/pg/-/pg-8.7.1.tgz#9ea9d1ec225980c36f94e181d009ab9f4ce4c471"
1958+
integrity sha512-7bdYcv7V6U3KAtWjpQJJBww0UEsWuh4yQ/EjNf2HeO/NnvKjpvhEIe/A/TleP6wtmSKnUnghs5A9jUoK6iDdkA==
19591959
dependencies:
19601960
buffer-writer "2.0.0"
19611961
packet-reader "1.0.0"
19621962
pg-connection-string "^2.5.0"
1963-
pg-pool "^3.3.0"
1963+
pg-pool "^3.4.1"
19641964
pg-protocol "^1.5.0"
19651965
pg-types "^2.1.0"
19661966
pgpass "1.x"

0 commit comments

Comments
 (0)