diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 92c6f34..f96ef07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gathio", - "version": "1.3.1", - "description": "", + "version": "1.4.0", + "description": "A simple, federated, privacy-first event hosting platform", "main": "index.js", "type": "module", "scripts": { @@ -20,7 +20,9 @@ "license": "GPL-3.0-or-later", "dependencies": { "@sendgrid/mail": "^6.5.5", + "@types/cookie-parser": "^1.4.6", "activitypub-types": "^1.0.3", + "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dompurify": "^3.0.6", "express": "^4.18.2", |