bump apex

This commit is contained in:
Will Murphy 2023-06-23 13:29:25 -05:00
parent 4ef90492c0
commit 93f0986a0d
3 changed files with 9 additions and 9 deletions

View file

@ -56,7 +56,7 @@ const apex = ActivitypubExpress({
})
app.use(
morgan(':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status Sig ":req[authorization]" ":referrer" ":user-agent"'),
morgan(':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status ":referrer" ":user-agent"'),
express.json({ type: apex.consts.jsonldTypes }),
apex,
function checkAdminKey (req, res, next) {

14
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@small-tech/auto-encrypt": "^3.1.0",
"activitypub-express": "^4.3.0",
"activitypub-express": "^4.4.0",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",
@ -1450,9 +1450,9 @@
}
},
"node_modules/activitypub-express": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.3.0.tgz",
"integrity": "sha512-Jdh6EVP6y5LC2JIz3fgV+wbup1VfGGCyzM3iVIArYWrvbLeNyiiW5p7UQs+mU3VhjxK1XqQbA12pharlLHGLYg==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.4.0.tgz",
"integrity": "sha512-viVA1g8FIEKM+f8nN5ow7MFJsevlu2j3HvCV91oDWWlLGR0JdW6uX30q46eZFiycJzAH3oMrTqPZTBjkjMfMbQ==",
"dependencies": {
"deepmerge": "^4.2.2",
"express": "^4.18.0",
@ -7084,9 +7084,9 @@
"requires": {}
},
"activitypub-express": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.3.0.tgz",
"integrity": "sha512-Jdh6EVP6y5LC2JIz3fgV+wbup1VfGGCyzM3iVIArYWrvbLeNyiiW5p7UQs+mU3VhjxK1XqQbA12pharlLHGLYg==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.4.0.tgz",
"integrity": "sha512-viVA1g8FIEKM+f8nN5ow7MFJsevlu2j3HvCV91oDWWlLGR0JdW6uX30q46eZFiycJzAH3oMrTqPZTBjkjMfMbQ==",
"requires": {
"deepmerge": "^4.2.2",
"express": "^4.18.0",

View file

@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"@small-tech/auto-encrypt": "^3.1.0",
"activitypub-express": "^4.3.0",
"activitypub-express": "^4.4.0",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",