Bump chatgpt from 3.3.11 to 3.3.12

Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.11...v3.3.12)

---
updated-dependencies:
- dependency-name: chatgpt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-10 13:46:55 +00:00 committed by GitHub
parent 96be498cb6
commit 3ed5fe2922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.1.1",
"license": "AGPL-3.0",
"dependencies": {
"chatgpt": "^3.3.11",
"chatgpt": "^3.3.12",
"dotenv": "^16.0.3",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3",
@ -560,9 +560,9 @@
}
},
"node_modules/chatgpt": {
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.11.tgz",
"integrity": "sha512-w5dA0H8zUL3UHa65E09fPzEQ6kv3qEjcYLeqkZvEpQvCdotmMsKbZxbqOnYOl4O/u+bSqLF2Q5OyTXEcTwX8Rg==",
"version": "3.3.12",
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz",
"integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==",
"dependencies": {
"delay": "^5.0.0",
"eventsource-parser": "^0.0.5",
@ -4333,9 +4333,9 @@
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ=="
},
"chatgpt": {
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.11.tgz",
"integrity": "sha512-w5dA0H8zUL3UHa65E09fPzEQ6kv3qEjcYLeqkZvEpQvCdotmMsKbZxbqOnYOl4O/u+bSqLF2Q5OyTXEcTwX8Rg==",
"version": "3.3.12",
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz",
"integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==",
"requires": {
"delay": "^5.0.0",
"eventsource-parser": "^0.0.5",

View File

@ -15,7 +15,7 @@
"typecheck": "npx tsc"
},
"dependencies": {
"chatgpt": "^3.3.11",
"chatgpt": "^3.3.12",
"dotenv": "^16.0.3",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3",