diff --git a/package-lock.json b/package-lock.json index acb7dd4e..9fbafb96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14164,9 +14164,10 @@ } }, "node_modules/whatwg-url": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.0.tgz", - "integrity": "sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.1.1.tgz", + "integrity": "sha512-mDGf9diDad/giZ/Sm9Xi2YcyzaFpbdLpJPr+E9fSkyQ7KpQD4SdFcugkRQYzhmfI4KeV4Qpnn2sKPdo+kmsgRQ==", + "license": "MIT", "dependencies": { "tr46": "^5.0.0", "webidl-conversions": "^7.0.0" @@ -14532,7 +14533,7 @@ "@api-ts/io-ts-http": "0.0.0-semantically-released", "fp-ts": "^2.0.0", "io-ts": "2.1.3", - "whatwg-url": "14.1.0" + "whatwg-url": "14.1.1" }, "devDependencies": { "@swc-node/register": "1.10.9", diff --git a/packages/superagent-wrapper/package.json b/packages/superagent-wrapper/package.json index a850dba7..faf8d16f 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": "14.1.0" + "whatwg-url": "14.1.1" }, "devDependencies": { "@swc-node/register": "1.10.9",