diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-15 20:54:26 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-15 20:54:26 +0900 |
| commit | 887c709647bff7e60464a00176ba4c9ba7e6c127 (patch) | |
| tree | 00a73b0920f4e9d14d798182b3e16705238524a9 | |
| parent | enhance(frontend): adminのファイルリストでセンシティブファ... (diff) | |
| download | misskey-887c709647bff7e60464a00176ba4c9ba7e6c127.tar.gz misskey-887c709647bff7e60464a00176ba4c9ba7e6c127.tar.bz2 misskey-887c709647bff7e60464a00176ba4c9ba7e6c127.zip | |
chore(deps): bump body-parser from 1.20.2 to 1.20.3 in /packages/backend (#14550)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | packages/backend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index 797eddcf7d..a06fd9156b 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -100,7 +100,7 @@ "async-mutex": "0.5.0", "bcryptjs": "2.4.3", "blurhash": "2.0.5", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "bullmq": "5.10.4", "cacheable-lookup": "7.0.0", "cbor": "9.0.2", |