bump apex

This commit is contained in:
Will Murphy 2022-11-09 22:35:56 -06:00
parent b3c89db3f8
commit 80a3b8a853
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.1.0",
"activitypub-express": "^4.1.1",
"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.1.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.0.tgz",
"integrity": "sha512-9X2crZ1OB4uVbI8Akib3LNNRCx5TEZu5w0OYPM/9N9KthMDRXZppJmVs8HKgMONExqesi1Q5DDGCRV2cWWEBbw==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.1.tgz",
"integrity": "sha512-ZgW/J13OkkQcK9Ys69irJj4i1OmEaDT8R9e9OH91xFnlR4gW9nPW3nojFFy4QtIcJ4oAssGhw/lZ5roqRUML8A==",
"dependencies": {
"deepmerge": "^4.2.2",
"express": "^4.18.0",
@ -6301,9 +6301,9 @@
"requires": {}
},
"activitypub-express": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.0.tgz",
"integrity": "sha512-9X2crZ1OB4uVbI8Akib3LNNRCx5TEZu5w0OYPM/9N9KthMDRXZppJmVs8HKgMONExqesi1Q5DDGCRV2cWWEBbw==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.1.1.tgz",
"integrity": "sha512-ZgW/J13OkkQcK9Ys69irJj4i1OmEaDT8R9e9OH91xFnlR4gW9nPW3nojFFy4QtIcJ4oAssGhw/lZ5roqRUML8A==",
"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.1.0",
"activitypub-express": "^4.1.1",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",