From 30b471627fd45a2557874901f5acef5594b64e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 13:10:22 +0000 Subject: [PATCH] Bump url-parse from 1.4.6 to 1.5.1 in /ramler-itest/client Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.6 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.6...1.5.1) Signed-off-by: dependabot[bot] --- ramler-itest/client/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ramler-itest/client/package-lock.json b/ramler-itest/client/package-lock.json index 2bb8747..4c236f3 100644 --- a/ramler-itest/client/package-lock.json +++ b/ramler-itest/client/package-lock.json @@ -9776,12 +9776,12 @@ } }, "url-parse": { - "version": "1.4.6", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.6.tgz", - "integrity": "sha512-/B8AD9iQ01seoXmXf9z/MjLZQIdOoYl/+gvsQF6+mpnxaTfG9P7srYaiqaDMyKkR36XMXfhqSHss5MyFAO8lew==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", + "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", "dev": true, "requires": { - "querystringify": "^2.0.0", + "querystringify": "^2.1.1", "requires-port": "^1.0.0" } },