diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 8efcfcb..e297d10 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "license": "GPL-3.0-or-later", "dependencies": { "@sendgrid/mail": "^6.5.5", - "@types/cookie-parser": "^1.4.7", "activitypub-types": "^1.1.0", "cookie-parser": "^1.4.6", "cors": "^2.8.5", @@ -58,6 +57,7 @@ "wait-on": "^7.2.0" }, "devDependencies": { + "@types/cookie-parser": "^1.4.7", "@types/dompurify": "^3.0.5", "@types/express": "^4.17.21", "@types/i18next-fs-backend": "^1.2.0", |