Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump sqlite3 from 5.0.9 to 5.0.11 (#1189)
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.9 to 5.0.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>Restored compatibility for Alpine 3.15 by <a href="https://github.com/daniellockyer"><code>@daniellockyer</code></a> in <a href="https://github-redirect.dependabot.com/TryGhost/node-sqlite3/pull/1626">TryGhost/node-sqlite3#1626</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11">https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.0.11</a></p> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/61194ec2aee4b56e8e17f757021434122772f145"><code>61194ec</code></a> v5.0.11</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/753edd6c7947825d06bf3e3953f974fdc06058ea"><code>753edd6</code></a> Deleted CHANGELOG.md</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/8ffdf3921ed7a528f286cfc47cf748a95faf642d"><code>8ffdf39</code></a> Restored compatibility for Alpine 3.15</li> <li><a href="https://github.com/TryGhost/node-sqlite3/commit/d3608c94420a33ffa347fe94440bfd03e7b10b2c"><code>d3608c9</code></a> Moved <code>benchmark/</code> folder into <code>tools/</code></li> <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>See full diff in <a href="https://github.com/TryGhost/node-sqlite3/compare/v5.0.9...v5.0.11">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.9&new-version=5.0.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
- Loading branch information