diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-11 17:56:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 17:56:00 +0900 |
| commit | 6df063fb0b0e84fa9af63696348bd51513ef82e5 (patch) | |
| tree | d422ddd9dcab7b41476a2835ead5d2ff8d9c6313 | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-6df063fb0b0e84fa9af63696348bd51513ef82e5.tar.gz misskey-6df063fb0b0e84fa9af63696348bd51513ef82e5.tar.bz2 misskey-6df063fb0b0e84fa9af63696348bd51513ef82e5.zip | |
chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /packages/backend (#8302)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)
---
updated-dependencies:
- dependency-name: normalize-url
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 61059c65e3..665f0c2b67 100644 --- a/packages/backend/yarn.lock +++ b/packages/backend/yarn.lock @@ -4954,9 +4954,9 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== normalize-url@^4.1.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129" - integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ== + version "4.5.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" + integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== npm-run-path@^5.0.1: version "5.0.1" |