bump apex for POST types fix
This commit is contained in:
parent
74b7a6d195
commit
cf9ec4d3f8
2 changed files with 8 additions and 8 deletions
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.2.1",
|
"activitypub-express": "^4.2.2",
|
||||||
"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",
|
||||||
|
@ -1250,9 +1250,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/activitypub-express": {
|
"node_modules/activitypub-express": {
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.2.tgz",
|
||||||
"integrity": "sha512-MR5KDk4y6Ll4t1UX++qdfT/EXHhbOooYfhX7QO1nNg6GjAybUu3QOuQkGx41YJgEkAMkh54Pb5zFHCNIZRQuXw==",
|
"integrity": "sha512-r9/gzBs8I8d4ljXYm98FP4sroGVbmmeo83M5CKbh4/RzmrWe67CgedAecNo81cMbn7r67ev1lgewvwsevF55xg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"deepmerge": "^4.2.2",
|
"deepmerge": "^4.2.2",
|
||||||
"express": "^4.18.0",
|
"express": "^4.18.0",
|
||||||
|
@ -6370,9 +6370,9 @@
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"activitypub-express": {
|
"activitypub-express": {
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/activitypub-express/-/activitypub-express-4.2.2.tgz",
|
||||||
"integrity": "sha512-MR5KDk4y6Ll4t1UX++qdfT/EXHhbOooYfhX7QO1nNg6GjAybUu3QOuQkGx41YJgEkAMkh54Pb5zFHCNIZRQuXw==",
|
"integrity": "sha512-r9/gzBs8I8d4ljXYm98FP4sroGVbmmeo83M5CKbh4/RzmrWe67CgedAecNo81cMbn7r67ev1lgewvwsevF55xg==",
|
||||||
"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.2.1",
|
"activitypub-express": "^4.2.2",
|
||||||
"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