From 2a0ae689ee0b5b38a07081722ac02efb39d0bbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:50:40 +0000 Subject: [PATCH] chore(deps): bump whatwg-url from 13.0.0 to 14.1.0 Bumps [whatwg-url](https://github.com/jsdom/whatwg-url) from 13.0.0 to 14.1.0. - [Release notes](https://github.com/jsdom/whatwg-url/releases) - [Commits](https://github.com/jsdom/whatwg-url/compare/v13.0.0...v14.1.0) --- updated-dependencies: - dependency-name: whatwg-url 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 d745548..e361ce9 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ }, "dependencies": { "@types/whatwg-url": "^11.0.2", - "whatwg-url": "^13.0.0" + "whatwg-url": "^14.1.0" } }