mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
Bump chatgpt from 3.3.12 to 3.3.13
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.12 to 3.3.13. - [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases) - [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.12...v3.3.13) --- 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:
parent
6a1ba59ee4
commit
0b12f9ef7f
18
package-lock.json
generated
18
package-lock.json
generated
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "matrix-chatgpt-bot",
|
"name": "matrix-chatgpt-bot",
|
||||||
"version": "1.1.1",
|
"version": "1.2.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "matrix-chatgpt-bot",
|
"name": "matrix-chatgpt-bot",
|
||||||
"version": "1.1.1",
|
"version": "1.2.1",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chatgpt": "^3.3.12",
|
"chatgpt": "^3.3.13",
|
||||||
"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.12",
|
"version": "3.3.13",
|
||||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz",
|
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.13.tgz",
|
||||||
"integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==",
|
"integrity": "sha512-dxXRKr83fZFBwVOnlbIsQ9sC4zgQ/4EWEBeiqfkahoXRm7IVj9202Y5qawdiDZtN+6+rjDkCjW1oxzqgv6nN4w==",
|
||||||
"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.12",
|
"version": "3.3.13",
|
||||||
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz",
|
"resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.13.tgz",
|
||||||
"integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==",
|
"integrity": "sha512-dxXRKr83fZFBwVOnlbIsQ9sC4zgQ/4EWEBeiqfkahoXRm7IVj9202Y5qawdiDZtN+6+rjDkCjW1oxzqgv6nN4w==",
|
||||||
"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.12",
|
"chatgpt": "^3.3.13",
|
||||||
"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