diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-23 14:41:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 14:41:01 +0900 |
| commit | d93ad43c49e78c1a13a8d9944f6f00cfbc72ca84 (patch) | |
| tree | d609a31b7daf2f7619d6980510723c5f602124b0 | |
| parent | chore(deps): bump file-type from 17.1.2 to 17.1.3 in /packages/backend (#9030) (diff) | |
| download | misskey-d93ad43c49e78c1a13a8d9944f6f00cfbc72ca84.tar.gz misskey-d93ad43c49e78c1a13a8d9944f6f00cfbc72ca84.tar.bz2 misskey-d93ad43c49e78c1a13a8d9944f6f00cfbc72ca84.zip | |
chore(deps): bump undici from 5.5.1 to 5.8.0 in /packages/backend (#9028)
Bumps [undici](https://github.com/nodejs/undici) from 5.5.1 to 5.8.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.5.1...v5.8.0)
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
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/yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/backend/yarn.lock b/packages/backend/yarn.lock index 00c24e3d62..b319f86962 100644 --- a/packages/backend/yarn.lock +++ b/packages/backend/yarn.lock @@ -7440,9 +7440,9 @@ unbox-primitive@^1.0.1: which-boxed-primitive "^1.0.2" undici@^5.2.0: - version "5.5.1" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.5.1.tgz#baaf25844a99eaa0b22e1ef8d205bffe587c8f43" - integrity sha512-MEvryPLf18HvlCbLSzCW0U00IMftKGI5udnjrQbC5D4P0Hodwffhv+iGfWuJwg16Y/TK11ZFK8i+BPVW2z/eAw== + version "5.8.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.8.0.tgz#dec9a8ccd90e5a1d81d43c0eab6503146d649a4f" + integrity sha512-1F7Vtcez5w/LwH2G2tGnFIihuWUlc58YidwLiCv+jR2Z50x0tNXpRRw7eOIJ+GvqCqIkg9SB7NWAJ/T9TLfv8Q== uniq@^1.0.0: version "1.0.1" |