bump apex for pleroma fix, other deps

This commit is contained in:
Will Murphy 2022-04-27 20:22:53 -05:00
parent 324b0ece66
commit 3d2e4349fd
2 changed files with 550 additions and 5768 deletions

6310
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,13 +5,11 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@small-tech/auto-encrypt": "^3.0.1", "@small-tech/auto-encrypt": "^3.0.1",
"activitypub-express": "^3.0.0", "activitypub-express": "^3.1.2",
"connect-history-api-fallback": "^1.6.0", "connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.4", "cors": "^2.8.4",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.16.3", "express": "^4.18.0",
"http-signature": "github:wmurphyrd/node-http-signature#9c02eeb",
"mongodb": "^4.3.1",
"morgan": "^1.9.1", "morgan": "^1.9.1",
"node-graceful-shutdown": "1.1.0", "node-graceful-shutdown": "1.1.0",
"request": "^2.88.0", "request": "^2.88.0",
@ -22,7 +20,7 @@
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"standard": "^16.0.4" "standard": "^17.0.0"
}, },
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",