Skip to content

Commit

Permalink
Bump axios and openai (#7)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) to 1.6.2 and updates
ancestor dependency [openai](https://github.com/openai/openai-node).
These dependencies need to be updated together.

Updates `axios` from 0.26.1 to 1.6.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases">axios's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.6.2</h2>
<h2>Release notes:</h2>
<h3>Features</h3>
<ul>
<li><strong>withXSRFToken:</strong> added withXSRFToken option as a
workaround to achieve the old <code>withCredentials</code> behavior; (<a
href="https://redirect.github.com/axios/axios/issues/6046">#6046</a>)
(<a
href="https://github.com/axios/axios/commit/cff996779b272a5e94c2b52f5503ccf668bc42dc">cff9967</a>)</li>
</ul>
<h3>PRs</h3>
<ul>
<li>feat(withXSRFToken): added withXSRFToken option as a workaround to
achieve the old `withCredentials` behavior; ( <a
href="https://api.github.com/repos/axios/axios/pulls/6046">#6046</a>
)</li>
</ul>
<pre><code>
📢 This PR added &amp;#x27;withXSRFToken&amp;#x27; option as a
replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the
old behavior.
This functionality is considered as a fix.
</code></pre>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+271/-146
([#6081](axios/axios#6081)
[#6080](axios/axios#6080)
[#6079](axios/axios#6079)
[#6078](axios/axios#6078)
[#6046](axios/axios#6046)
[#6064](axios/axios#6064)
[#6063](axios/axios#6063) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/ckng0221"
title="+4/-4 ([#6073](axios/axios#6073) )">Ng
Choon Khon (CK)</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/mnomanmemon"
title="+2/-2 ([#6048](axios/axios#6048)
)">Muhammad Noman</a></li>
</ul>
<h2>Release v1.6.1</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> fixed content-type header normalization
for non-standard browser environments; (<a
href="https://redirect.github.com/axios/axios/issues/6056">#6056</a>)
(<a
href="https://github.com/axios/axios/commit/dd465ab22bbfa262c6567be6574bf46a057d5288">dd465ab</a>)</li>
<li><strong>platform:</strong> fixed emulated browser detection in
node.js environment; (<a
href="https://redirect.github.com/axios/axios/issues/6055">#6055</a>)
(<a
href="https://github.com/axios/axios/commit/3dc8369e505e32a4e12c22f154c55fd63ac67fbb">3dc8369</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+432/-65
([#6059](axios/axios#6059)
[#6056](axios/axios#6056)
[#6055](axios/axios#6055) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/meyfa"
title="+5/-2 ([#5835](axios/axios#5835)
)">Fabian Meyer</a></li>
</ul>
<h2>Release v1.6.0</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>CSRF:</strong> fixed CSRF vulnerability CVE-2023-45857 (<a
href="https://redirect.github.com/axios/axios/issues/6028">#6028</a>)
(<a
href="https://github.com/axios/axios/commit/96ee232bd3ee4de2e657333d4d2191cd389e14d0">96ee232</a>)</li>
<li><strong>dns:</strong> fixed lookup function decorator to work
properly in node v20; (<a
href="https://redirect.github.com/axios/axios/issues/6011">#6011</a>)
(<a
href="https://github.com/axios/axios/commit/5aaff532a6b820bb9ab6a8cd0f77131b47e2adb8">5aaff53</a>)</li>
<li><strong>types:</strong> fix AxiosHeaders types; (<a
href="https://redirect.github.com/axios/axios/issues/5931">#5931</a>)
(<a
href="https://github.com/axios/axios/commit/a1c8ad008b3c13d53e135bbd0862587fb9d3fc09">a1c8ad0</a>)</li>
</ul>
<h3>PRs</h3>
<ul>
<li>CVE 2023 45857 ( <a
href="https://api.github.com/repos/axios/axios/pulls/6028">#6028</a>
)</li>
</ul>
<pre><code>
⚠️ Critical vulnerability fix. See
https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
</code></pre>
<h3>Contributors to this release</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/axios/axios/compare/v1.6.1...v1.6.2">1.6.2</a>
(2023-11-14)</h2>
<h3>Features</h3>
<ul>
<li><strong>withXSRFToken:</strong> added withXSRFToken option as a
workaround to achieve the old <code>withCredentials</code> behavior; (<a
href="https://redirect.github.com/axios/axios/issues/6046">#6046</a>)
(<a
href="https://github.com/axios/axios/commit/cff996779b272a5e94c2b52f5503ccf668bc42dc">cff9967</a>)</li>
</ul>
<h3>PRs</h3>
<ul>
<li>feat(withXSRFToken): added withXSRFToken option as a workaround to
achieve the old `withCredentials` behavior; ( <a
href="https://api.github.com/repos/axios/axios/pulls/6046">#6046</a>
)</li>
</ul>
<pre><code>
📢 This PR added &amp;#x27;withXSRFToken&amp;#x27; option as a
replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the
old behavior.
This functionality is considered as a fix.
</code></pre>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+271/-146
([#6081](axios/axios#6081)
[#6080](axios/axios#6080)
[#6079](axios/axios#6079)
[#6078](axios/axios#6078)
[#6046](axios/axios#6046)
[#6064](axios/axios#6064)
[#6063](axios/axios#6063) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/ckng0221"
title="+4/-4 ([#6073](axios/axios#6073) )">Ng
Choon Khon (CK)</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/mnomanmemon"
title="+2/-2 ([#6048](axios/axios#6048)
)">Muhammad Noman</a></li>
</ul>
<h2><a
href="https://github.com/axios/axios/compare/v1.6.0...v1.6.1">1.6.1</a>
(2023-11-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> fixed content-type header normalization
for non-standard browser environments; (<a
href="https://redirect.github.com/axios/axios/issues/6056">#6056</a>)
(<a
href="https://github.com/axios/axios/commit/dd465ab22bbfa262c6567be6574bf46a057d5288">dd465ab</a>)</li>
<li><strong>platform:</strong> fixed emulated browser detection in
node.js environment; (<a
href="https://redirect.github.com/axios/axios/issues/6055">#6055</a>)
(<a
href="https://github.com/axios/axios/commit/3dc8369e505e32a4e12c22f154c55fd63ac67fbb">3dc8369</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+432/-65
([#6059](axios/axios#6059)
[#6056](axios/axios#6056)
[#6055](axios/axios#6055) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/meyfa"
title="+5/-2 ([#5835](axios/axios#5835)
)">Fabian Meyer</a></li>
</ul>
<h3>PRs</h3>
<ul>
<li>feat(withXSRFToken): added withXSRFToken option as a workaround to
achieve the old `withCredentials` behavior; ( <a
href="https://api.github.com/repos/axios/axios/pulls/6046">#6046</a>
)</li>
</ul>
<pre><code>
📢 This PR added &amp;#x27;withXSRFToken&amp;#x27; option as a
replacement for old withCredentials behaviour.
You should now use withXSRFToken along with withCredential to get the
old behavior.
This functionality is considered as a fix.
</code></pre>
<h1><a
href="https://github.com/axios/axios/compare/v1.5.1...v1.6.0">1.6.0</a>
(2023-10-26)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>CSRF:</strong> fixed CSRF vulnerability CVE-2023-45857 (<a
href="https://redirect.github.com/axios/axios/issues/6028">#6028</a>)
(<a
href="https://github.com/axios/axios/commit/96ee232bd3ee4de2e657333d4d2191cd389e14d0">96ee232</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/axios/axios/commit/b3be36585884ba1e237fdd0eacf55f678aefc396"><code>b3be365</code></a>
chore(release): v1.6.2 (<a
href="https://redirect.github.com/axios/axios/issues/6082">#6082</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/8739acbd28eeb6b62c3565c8cf06309d15c5ed4b"><code>8739acb</code></a>
chore(ci): removed redundant release action; (<a
href="https://redirect.github.com/axios/axios/issues/6081">#6081</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/bfa9c305238bd14d1034af9af04b6749f9dba9b4"><code>bfa9c30</code></a>
chore(docs): fix outdated grunt to npm scripts (<a
href="https://redirect.github.com/axios/axios/issues/6073">#6073</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/a2b0fb314f5bd62deb4e9b3cb4d2e868734dd5bd"><code>a2b0fb3</code></a>
chore(docs): update README.md (<a
href="https://redirect.github.com/axios/axios/issues/6048">#6048</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/b12a6083f33539ac3883e5a9938e46a76f99305d"><code>b12a608</code></a>
chore(ci): removed paths-ignore filter; (<a
href="https://redirect.github.com/axios/axios/issues/6080">#6080</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/0c9d88602bf305926f8826bd6c1374465ddfd780"><code>0c9d886</code></a>
chore(ci): reworked ignoring files logic; (<a
href="https://redirect.github.com/axios/axios/issues/6079">#6079</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/30873ee5a8f35aef3eabcece9c81a18ae9bec7bf"><code>30873ee</code></a>
chore(ci): add paths-ignore config to testing action; (<a
href="https://redirect.github.com/axios/axios/issues/6078">#6078</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/cff996779b272a5e94c2b52f5503ccf668bc42dc"><code>cff9967</code></a>
feat(withXSRFToken): added withXSRFToken option as a workaround to
achieve th...</li>
<li><a
href="https://github.com/axios/axios/commit/7009715369a50740ba2ce00534012c1caf269ad2"><code>7009715</code></a>
chore(ci): fixed release notification action; (<a
href="https://redirect.github.com/axios/axios/issues/6064">#6064</a>)</li>
<li><a
href="https://github.com/axios/axios/commit/7144f10dc51a841527167b62b7d792e2989656c2"><code>7144f10</code></a>
chore(ci): fixed release notification action; (<a
href="https://redirect.github.com/axios/axios/issues/6063">#6063</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/axios/axios/compare/v0.26.1...v1.6.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `openai` from 3.3.0 to 4.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-node/releases">openai's
releases</a>.</em></p>
<blockquote>
<h2>v4.24.1</h2>
<h2>4.24.1 (2023-12-22)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-node/compare/v4.24.0...v4.24.1">v4.24.0...v4.24.1</a></p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pagination:</strong> correct type annotation object field
(<a
href="https://redirect.github.com/openai/openai-node/issues/590">#590</a>)
(<a
href="https://github.com/openai/openai-node/commit/4066edad4b5305e82e610f44f4720843f2b69d39">4066eda</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>messages:</strong> improvements to helpers reference + typos
(<a
href="https://redirect.github.com/openai/openai-node/issues/595">#595</a>)
(<a
href="https://github.com/openai/openai-node/commit/96a59b91c424db67b8a5bdb7cab5da68c57282d4">96a59b9</a>)</li>
<li>reformat README.md (<a
href="https://redirect.github.com/openai/openai-node/issues/592">#592</a>)
(<a
href="https://github.com/openai/openai-node/commit/8ffc7f876cc8f4b7afaf68a37f94f826ef22a6b8">8ffc7f8</a>)</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>write jest config in typescript (<a
href="https://redirect.github.com/openai/openai-node/issues/588">#588</a>)
(<a
href="https://github.com/openai/openai-node/commit/eb6ceebf90ba45ec5b803f32b9b080829f6a973a">eb6ceeb</a>)</li>
</ul>
<h2>v4.24.0</h2>
<h2>4.24.0 (2023-12-19)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-node/compare/v4.23.0...v4.24.0">v4.23.0...v4.24.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add additional instructions for runs (<a
href="https://redirect.github.com/openai/openai-node/issues/586">#586</a>)
(<a
href="https://github.com/openai/openai-node/commit/401d93ea39fe0e90088799858299322035c0a7e8">401d93e</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>deps:</strong> update dependency start-server-and-test to
v2.0.3 (<a
href="https://redirect.github.com/openai/openai-node/issues/580">#580</a>)
(<a
href="https://github.com/openai/openai-node/commit/8e1aca1f8be6e583483919ed9ef9b04fab076066">8e1aca1</a>)</li>
<li><strong>deps:</strong> update dependency ts-jest to v29.1.1 (<a
href="https://redirect.github.com/openai/openai-node/issues/578">#578</a>)
(<a
href="https://github.com/openai/openai-node/commit/a6edb7bc3cfc447d0c55ae23cc1c2219105d3666">a6edb7b</a>)</li>
<li><strong>deps:</strong> update jest (<a
href="https://redirect.github.com/openai/openai-node/issues/582">#582</a>)
(<a
href="https://github.com/openai/openai-node/commit/e49e471ec7a136f2cbaf82551ccaaea366c87a91">e49e471</a>)</li>
<li><strong>internal:</strong> bump deps (<a
href="https://redirect.github.com/openai/openai-node/issues/583">#583</a>)
(<a
href="https://github.com/openai/openai-node/commit/2e07b4c66ab1fdbb353fdd00994e293f93e981db">2e07b4c</a>)</li>
<li><strong>internal:</strong> update deps (<a
href="https://redirect.github.com/openai/openai-node/issues/581">#581</a>)
(<a
href="https://github.com/openai/openai-node/commit/7b690dca67ee8c3b0a89caf7f786ede5dc612a76">7b690dc</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>upgrade models in examples to latest version (<a
href="https://redirect.github.com/openai/openai-node/issues/585">#585</a>)
(<a
href="https://github.com/openai/openai-node/commit/60101a4117b1a8223d09fb9fe21d89af32431939">60101a4</a>)</li>
</ul>
<h2>v4.23.0</h2>
<h2>4.23.0 (2023-12-17)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-node/compare/v4.22.1...v4.23.0">v4.22.1...v4.23.0</a></p>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-node/blob/master/CHANGELOG.md">openai's
changelog</a>.</em></p>
<blockquote>
<h2>4.24.1 (2023-12-22)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-node/compare/v4.24.0...v4.24.1">v4.24.0...v4.24.1</a></p>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pagination:</strong> correct type annotation object field
(<a
href="https://redirect.github.com/openai/openai-node/issues/590">#590</a>)
(<a
href="https://github.com/openai/openai-node/commit/4066edad4b5305e82e610f44f4720843f2b69d39">4066eda</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li><strong>messages:</strong> improvements to helpers reference + typos
(<a
href="https://redirect.github.com/openai/openai-node/issues/595">#595</a>)
(<a
href="https://github.com/openai/openai-node/commit/96a59b91c424db67b8a5bdb7cab5da68c57282d4">96a59b9</a>)</li>
<li>reformat README.md (<a
href="https://redirect.github.com/openai/openai-node/issues/592">#592</a>)
(<a
href="https://github.com/openai/openai-node/commit/8ffc7f876cc8f4b7afaf68a37f94f826ef22a6b8">8ffc7f8</a>)</li>
</ul>
<h3>Refactors</h3>
<ul>
<li>write jest config in typescript (<a
href="https://redirect.github.com/openai/openai-node/issues/588">#588</a>)
(<a
href="https://github.com/openai/openai-node/commit/eb6ceebf90ba45ec5b803f32b9b080829f6a973a">eb6ceeb</a>)</li>
</ul>
<h2>4.24.0 (2023-12-19)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-node/compare/v4.23.0...v4.24.0">v4.23.0...v4.24.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add additional instructions for runs (<a
href="https://redirect.github.com/openai/openai-node/issues/586">#586</a>)
(<a
href="https://github.com/openai/openai-node/commit/401d93ea39fe0e90088799858299322035c0a7e8">401d93e</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>deps:</strong> update dependency start-server-and-test to
v2.0.3 (<a
href="https://redirect.github.com/openai/openai-node/issues/580">#580</a>)
(<a
href="https://github.com/openai/openai-node/commit/8e1aca1f8be6e583483919ed9ef9b04fab076066">8e1aca1</a>)</li>
<li><strong>deps:</strong> update dependency ts-jest to v29.1.1 (<a
href="https://redirect.github.com/openai/openai-node/issues/578">#578</a>)
(<a
href="https://github.com/openai/openai-node/commit/a6edb7bc3cfc447d0c55ae23cc1c2219105d3666">a6edb7b</a>)</li>
<li><strong>deps:</strong> update jest (<a
href="https://redirect.github.com/openai/openai-node/issues/582">#582</a>)
(<a
href="https://github.com/openai/openai-node/commit/e49e471ec7a136f2cbaf82551ccaaea366c87a91">e49e471</a>)</li>
<li><strong>internal:</strong> bump deps (<a
href="https://redirect.github.com/openai/openai-node/issues/583">#583</a>)
(<a
href="https://github.com/openai/openai-node/commit/2e07b4c66ab1fdbb353fdd00994e293f93e981db">2e07b4c</a>)</li>
<li><strong>internal:</strong> update deps (<a
href="https://redirect.github.com/openai/openai-node/issues/581">#581</a>)
(<a
href="https://github.com/openai/openai-node/commit/7b690dca67ee8c3b0a89caf7f786ede5dc612a76">7b690dc</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>upgrade models in examples to latest version (<a
href="https://redirect.github.com/openai/openai-node/issues/585">#585</a>)
(<a
href="https://github.com/openai/openai-node/commit/60101a4117b1a8223d09fb9fe21d89af32431939">60101a4</a>)</li>
</ul>
<h2>4.23.0 (2023-12-17)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-node/compare/v4.22.1...v4.23.0">v4.22.1...v4.23.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add token logprobs to chat completions (<a
href="https://redirect.github.com/openai/openai-node/issues/576">#576</a>)
(<a
href="https://github.com/openai/openai-node/commit/8d4292e6358920b2c9d8df49c6a154231c468512">8d4292e</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openai/openai-node/commit/b595cd953a704dba2aef4c6c3fa431f83f18ccf9"><code>b595cd9</code></a>
release: 4.24.1</li>
<li><a
href="https://github.com/openai/openai-node/commit/027da52b1fcfb984946bb8b25538880cb487ca5f"><code>027da52</code></a>
docs(messages): improvements to helpers reference + typos (<a
href="https://redirect.github.com/openai/openai-node/issues/595">#595</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/af111778533354762326ecc8c89aba32c400524d"><code>af11177</code></a>
docs: reformat README.md (<a
href="https://redirect.github.com/openai/openai-node/issues/592">#592</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/824089dcf6d51b35d0918c37542a1a01bb2def1b"><code>824089d</code></a>
fix(pagination): correct type annotation object field (<a
href="https://redirect.github.com/openai/openai-node/issues/590">#590</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/44ffb66cc9f1f3d18ccf5a68c13effbe5079181e"><code>44ffb66</code></a>
refactor: write jest config in typescript (<a
href="https://redirect.github.com/openai/openai-node/issues/588">#588</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/e383a0f034dfa2676215b91287b31ff2f56aa833"><code>e383a0f</code></a>
release: 4.24.0</li>
<li><a
href="https://github.com/openai/openai-node/commit/dcf732bf1cd9c9be6d818d45d3658a43bcf795c5"><code>dcf732b</code></a>
feat(api): add additional instructions for runs (<a
href="https://redirect.github.com/openai/openai-node/issues/586">#586</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/88253e613b9c166fcbbc97ce7081275ea3a2803a"><code>88253e6</code></a>
docs: upgrade models in examples to latest version (<a
href="https://redirect.github.com/openai/openai-node/issues/585">#585</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/19fd06b1d6f06a6eacaa989c1b0169c80de3957f"><code>19fd06b</code></a>
chore(internal): bump deps (<a
href="https://redirect.github.com/openai/openai-node/issues/583">#583</a>)</li>
<li><a
href="https://github.com/openai/openai-node/commit/161f65751c67c34b8c4be610b3f47a8ca1007684"><code>161f657</code></a>
chore(deps): update jest (<a
href="https://redirect.github.com/openai/openai-node/issues/582">#582</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openai/openai-node/compare/v3.3.0...v4.24.1">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~dschnurr-openai">dschnurr-openai</a>, a new
releaser for openai since your current version.</p>
</details>
<br />


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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/zack/slackbot/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 26, 2023
1 parent f907ed6 commit 2391819
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 26 deletions.
241 changes: 216 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"giphy-api": "^2.0.2",
"image-search-google": "^1.3.0",
"mysql2": "^3.5.1",
"openai": "^3.3.0",
"openai": "^4.24.1",
"simple-git": "^3.19.1",
"typeorm": "^0.3.17"
},
Expand Down

0 comments on commit 2391819

Please sign in to comment.