mirror of
https://github.com/dariusk/express-activitypub.git
synced 2024-11-22 07:11:00 +00:00
Update dependencies
When I tried running `npm i` using Node 17.3.0 on macOS, I got a bunch of errors related to node-gyp. Updating the dependencies solved this.
This commit is contained in:
parent
879ca300ce
commit
9e28ee3d8e
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -4,11 +4,11 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^5.4.0",
|
||||
"body-parser": "^1.18.3",
|
||||
"cors": "^2.8.4",
|
||||
"express": "^4.16.3",
|
||||
"express-basic-auth": "^1.1.5",
|
||||
"better-sqlite3": "^7.5.0",
|
||||
"body-parser": "^1.19.1",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.2",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
"request": "^2.87.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in a new issue