From 0b12f9ef7f65808b75373105b21528c1d7559134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 15:41:55 +0000 Subject: [PATCH] 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] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40f7341..e7997e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "matrix-chatgpt-bot", - "version": "1.1.1", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "matrix-chatgpt-bot", - "version": "1.1.1", + "version": "1.2.1", "license": "AGPL-3.0", "dependencies": { - "chatgpt": "^3.3.12", + "chatgpt": "^3.3.13", "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.12", - "resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz", - "integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==", + "version": "3.3.13", + "resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.13.tgz", + "integrity": "sha512-dxXRKr83fZFBwVOnlbIsQ9sC4zgQ/4EWEBeiqfkahoXRm7IVj9202Y5qawdiDZtN+6+rjDkCjW1oxzqgv6nN4w==", "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.12", - "resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.12.tgz", - "integrity": "sha512-/o+uMsBmmHaICDCv4nKrZFyOklCRjilZTmOzoheZqz+afNvZxhQajBoK2OKw/XJ6Qu+gJUPclEHqbxA1ZHMnzw==", + "version": "3.3.13", + "resolved": "https://registry.npmjs.org/chatgpt/-/chatgpt-3.3.13.tgz", + "integrity": "sha512-dxXRKr83fZFBwVOnlbIsQ9sC4zgQ/4EWEBeiqfkahoXRm7IVj9202Y5qawdiDZtN+6+rjDkCjW1oxzqgv6nN4w==", "requires": { "delay": "^5.0.0", "eventsource-parser": "^0.0.5", diff --git a/package.json b/package.json index bcca7f7..5f5a21a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "typecheck": "npx tsc" }, "dependencies": { - "chatgpt": "^3.3.12", + "chatgpt": "^3.3.13", "dotenv": "^16.0.3", "markdown-it": "^13.0.1", "matrix-bot-sdk": "^0.6.3",