Commit cba7071
Merge #468
468: Bump sqlite3 from 5.0.8 to 5.0.10 in /playground r=bidoubiwa a=dependabot[bot]
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.8 to 5.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TryGhost/node-sqlite3/releases">sqlite3's releases</a>.</em></p>
<blockquote>
<h2>v5.0.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated bundled SQLite to v3.39.2 by <a href="https://github.com/daniellockyer"><code>`@daniellockyer</code></a></li>`
<li>Addressed CodeQL warnings by <a href="https://github.com/bpasero"><code>`@bpasero</code></a>` in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1614">TryGhost/node-sqlite3#1614</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bpasero"><code>`@bpasero</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1614">TryGhost/node-sqlite3#1614</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.10">https://github.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.10</a></p>
<h2>v5.0.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated bundled SQLite to v3.39.1 by <a href="https://github.com/daniellockyer"><code>`@daniellockyer</code></a></li>`
<li>Fixed method declarations to conform with napi default for methods by <a href="https://github.com/alexanderfloh"><code>`@alexanderfloh</code></a>` in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1510">TryGhost/node-sqlite3#1510</a></li>
<li>Fixed propagation of async hook ids through callbacks by <a href="https://github.com/alexanderfloh"><code>`@alexanderfloh</code></a>` in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1511">TryGhost/node-sqlite3#1511</a></li>
<li>Updated sqlcipher homebrew CPPFLAGS location by <a href="https://github.com/frovere"><code>`@frovere</code></a>` in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1613">TryGhost/node-sqlite3#1613</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alexanderfloh"><code>`@alexanderfloh</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1510">TryGhost/node-sqlite3#1510</a></li>
<li><a href="https://github.com/frovere"><code>`@frovere</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1613">TryGhost/node-sqlite3#1613</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9">https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.9</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/d0e063378816f388ffce0e7a2d0806f6e6c112bb"><code>d0e0633</code></a> v5.0.10</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/097ca62a7698f74040b7e416803b01da2ceb288d"><code>097ca62</code></a> Updated bundled SQLite to v3.39.2</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/efab48f9f845533a770fe185a3b9b6377fb90872"><code>efab48f</code></a> Merged release branch into <code>main</code></li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/7df0f8cf1a58787f3c74eb1079efdbdfc3bbbf00"><code>7df0f8c</code></a> Addressed CodeQL warnings (<a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1614">#1614</a>)</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/1523d9e1b22280b5eb7401ba1beae1c3ca4d0cc4"><code>1523d9e</code></a> v5.0.9</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/bbdb2ef4a54edfe7cc77de482eee942ba47a2c3d"><code>bbdb2ef</code></a> Updated bundled SQLite to v3.39.1</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/1cd51ea6b68c1b9244530f7d24027c07fefc85cd"><code>1cd51ea</code></a> Updated README.md</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/6deff3c4eae5cd5b30de2851d07dc77c5ce2a2de"><code>6deff3c</code></a> Updated SQLCipher CPPFLAGS location (<a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1613">#1613</a>)</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/4d31c19278b40738723ced47f6a17e00d9221e9b"><code>4d31c19</code></a> Fixed propagation of async hook IDs through callbacks (<a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1511">#1511</a>)</li>
<li><a href="https://github.com/TryGhost/node-sqlite3/commit/efee5f012de191d27a5c87d6db43e947773ae727"><code>efee5f0</code></a> Fixed method declarations conforming with Node-API default (<a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/issues/1510">#1510</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.8...v5.0.10">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9757 | 9757 | | |
9758 | 9758 | | |
9759 | 9759 | | |
9760 | | - | |
9761 | | - | |
9762 | | - | |
9763 | | - | |
| 9760 | + | |
| 9761 | + | |
| 9762 | + | |
| 9763 | + | |
9764 | 9764 | | |
9765 | 9765 | | |
9766 | 9766 | | |
| |||
0 commit comments