diff options
| author | Jaehong Kang <sinoru@me.com> | 2023-11-15 11:13:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 11:13:34 +0900 |
| commit | 04075ee0bede198452dcd5e8ca6a00a3b750208b (patch) | |
| tree | a8b72ba2146a15ce62e79a63fc5e229b13b15113 /pnpm-lock.yaml | |
| parent | fix(backend): 非公開の投稿に対して返信できないように (#12333) (diff) | |
| download | misskey-04075ee0bede198452dcd5e8ca6a00a3b750208b.tar.gz misskey-04075ee0bede198452dcd5e8ca6a00a3b750208b.tar.bz2 misskey-04075ee0bede198452dcd5e8ca6a00a3b750208b.zip | |
enhance(backend): Implementation of HTTP header and body validation to fix SIF-2023-002 (#12334)
Using Buffer instead of string
Co-authored-by: perillamint <perillamint@silicon.moe>
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index db58506858..f483eacfd6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -338,6 +338,9 @@ importers: sanitize-html: specifier: 2.11.0 version: 2.11.0 + secure-json-parse: + specifier: ^2.4.0 + version: 2.7.0 sharp: specifier: 0.32.6 version: 0.32.6 |