Skip to content

Commit fcdecaa

Browse files
build(deps): bump tar and sqlite3 (#21)
* build(deps): bump tar and sqlite3 Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.13 and updates ancestor dependency [sqlite3](https://github.com/TryGhost/node-sqlite3). These dependencies need to be updated together. Updates `tar` from 6.2.1 to 7.5.13 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.1...v7.5.13) Updates `sqlite3` from 5.1.7 to 6.0.1 - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](TryGhost/node-sqlite3@v5.1.7...v6.0.1) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.13 dependency-type: indirect - dependency-name: sqlite3 dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Align sqlite3 engine floor with CI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Haas <jonathan@haas.holdings>
1 parent 6d3e335 commit fcdecaa

3 files changed

Lines changed: 389 additions & 692 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x]
15+
node-version: [20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -51,4 +51,4 @@ jobs:
5151
run: npm ci
5252

5353
- name: TypeScript check
54-
run: npx tsc --noEmit
54+
run: npx tsc --noEmit

0 commit comments

Comments
 (0)