From 14f1d9f045afc6428b6cf83297d3eda78b34e56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:22:08 +0000 Subject: [PATCH] Bump normalize-url from 8.0.0 to 8.0.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: normalize-url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 09b0fd922..d7ceaeb9a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "got": "^13.0.0", "minimist": "^1.2.8", "node-fetch": "^3.3.1", - "normalize-url": "^8.0.0", + "normalize-url": "^8.0.1", "nth-check": "^2.0.1", "path-parse": "^1.0.7", "prism-react-renderer": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index 59557bc38..33fbd1103 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6301,10 +6301,10 @@ normalize-url@^6.0.1: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a" integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== -normalize-url@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a" - integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw== +normalize-url@^8.0.0, normalize-url@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.1.tgz#9b7d96af9836577c58f5883e939365fa15623a4a" + integrity sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w== npm-run-path@^4.0.1: version "4.0.1"