diff --git a/package-lock.json b/package-lock.json index 8e04d2f4..9ad1e9ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11070,9 +11070,9 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "whatwg-url": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.6.0.tgz", - "integrity": "sha512-os0KkeeqUOl7ccdDT1qqUcS4KH4tcBTSKK5Nl5WKb2lyxInIZ/CpjkqKa1Ss12mjfdcRX9mHmPPs7/SxG1Hbdw==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", "requires": { "lodash": "^4.7.0", "tr46": "^2.1.0", diff --git a/package.json b/package.json index 9eb7a739..a7bb7197 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "marked": "^2.1.3", "node-pty-prebuilt-multiarch": "^0.10.0", "uuid": "^8.3.2", - "whatwg-url": "^8.6.0", + "whatwg-url": "^8.7.0", "which": "^2.0.2", "xterm": "4.13.0", "xterm-addon-fit": "0.5.0",