Bump @keyv/postgres from 1.4.4 to 1.4.5 (#174)

Bumps [@keyv/postgres](https://github.com/jaredwray/keyv) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)
This commit is contained in:
dependabot[bot] 2023-06-01 09:35:43 +02:00 committed by GitHub
parent 5ca7668f56
commit ff989b582f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 15 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@keyv/mongo": "^2.1.8",
"@keyv/postgres": "^1.4.4",
"@keyv/postgres": "^1.4.5",
"@keyv/redis": "^2.5.8",
"@keyv/sqlite": "^3.6.5",
"@waylaidwanderer/chatgpt-api": "^1.36.4",

View File

@ -794,12 +794,12 @@
mongodb "^4.5.0"
pify "^5.0.0"
"@keyv/postgres@^1.4.4":
version "1.4.4"
resolved "https://registry.yarnpkg.com/@keyv/postgres/-/postgres-1.4.4.tgz#5d68e772a0a3c55c8eb3c95760ab0c1ac44c5e56"
integrity sha512-DStB+ZZybXzwhKlVJX5yKfmVomNJwDHu2htecXWTU2zU1ZDuoAp7/JH5Bfe8giGqR5bp+OiUWQPSmN8MPIKqPA==
"@keyv/postgres@^1.4.5":
version "1.4.5"
resolved "https://registry.yarnpkg.com/@keyv/postgres/-/postgres-1.4.5.tgz#123879ea6b54bb1eaaffe41f71c4baa35144338f"
integrity sha512-sgSTrwZwryAi0B5u3V8sTcYzMdIAUmpuBDKTi2q8oBCmsz8KNgGNvRbhSjgvTYpAwRLx4xDueQQvunc1h/Fqtw==
dependencies:
pg "8.10.0"
pg "8.11.0"
"@keyv/redis@^2.5.8":
version "2.5.8"
@ -3010,10 +3010,15 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
pg-connection-string@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
pg-cloudflare@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.0.tgz#833d70870d610d14bf9df7afb40e1cba310c17a0"
integrity sha512-tGM8/s6frwuAIyRcJ6nWcIvd3+3NmUKIs6OjviIm1HPPFEt5MzQDOTBQyhPWg/m0kCl95M6gA1JaIXtS8KovOA==
pg-connection-string@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.0.tgz#12a36cc4627df19c25cc1b9b736cc39ee1f73ae8"
integrity sha512-x14ibktcwlHKoHxx9X3uTVW9zIGR41ZB6QNhHb21OPNdCCO3NaRnpJuwKIQSR4u+Yqjx4HCvy7Hh7VSy1U4dGg==
pg-int8@1.0.1:
version "1.0.1"
@ -3041,18 +3046,20 @@ pg-types@^2.1.0:
postgres-date "~1.0.4"
postgres-interval "^1.1.0"
pg@8.10.0:
version "8.10.0"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.10.0.tgz#5b8379c9b4a36451d110fc8cd98fc325fe62ad24"
integrity sha512-ke7o7qSTMb47iwzOSaZMfeR7xToFdkE71ifIipOAAaLIM0DYzfOAXlgFFmYUIE2BcJtvnVlGCID84ZzCegE8CQ==
pg@8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.0.tgz#a37e534e94b57a7ed811e926f23a7c56385f55d9"
integrity sha512-meLUVPn2TWgJyLmy7el3fQQVwft4gU5NGyvV0XbD41iU9Jbg8lCH4zexhIkihDzVHJStlt6r088G6/fWeNjhXA==
dependencies:
buffer-writer "2.0.0"
packet-reader "1.0.0"
pg-connection-string "^2.5.0"
pg-connection-string "^2.6.0"
pg-pool "^3.6.0"
pg-protocol "^1.6.0"
pg-types "^2.1.0"
pgpass "1.x"
optionalDependencies:
pg-cloudflare "^1.1.0"
pgpass@1.x:
version "1.0.5"