diff --git a/package-lock.json b/package-lock.json index 7f3fb44f..210698bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1987,9 +1987,9 @@ "dev": true }, "node_modules/@types/whatwg-url": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-11.0.5.tgz", - "integrity": "sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-13.0.0.tgz", + "integrity": "sha512-N8WXpbE6Wgri7KUSvrmQcqrMllKZ9uxkYWMt+mCSGwNc0Hsw9VQTW7ApqI4XNrx6/SaM2QQJCzMPDEXE058s+Q==", "dev": true, "dependencies": { "@types/webidl-conversions": "*" @@ -14525,7 +14525,7 @@ "@types/node": "22.5.0", "@types/superagent": "8.1.9", "@types/supertest": "6.0.2", - "@types/whatwg-url": "11.0.5", + "@types/whatwg-url": "13.0.0", "c8": "10.1.2", "express": "4.21.1", "io-ts-types": "0.5.19", diff --git a/packages/superagent-wrapper/package.json b/packages/superagent-wrapper/package.json index 5a8bcd79..a470704a 100644 --- a/packages/superagent-wrapper/package.json +++ b/packages/superagent-wrapper/package.json @@ -28,7 +28,7 @@ "@types/node": "22.5.0", "@types/superagent": "8.1.9", "@types/supertest": "6.0.2", - "@types/whatwg-url": "11.0.5", + "@types/whatwg-url": "13.0.0", "c8": "10.1.2", "express": "4.21.1", "io-ts-types": "0.5.19",