From bb8891ca08086ca652b76c89f7008dee5e5f800b Mon Sep 17 00:00:00 2001 From: Simon Knittel Date: Mon, 13 May 2024 05:31:43 +0200 Subject: [PATCH 1/2] fix(deps): update dependency openai to v4.41.0 (#672) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [openai](https://github.com/openai/openai-node) | dependencies | minor | [`4.40.2` -> `4.41.0`](https://renovatebot.com/diffs/npm/openai/4.40.2/4.41.0) | `4.45.0` (+4) | --- ### Release Notes
openai/openai-node (openai) ### [`v4.41.0`](https://github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4410-2024-05-05) [Compare Source](https://github.com/openai/openai-node/compare/v4.40.2...v4.41.0) Full Changelog: [v4.40.2...v4.41.0](https://github.com/openai/openai-node/compare/v4.40.2...v4.41.0) ##### Features - **client:** add Azure client ([#​822](https://github.com/openai/openai-node/issues/822)) ([92f9049](https://github.com/openai/openai-node/commit/92f90499f0bbee79ba9c8342c8d58dbcaf88bdd1))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index c2313d7dd..92a0535b3 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -41,7 +41,7 @@ "lorem-ipsum": "2.0.8", "next": "14.2.3", "next-auth": "4.24.7", - "openai": "4.40.2", + "openai": "4.41.0", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "7.51.4", @@ -10420,9 +10420,9 @@ } }, "node_modules/openai": { - "version": "4.40.2", - "resolved": "https://registry.npmjs.org/openai/-/openai-4.40.2.tgz", - "integrity": "sha512-r9AIaYQNHw8HGJpnny6Rcu/0moGUVqvpv0wTJfP0hKlk8ja5DVUMUCdPWEVfg7lxQMC+wIh+Qjp3onDIhVBemA==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-4.41.0.tgz", + "integrity": "sha512-fiV+RvUGRW+PXxycqeDYuOwsL3TxNqT/LcM6vlqyLz9ACmfSUGg1qviQrHuuNKL7gFOvfzgEJRVVFdqmv/sjxg==", "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", diff --git a/app/package.json b/app/package.json index cb4f624a1..fa786f690 100644 --- a/app/package.json +++ b/app/package.json @@ -43,7 +43,7 @@ "lorem-ipsum": "2.0.8", "next": "14.2.3", "next-auth": "4.24.7", - "openai": "4.40.2", + "openai": "4.41.0", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "7.51.4", From 4258c0b7aa2a7887a9636e9404ba05ef1f24a7b5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 May 2024 03:32:07 +0000 Subject: [PATCH 2/2] fix(deps): update dependency react-icons to v5.2.0 --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 92a0535b3..cfaca3b9a 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -47,7 +47,7 @@ "react-hook-form": "7.51.4", "react-hot-toast": "2.4.1", "react-hotkeys-hook": "4.5.0", - "react-icons": "5.1.0", + "react-icons": "5.2.0", "react-timeago": "7.2.0", "serialize-error": "11.0.3", "server-only": "0.0.1", @@ -11296,9 +11296,9 @@ } }, "node_modules/react-icons": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.1.0.tgz", - "integrity": "sha512-D3zug1270S4hbSlIRJ0CUS97QE1yNNKDjzQe3HqY0aefp2CBn9VgzgES27sRR2gOvFK+0CNx/BW0ggOESp6fqQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.0.tgz", + "integrity": "sha512-n52Y7Eb4MgQZHsSZOhSXv1zs2668/hBYKfSRIvKh42yExjyhZu0d1IK2CLLZ3BZB1oo13lDfwx2vOh2z9FTV6Q==", "peerDependencies": { "react": "*" } diff --git a/app/package.json b/app/package.json index fa786f690..3b2a3c205 100644 --- a/app/package.json +++ b/app/package.json @@ -49,7 +49,7 @@ "react-hook-form": "7.51.4", "react-hot-toast": "2.4.1", "react-hotkeys-hook": "4.5.0", - "react-icons": "5.1.0", + "react-icons": "5.2.0", "react-timeago": "7.2.0", "serialize-error": "11.0.3", "server-only": "0.0.1",