From a2d731ab85c46051e382ff2b7e899ca467fa3e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:13:31 +0000 Subject: [PATCH 1/2] Bump @waylaidwanderer/chatgpt-api from 1.10.1 to 1.10.5 Bumps [@waylaidwanderer/chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api) from 1.10.1 to 1.10.5. - [Release notes](https://github.com/waylaidwanderer/node-chatgpt-api/releases) - [Commits](https://github.com/waylaidwanderer/node-chatgpt-api/commits) --- updated-dependencies: - dependency-name: "@waylaidwanderer/chatgpt-api" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 6574e4d..05d8b05 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@keyv/postgres": "^1.4.1", "@keyv/redis": "^2.5.4", "@keyv/sqlite": "^3.6.4", - "@waylaidwanderer/chatgpt-api": "^1.9.0", + "@waylaidwanderer/chatgpt-api": "^1.10.5", "dotenv": "^16.0.3", "hash.js": "^1.1.7", "keyv": "^4.5.2", diff --git a/yarn.lock b/yarn.lock index 16bbef9..fda35e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -771,11 +771,6 @@ dependencies: fast-json-stringify "^5.0.0" -"@fortaine/fetch-event-source@^3.0.6": - version "3.0.6" - resolved "https://registry.yarnpkg.com/@fortaine/fetch-event-source/-/fetch-event-source-3.0.6.tgz#b8552a2ca2c5202f5699b93a92be0188d422b06e" - integrity sha512-621GAuLMvKtyZQ3IA6nlDWhV1V/7PGOTNIGLUifxt0KzM+dZIweJ6F3XvQF3QnqeNfS1N7WQ0Kil1Di/lhChEw== - "@gar/promisify@^1.0.1": version "1.1.3" resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" @@ -942,13 +937,13 @@ "@types/node" "*" "@types/webidl-conversions" "*" -"@waylaidwanderer/chatgpt-api@^1.9.0": - version "1.10.1" - resolved "https://registry.yarnpkg.com/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.10.1.tgz#1312b55f5aa6b76cfea4b596155f022a91be97ea" - integrity sha512-x8eOhtCqJo7j4p230VaFkqjkgmcnHmrXD0QZiAQlPYIajGLBFrjzs3ZEgw0gYUX/GTG896+UDmPAZUXMem1ehA== +"@waylaidwanderer/chatgpt-api@^1.10.5": + version "1.10.5" + resolved "https://registry.yarnpkg.com/@waylaidwanderer/chatgpt-api/-/chatgpt-api-1.10.5.tgz#8683cbf6f7c495e1e757832c7a718c99c518201d" + integrity sha512-aLECPQN/zLorDXldN1ApHqoE4KPp+I3GmW9RtExmzgR0TaFWb2f2GQMbuTKrZWDsadOo3wUO8AssTR1Zc7nkrg== dependencies: "@fastify/cors" "^8.2.0" - "@fortaine/fetch-event-source" "^3.0.6" + "@waylaidwanderer/fetch-event-source" "^3.0.1" boxen "^7.0.1" clipboardy "^3.0.0" dotenv "^16.0.3" @@ -962,6 +957,11 @@ node-fetch "^3.3.0" ora "^6.1.2" +"@waylaidwanderer/fetch-event-source@^3.0.1": + version "3.0.1" + resolved "https://registry.yarnpkg.com/@waylaidwanderer/fetch-event-source/-/fetch-event-source-3.0.1.tgz#4a000462513066b18a167ab87a59bd640fd7bca4" + integrity sha512-gkc7vmBW9uulRj7tY30/1D8iBrpcgphBpI+e7LP744x/hAzaQxUuyF+n4O5dctKx+dE3i4BFuCWMEz9fAx2jlQ== + abbrev@1: version "1.1.1" resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" From 63879916e028caa9a5280cf537dda18a2b646853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:48:58 +0000 Subject: [PATCH 2/2] Bump zod from 3.20.2 to 3.20.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.20.2 to 3.20.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.20.2...v3.20.3) --- updated-dependencies: - dependency-name: zod dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 05d8b05..1870738 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "matrix-bot-sdk": "^0.6.3", "typescript": "^4.9.5", "znv": "^0.3.2", - "zod": "^3.20.2" + "zod": "^3.20.3" } } diff --git a/yarn.lock b/yarn.lock index fda35e4..f141a6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3924,7 +3924,7 @@ znv@^0.3.2: dependencies: colorette "^2.0.19" -zod@^3.20.2: - version "3.20.2" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.2.tgz#068606642c8f51b3333981f91c0a8ab37dfc2807" - integrity sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ== +zod@^3.20.3: + version "3.20.3" + resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.3.tgz#56b2ebb87d4566e7cd38f0f6cda7fa591fcec948" + integrity sha512-+MLeeUcLTlnzVo5xDn9+LVN9oX4esvgZ7qfZczBN+YVUvZBafIrPPVyG2WdjMWU2Qkb2ZAh2M8lpqf1wIoGqJQ==