Skip to content

Commit cba7071

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlite3&package-manager=npm_and_yarn&previous-version=5.0.8&new-version=5.0.10)](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 parents 8778b6e + 4e1fd7f commit cba7071

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@strapi/strapi": "^4.2.3",
1717
"@strapi/utils": "^4.2.2",
1818
"meilisearch": "^0.27.0",
19-
"sqlite3": "5.0.8"
19+
"sqlite3": "5.0.10"
2020
},
2121
"author": {
2222
"name": "A Strapi developer"

playground/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9757,10 +9757,10 @@ sprintf-js@~1.0.2:
97579757
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
97589758
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
97599759

9760-
9761-
version "5.0.8"
9762-
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.8.tgz#b4b7eab7156debec80866ef492e01165b4688272"
9763-
integrity sha512-f2ACsbSyb2D1qFFcqIXPfFscLtPVOWJr5GmUzYxf4W+0qelu5MWrR+FAQE1d5IUArEltBrzSDxDORG8P/IkqyQ==
9760+
9761+
version "5.0.10"
9762+
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.10.tgz#64e1efb1b5a1ae343d2cc64ce9e582e5f5db24ba"
9763+
integrity sha512-xG4XPp7+b/lIlb/acs4XzBmmahI1Qq3Yhy+jZnZJivwB6DXpoOpGR6QinRbsQkHJIvMZyUsJDXouSva/JXcWFA==
97649764
dependencies:
97659765
"@mapbox/node-pre-gyp" "^1.0.0"
97669766
node-addon-api "^4.2.0"

0 commit comments

Comments
 (0)