From febec098450d531350f42084f6487cfede3bfc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 22:05:45 +0000 Subject: [PATCH] Bump url-parse in /kafka-webview-ui/src/main/frontend Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- kafka-webview-ui/src/main/frontend/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka-webview-ui/src/main/frontend/package-lock.json b/kafka-webview-ui/src/main/frontend/package-lock.json index 6e0c4d57..3678233d 100644 --- a/kafka-webview-ui/src/main/frontend/package-lock.json +++ b/kafka-webview-ui/src/main/frontend/package-lock.json @@ -3184,8 +3184,8 @@ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.3.tgz", "integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==", "requires": { - "querystringify": "2.2.0", - "requires-port": "1.0.0" + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" } }, "use": {