From 80152e1526c8346b27f33e933ce5c8c1dc5883d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 20:59:54 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.8 Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.8. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.8) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:development ... 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 c1f8600..220264f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ts-loader": "^8.0.17", "types-cloudflare-worker": "^1.2.0", "typescript": "^4.1.5", - "url-parse": "^1.4.7", + "url-parse": "^1.5.8", "webpack": "^4.46.0", "webpack-cli": "^4.5.0" } diff --git a/yarn.lock b/yarn.lock index 51a1ce1..da96c91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7230,10 +7230,10 @@ urix@^0.1.0: resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= -url-parse@^1.4.7: - 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.8: + version "1.5.8" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.8.tgz#3f8090e4d6f80053eb861ec496049849f700337e" + integrity sha512-9JZ5zDrn9wJoOy/t+rH00HHejbU8dq9VsOYVu272TYDrCiyVAgHKUSpPh3ruZIpv8PMVR+NXLZvfRPJv8xAcQw== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"