Bump @waylaidwanderer/chatgpt-api from 1.36.0 to 1.36.4 (#181)

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

View File

@ -19,7 +19,7 @@
"@keyv/postgres": "^1.4.4",
"@keyv/redis": "^2.5.8",
"@keyv/sqlite": "^3.6.5",
"@waylaidwanderer/chatgpt-api": "^1.36.0",
"@waylaidwanderer/chatgpt-api": "^1.36.4",
"dotenv": "^16.0.3",
"hash.js": "^1.1.7",
"keyv": "^4.5.2",

View File

@ -942,10 +942,10 @@
"@types/node" "*"
"@types/webidl-conversions" "*"
"@waylaidwanderer/chatgpt-api@^1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.36.0.tgz#1502f62a03a11ecd7bba58612a0db7d615cebbb5"
integrity sha512-3QRNqLXT4ZhuH5Rd6siKR8E04SWFps7k8JqR2sniro4axFvPZEnBiEGhP97xGP9akYF3N8lMMTiNwJMsLSOeHg==
"@waylaidwanderer/chatgpt-api@^1.36.4":
version "1.36.4"
resolved "https://registry.yarnpkg.com/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.36.4.tgz#4bbdf796d1199b241f5afa4d1eb1ce1a3fcc8ece"
integrity sha512-KfR/NXRaMefCWBTgw8MJo7x/smkunjK3BS/pamOtOiBng2EEtX5tmTUYTi5bRBLv6DWEK/Axb01JX4YTI5OyLg==
dependencies:
"@dqbd/tiktoken" "^1.0.2"
"@fastify/cors" "^8.2.0"
@ -956,7 +956,7 @@
dotenv "^16.0.3"
fastify "^4.11.0"
fetch-undici "^3.0.1"
https-proxy-agent "^6.0.0"
https-proxy-agent "^7.0.0"
inquirer "^9.1.4"
inquirer-autocomplete-prompt "^3.0.0"
keyv "^4.5.2"
@ -1011,10 +1011,10 @@ agent-base@6, agent-base@^6.0.2:
dependencies:
debug "4"
agent-base@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.0.1.tgz#ec4df4e6406bdf71490ade302ea45f86bf365ea9"
integrity sha512-V9to8gr2GK7eA+xskWGAFUX/TLSQKuH2TI06c/jGLL6yLp3oEjtnqM7a5tPV9fC1rabLeAgThZeBwsYX+WWHpw==
agent-base@^7.0.2:
version "7.1.0"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
dependencies:
debug "^4.3.4"
@ -2193,12 +2193,12 @@ https-proxy-agent@^5.0.0:
agent-base "6"
debug "4"
https-proxy-agent@^6.0.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-6.1.0.tgz#e00f1efb849171ea349721481d3bcbef03ab4d13"
integrity sha512-rvGRAlc3y+iS7AC9Os2joN91mX8wHpJ4TEklmHHxr7Gz2Juqa7fJmJ8wWxXNpTaRt56MQTwojxV5d82UW/+jwg==
https-proxy-agent@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz#75cb70d04811685667183b31ab158d006750418a"
integrity sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==
dependencies:
agent-base "^7.0.1"
agent-base "^7.0.2"
debug "4"
human-signals@^2.1.0: