From 4a5feb93a255253de9f63c4fd21931f21bf2b55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 08:03:04 +0000 Subject: [PATCH] fix(deps): bump whatwg-url from 17.1.0 to 17.1.1 Bumps [whatwg-url](https://github.com/jsdom/whatwg-url) from 17.1.0 to 17.1.1. - [Release notes](https://github.com/jsdom/whatwg-url/releases) - [Commits](https://github.com/jsdom/whatwg-url/compare/v17.1.0...v17.1.1) --- updated-dependencies: - dependency-name: whatwg-url dependency-version: 17.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/superagent-wrapper/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cb75968..1f447118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10042,9 +10042,9 @@ } }, "node_modules/whatwg-url": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-17.1.0.tgz", - "integrity": "sha512-3GeworPmc2ZfEEHP7lEbUfBX/L75wdEsi0rLNhXcXxnoN5jyq0SL5gCy06SGW2cyTIZdTvWIDQNQoza++vKeaw==", + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-17.1.1.tgz", + "integrity": "sha512-ohjk1mdUebJVadRt3bAhQhx8lSnISq+GDttK79LFl8EHQkAPvzwctoasC4hs8tBt6kLAncBWWyq1N52qEfKvDw==", "license": "MIT", "dependencies": { "@exodus/bytes": "^1.15.1", @@ -10250,7 +10250,7 @@ "devDependencies": { "@swc-node/register": "1.12.1", "@types/resolve": "1.20.6", - "memfs": "^4.68.1", + "memfs": "4.68.1", "typescript": "4.7.4" }, "optionalDependencies": { @@ -10440,7 +10440,7 @@ "@api-ts/io-ts-http": "0.0.0-semantically-released", "fp-ts": "^2.0.0", "io-ts": "2.1.3", - "whatwg-url": "17.1.0" + "whatwg-url": "^17.1.1" }, "devDependencies": { "@swc-node/register": "1.12.1", diff --git a/packages/superagent-wrapper/package.json b/packages/superagent-wrapper/package.json index 8efcfab2..16ed8485 100644 --- a/packages/superagent-wrapper/package.json +++ b/packages/superagent-wrapper/package.json @@ -20,7 +20,7 @@ "@api-ts/io-ts-http": "0.0.0-semantically-released", "fp-ts": "^2.0.0", "io-ts": "2.1.3", - "whatwg-url": "17.1.0" + "whatwg-url": "17.1.1" }, "devDependencies": { "@swc-node/register": "1.12.1",