bump apex for pleroma fix, other deps
This commit is contained in:
parent
324b0ece66
commit
3d2e4349fd
2 changed files with 550 additions and 5768 deletions
6360
package-lock.json
generated
6360
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -5,13 +5,11 @@
|
|||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@small-tech/auto-encrypt": "^3.0.1",
|
||||
"activitypub-express": "^3.0.0",
|
||||
"activitypub-express": "^3.1.2",
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"cors": "^2.8.4",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.16.3",
|
||||
"http-signature": "github:wmurphyrd/node-http-signature#9c02eeb",
|
||||
"mongodb": "^4.3.1",
|
||||
"express": "^4.18.0",
|
||||
"morgan": "^1.9.1",
|
||||
"node-graceful-shutdown": "1.1.0",
|
||||
"request": "^2.88.0",
|
||||
|
@ -22,7 +20,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.15",
|
||||
"standard": "^16.0.4"
|
||||
"standard": "^17.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
|
|
Loading…
Reference in a new issue