From 8f57e96c9d02a077ee907946c20c0c75f94b6bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:43:14 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.2 in /react Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.2. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.2) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- react/package.json | 2 +- react/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react/package.json b/react/package.json index a752c9a4d..6bfd182c9 100644 --- a/react/package.json +++ b/react/package.json @@ -46,7 +46,7 @@ "simple-element-resize-detector": "^1.3.0", "streamsaver": "^2.0.3", "text-encoding": "^0.7.0", - "url-parse": "^1.4.3", + "url-parse": "^1.5.2", "vtex.ajv": "^6.10.4", "web-streams-polyfill": "^2.0.6" }, diff --git a/react/yarn.lock b/react/yarn.lock index 6b8fa2ba0..fb388565e 100644 --- a/react/yarn.lock +++ b/react/yarn.lock @@ -8414,10 +8414,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.3: - 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.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.2.tgz#a4eff6fd5ff9fe6ab98ac1f79641819d13247cda" + integrity sha512-6bTUPERy1muxxYClbzoRo5qtQuyoGEbzbQvi0SW4/8U8UyVkAQhWFBlnigqJkRm4su4x1zDQfNbEzWkt+vchcg== dependencies: querystringify "^2.1.1" requires-port "^1.0.0"