From 93f0986a0d62b85aabeb5ecfbb73a8a6ae735d14 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Fri, 23 Jun 2023 13:29:25 -0500 Subject: [PATCH] bump apex --- index.js | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.js b/index.js index b181414..9587f23 100644 --- a/index.js +++ b/index.js @@ -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) { diff --git a/package-lock.json b/package-lock.json index fc4d03c..a07d17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index c528a3d..d9a0730 100644 --- a/package.json +++ b/package.json @@ -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",