Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 7283fb5

Browse files
Bump chatgpt from 5.0.10 to 5.1.1 (#35)
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 5.0.10 to 5.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/transitive-bullshit/chatgpt-api/releases">chatgpt's releases</a>.</em></p> <blockquote> <h2>Add support for completionParams to sendMessage</h2> <p>Fixes <a href="https://redirect.github.com/transitive-bullshit/chatgpt-api/issues/434">transitive-bullshit/chatgpt-api#434</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/transitive-bullshit/chatgpt-api/commit/320ac10b2ab7393becb74ab151f6e15d141df7a5"><code>320ac10</code></a> 5.1.1</li> <li><a href="https://github.com/transitive-bullshit/chatgpt-api/commit/0e6f9d95911a694f96ad8f08234b67fa3bbadf15"><code>0e6f9d9</code></a> 5.1.0</li> <li><a href="https://github.com/transitive-bullshit/chatgpt-api/commit/e21126e4e4ce941363ddef6a26c85c9c8c1439b7"><code>e21126e</code></a> feat: add support for completionParams to sendMessage</li> <li><a href="https://github.com/transitive-bullshit/chatgpt-api/commit/5fef0f6eadbbc4cfcb83df2d752c4b263dececcc"><code>5fef0f6</code></a> Merge pull request <a href="https://redirect.github.com/transitive-bullshit/chatgpt-api/issues/464">#464</a> from adi6409/main</li> <li><a href="https://github.com/transitive-bullshit/chatgpt-api/commit/e16296d4714cb811c35bd765cb7d6979b87d1364"><code>e16296d</code></a> moved /v1 to the default base url, to enable support for pawan's free api.</li> <li>See full diff in <a href="https://github.com/transitive-bullshit/chatgpt-api/compare/v5.0.10...v5.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chatgpt&package-manager=npm_and_yarn&previous-version=5.0.10&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dec34b6 commit 7283fb5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^18.15.3",
3838
"@typescript-eslint/parser": "^5.55.0",
3939
"@vercel/ncc": "^0.36.1",
40-
"chatgpt": "^5.0.10",
40+
"chatgpt": "^5.1.1",
4141
"eslint": "^8.36.0",
4242
"eslint-plugin-github": "^4.6.1",
4343
"eslint-plugin-jest": "^27.2.1",

0 commit comments

Comments
 (0)