Skip to content

Commit

Permalink
Merge pull request #234 from pelias/better-sqlite3-11.5.0
Browse files Browse the repository at this point in the history
Update better-sqlite3 to v11.5.0
  • Loading branch information
orangejulius authored Dec 10, 2024
2 parents ea303fd + 29fddcb commit 848ac1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
node-version: [ 18.x, 20.x ]
node-version: [ 18.x, 20.x, 22.x ]
steps:
- uses: actions/checkout@v4
- name: 'Install node.js ${{ matrix.node-version }}'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"homepage": "https://github.com/pelias/placeholder#readme",
"dependencies": {
"async": "^3.0.1",
"better-sqlite3": "^8.5.0",
"better-sqlite3": "^11.5.0",
"express": "^4.15.2",
"lodash": "^4.17.21",
"lower-case": "^2.0.0",
"morgan": "^1.9.0",
"pelias-blacklist-stream": "^1.1.0",
"pelias-config": "^4.5.0",
"pelias-logger": "^1.2.1",
"pelias-whosonfirst": "^5.0.0",
"pelias-whosonfirst": "^7.2.0",
"regenerate": "^1.4.2",
"remove-accents-diacritics": "^1.0.2",
"require-dir": "^1.0.0",
Expand Down

0 comments on commit 848ac1b

Please sign in to comment.