From 0e8a5d746cf0339e32350a105e61c3a862868f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:48:21 +0000 Subject: [PATCH] chore(deps): bump normalize-url from 8.1.1 to 9.0.0 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 8.1.1 to 9.0.0. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/compare/v8.1.1...v9.0.0) --- updated-dependencies: - dependency-name: normalize-url dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 240a4ab..610d3af 100644 --- a/package.json +++ b/package.json @@ -228,7 +228,7 @@ "nerf-dart": "^1.0.0", "node-emoji": "^2.1.3", "normalize-package-data": "^8.0.0", - "normalize-url": "^8.0.0", + "normalize-url": "^9.0.0", "npm": "^11.0.0", "npm-run-path": "^6.0.0", "object-inspect": "^1.13.1",