From 2d1822423aef4fffa9c7acb1c59756e7662b5739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 07:23:49 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.6 Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.6. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.6) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a74a11b..524f7f1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "pm2": "^3.4.1", "request": "^2.88.0", "socket.io": "^2.2.0", - "url-parse": "^1.4.4", + "url-parse": "^1.5.6", "winston": "^3.1.0", "winston-daily-rotate-file": "^3.5.1" }, diff --git a/yarn.lock b/yarn.lock index c5f3483..522251b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7064,10 +7064,10 @@ url-parse-lax@^1.0.0: dependencies: prepend-http "^1.0.1" -url-parse@^1.4.4: - version "1.4.7" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" - integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== +url-parse@^1.5.6: + version "1.5.6" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2" + integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"