update apex for shared inbox delivery

This commit is contained in:
Will Murphy 2022-11-09 22:07:33 -06:00
parent b6bb801147
commit a7f0632e55
2 changed files with 8 additions and 8 deletions

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.0.1",
"activitypub-express": "^4.1.0",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",
@ -1250,9 +1250,9 @@
}
},
"node_modules/activitypub-express": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.0.1.tgz",
"integrity": "sha512-EB5dIFmWhBU+m/WKIzdCxIdE97I6pJ63XzM01u9yHTKI7bnfdUsZlVZUSrekIzjS/Vdp4OvUyZDRSQwcispaUQ==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.0.tgz",
"integrity": "sha512-9X2crZ1OB4uVbI8Akib3LNNRCx5TEZu5w0OYPM/9N9KthMDRXZppJmVs8HKgMONExqesi1Q5DDGCRV2cWWEBbw==",
"dependencies": {
"deepmerge": "^4.2.2",
"express": "^4.18.0",
@ -6301,9 +6301,9 @@
"requires": {}
},
"activitypub-express": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.0.1.tgz",
"integrity": "sha512-EB5dIFmWhBU+m/WKIzdCxIdE97I6pJ63XzM01u9yHTKI7bnfdUsZlVZUSrekIzjS/Vdp4OvUyZDRSQwcispaUQ==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.0.tgz",
"integrity": "sha512-9X2crZ1OB4uVbI8Akib3LNNRCx5TEZu5w0OYPM/9N9KthMDRXZppJmVs8HKgMONExqesi1Q5DDGCRV2cWWEBbw==",
"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.0.1",
"activitypub-express": "^4.1.0",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",