mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
Merge pull request #46 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.12
Bump chatgpt from 3.3.11 to 3.3.12
This commit is contained in:
commit
ab1e04b2b0
14
package-lock.json
generated
14
package-lock.json
generated
@ -9,7 +9,7 @@
|
|||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chatgpt": "^3.3.11",
|
"chatgpt": "^3.3.12",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"markdown-it": "^13.0.1",
|
"markdown-it": "^13.0.1",
|
||||||
"matrix-bot-sdk": "^0.6.3",
|
"matrix-bot-sdk": "^0.6.3",
|
||||||
@ -560,9 +560,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/chatgpt": {
|
"node_modules/chatgpt": {
|
||||||
"version": "3.3.11",
|
"version": "3.3.12",
|
||||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.11.tgz",
|
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz",
|
||||||
"integrity": "sha512-w5dA0H8zUL3UHa65E09fPzEQ6kv3qEjcYLeqkZvEpQvCdotmMsKbZxbqOnYOl4O/u+bSqLF2Q5OyTXEcTwX8Rg==",
|
"integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"delay": "^5.0.0",
|
"delay": "^5.0.0",
|
||||||
"eventsource-parser": "^0.0.5",
|
"eventsource-parser": "^0.0.5",
|
||||||
@ -4333,9 +4333,9 @@
|
|||||||
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ=="
|
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ=="
|
||||||
},
|
},
|
||||||
"chatgpt": {
|
"chatgpt": {
|
||||||
"version": "3.3.11",
|
"version": "3.3.12",
|
||||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.11.tgz",
|
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz",
|
||||||
"integrity": "sha512-w5dA0H8zUL3UHa65E09fPzEQ6kv3qEjcYLeqkZvEpQvCdotmMsKbZxbqOnYOl4O/u+bSqLF2Q5OyTXEcTwX8Rg==",
|
"integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"delay": "^5.0.0",
|
"delay": "^5.0.0",
|
||||||
"eventsource-parser": "^0.0.5",
|
"eventsource-parser": "^0.0.5",
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"typecheck": "npx tsc"
|
"typecheck": "npx tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chatgpt": "^3.3.11",
|
"chatgpt": "^3.3.12",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"markdown-it": "^13.0.1",
|
"markdown-it": "^13.0.1",
|
||||||
"matrix-bot-sdk": "^0.6.3",
|
"matrix-bot-sdk": "^0.6.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user