From ee6c96adaa5a22b1302506bab4bed7a58f2d7167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 08:41:57 +0000 Subject: [PATCH] Bump url-parse from 1.3.0 to 1.5.10 in /source/VSCodeDebugAdapter Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.3.0 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.3.0...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- source/VSCodeDebugAdapter/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/VSCodeDebugAdapter/package-lock.json b/source/VSCodeDebugAdapter/package-lock.json index cdf8c5f..424d9cb 100644 --- a/source/VSCodeDebugAdapter/package-lock.json +++ b/source/VSCodeDebugAdapter/package-lock.json @@ -3423,8 +3423,8 @@ "integrity": "sha512-zPvPA3T7P6M+0iNsgX+iAcAz4GshKrowtQBHHc/28tVsBc8jK7VRCNX+2GEcoE6zDB6XqXhcyiUWPVZY6C70Cg==", "dev": true, "requires": { - "querystringify": "1.0.0", - "requires-port": "1.0.0" + "querystringify": "~1.0.0", + "requires-port": "~1.0.0" } }, "util-deprecate": {