bump apex
This commit is contained in:
parent
4ef90492c0
commit
93f0986a0d
3 changed files with 9 additions and 9 deletions
2
index.js
2
index.js
|
@ -56,7 +56,7 @@ const apex = ActivitypubExpress({
|
||||||
})
|
})
|
||||||
|
|
||||||
app.use(
|
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 }),
|
express.json({ type: apex.consts.jsonldTypes }),
|
||||||
apex,
|
apex,
|
||||||
function checkAdminKey (req, res, next) {
|
function checkAdminKey (req, res, next) {
|
||||||
|
|
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -10,7 +10,7 @@
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@small-tech/auto-encrypt": "^3.1.0",
|
"@small-tech/auto-encrypt": "^3.1.0",
|
||||||
"activitypub-express": "^4.3.0",
|
"activitypub-express": "^4.4.0",
|
||||||
"connect-history-api-fallback": "^2.0.0",
|
"connect-history-api-fallback": "^2.0.0",
|
||||||
"cors": "^2.8.4",
|
"cors": "^2.8.4",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
|
@ -1450,9 +1450,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/activitypub-express": {
|
"node_modules/activitypub-express": {
|
||||||
"version": "4.3.0",
|
"version": "4.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.4.0.tgz",
|
||||||
"integrity": "sha512-Jdh6EVP6y5LC2JIz3fgV+wbup1VfGGCyzM3iVIArYWrvbLeNyiiW5p7UQs+mU3VhjxK1XqQbA12pharlLHGLYg==",
|
"integrity": "sha512-viVA1g8FIEKM+f8nN5ow7MFJsevlu2j3HvCV91oDWWlLGR0JdW6uX30q46eZFiycJzAH3oMrTqPZTBjkjMfMbQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"express": "^4.18.0",
|
"express": "^4.18.0",
|
||||||
|
@ -7084,9 +7084,9 @@
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"activitypub-express": {
|
"activitypub-express": {
|
||||||
"version": "4.3.0",
|
"version": "4.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.4.0.tgz",
|
||||||
"integrity": "sha512-Jdh6EVP6y5LC2JIz3fgV+wbup1VfGGCyzM3iVIArYWrvbLeNyiiW5p7UQs+mU3VhjxK1XqQbA12pharlLHGLYg==",
|
"integrity": "sha512-viVA1g8FIEKM+f8nN5ow7MFJsevlu2j3HvCV91oDWWlLGR0JdW6uX30q46eZFiycJzAH3oMrTqPZTBjkjMfMbQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"express": "^4.18.0",
|
"express": "^4.18.0",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@small-tech/auto-encrypt": "^3.1.0",
|
"@small-tech/auto-encrypt": "^3.1.0",
|
||||||
"activitypub-express": "^4.3.0",
|
"activitypub-express": "^4.4.0",
|
||||||
"connect-history-api-fallback": "^2.0.0",
|
"connect-history-api-fallback": "^2.0.0",
|
||||||
"cors": "^2.8.4",
|
"cors": "^2.8.4",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
|
|
Loading…
Reference in a new issue