Skip to content

Commit 944f5a3

Browse files
Bump normalize-url from 8.0.2 to 8.1.0 in /ui (#1772)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 8.0.2 to 8.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/normalize-url/releases">normalize-url's releases</a>.</em></p> <blockquote> <h2>v8.1.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/normalize-url?tab=readme-ov-file#removepath"><code>removePath</code></a> and <a href="https://github.com/sindresorhus/normalize-url?tab=readme-ov-file#transformpath"><code>transformPath</code></a> option dfcfc06</li> <li>Fix path-like query strings losing structure when sorting parameters 92eb703</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/normalize-url/compare/v8.0.2...v8.1.0">https://github.com/sindresorhus/normalize-url/compare/v8.0.2...v8.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/normalize-url/commit/ed415bc677fc64e6ec1cd344d341a3777d3116e4"><code>ed415bc</code></a> 8.1.0</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/dfcfc06d1d31d54d63dcbf1af5d255ba078eb399"><code>dfcfc06</code></a> Add <code>removePath</code> and <code>transformPath</code> option</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/7be700f76bb143dd0f24f8e9f29c5ebe3f73e96c"><code>7be700f</code></a> Add tests for www-stripping edge cases</li> <li><a href="https://github.com/sindresorhus/normalize-url/commit/92eb7034f4c01c2075926a53261080a7fb2a93a7"><code>92eb703</code></a> Fix path-like query strings losing structure when sorting parameters</li> <li>See full diff in <a href="https://github.com/sindresorhus/normalize-url/compare/v8.0.2...v8.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=8.0.2&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8fcf25 commit 944f5a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3541,9 +3541,9 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
35413541
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
35423542

35433543
normalize-url@^8.0.0:
3544-
version "8.0.2"
3545-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.2.tgz#3b343a42f837e4dae2b01917c04e8de3782e9170"
3546-
integrity sha512-Ee/R3SyN4BuynXcnTaekmaVdbDAEiNrHqjQIA37mHU8G9pf7aaAD4ZX3XjBLo6rsdcxA/gtkcNYZLt30ACgynw==
3544+
version "8.1.0"
3545+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.1.0.tgz#d33504f67970decf612946fd4880bc8c0983486d"
3546+
integrity sha512-X06Mfd/5aKsRHc0O0J5CUedwnPmnDtLF2+nq+KN9KSDlJHkPuh0JUviWjEWMe0SW/9TDdSLVPuk7L5gGTIA1/w==
35473547

35483548
nwsapi@^2.2.16:
35493549
version "2.2.22"

0 commit comments

Comments
 (0)