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",