From 019c11a6d036e36c07f3ca8ca60c8684271f747d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 1 Mar 2025 01:16:58 +0000
Subject: [PATCH] chore(deps): bump @types/whatwg-url from 11.0.5 to 13.0.0

Bumps [@types/whatwg-url](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/whatwg-url) from 11.0.5 to 13.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/whatwg-url)

---
updated-dependencies:
- dependency-name: "@types/whatwg-url"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 0158536..196bc52 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
     "typescript": "^4.7.4"
   },
   "dependencies": {
-    "@types/whatwg-url": "^11.0.2",
+    "@types/whatwg-url": "^13.0.0",
     "whatwg-url": "^14.1.0 || ^13.0.0"
   }
 }