bump apex for POST types fix

This commit is contained in:
Will Murphy 2023-01-28 21:48:16 -06:00
parent 74b7a6d195
commit cf9ec4d3f8
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.2.1",
"activitypub-express": "^4.2.2",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",
@ -1250,9 +1250,9 @@
}
},
"node_modules/activitypub-express": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.1.tgz",
"integrity": "sha512-MR5KDk4y6Ll4t1UX++qdfT/EXHhbOooYfhX7QO1nNg6GjAybUu3QOuQkGx41YJgEkAMkh54Pb5zFHCNIZRQuXw==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.2.tgz",
"integrity": "sha512-r9/gzBs8I8d4ljXYm98FP4sroGVbmmeo83M5CKbh4/RzmrWe67CgedAecNo81cMbn7r67ev1lgewvwsevF55xg==",
"dependencies": {
"deepmerge": "^4.2.2",
"express": "^4.18.0",
@ -6370,9 +6370,9 @@
"requires": {}
},
"activitypub-express": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.1.tgz",
"integrity": "sha512-MR5KDk4y6Ll4t1UX++qdfT/EXHhbOooYfhX7QO1nNg6GjAybUu3QOuQkGx41YJgEkAMkh54Pb5zFHCNIZRQuXw==",
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.2.tgz",
"integrity": "sha512-r9/gzBs8I8d4ljXYm98FP4sroGVbmmeo83M5CKbh4/RzmrWe67CgedAecNo81cMbn7r67ev1lgewvwsevF55xg==",
"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.2.1",
"activitypub-express": "^4.2.2",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.4",
"dotenv": "^16.0.3",