diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:16:17 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:16:17 +0900 |
commit | 3e56650290ec725ee95689c1729d681e41385126 (patch) | |
tree | 35a00f2b1dc7ef9d04edf6a4d57f52b68e9f8f88 /pnpm-lock.yaml | |
parent | 4089ad7b1ecd3230b76d44dc71fbafcb4128fb3a (diff) |
Fix and add some translation key, etc.
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4792565..6c486f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,6 @@ importers: '@sendgrid/mail': specifier: ^6.5.5 version: 6.5.5 - '@types/cookie-parser': - specifier: ^1.4.7 - version: 1.4.7 activitypub-types: specifier: ^1.1.0 version: 1.1.0 @@ -123,6 +120,9 @@ importers: specifier: ^7.2.0 version: 7.2.0 devDependencies: + '@types/cookie-parser': + specifier: ^1.4.7 + version: 1.4.7 '@types/dompurify': specifier: ^3.0.5 version: 3.0.5 |