From 7f7990156e684e50f5a46e214a5d97d483b7223e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:36:33 +0000 Subject: [PATCH] Bump url-parse from 1.2.0 to 1.5.2 in /user/plugins/tntsearch Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.2.0 to 1.5.2. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.2.0...1.5.2) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- user/plugins/tntsearch/package.json | 2 +- user/plugins/tntsearch/yarn.lock | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/user/plugins/tntsearch/package.json b/user/plugins/tntsearch/package.json index 66e2022b1..819c8d113 100644 --- a/user/plugins/tntsearch/package.json +++ b/user/plugins/tntsearch/package.json @@ -15,7 +15,7 @@ "history": "^4.7.2", "lodash": "^4.17.4", "querystringify": "^1.0.0", - "url-parse": "^1.2.0", + "url-parse": "^1.5.2", "whatwg-fetch": "^2.0.3" }, "devDependencies": { diff --git a/user/plugins/tntsearch/yarn.lock b/user/plugins/tntsearch/yarn.lock index db0e550e2..280b4b43a 100644 --- a/user/plugins/tntsearch/yarn.lock +++ b/user/plugins/tntsearch/yarn.lock @@ -3138,10 +3138,14 @@ querystring@0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" -querystringify@^1.0.0, querystringify@~1.0.0: +querystringify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-1.0.0.tgz#6286242112c5b712fa654e526652bf6a13ff05cb" +querystringify@^2.1.1: + version "2.2.0" + resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6" + randomatic@^1.1.3: version "1.1.7" resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c" @@ -3333,7 +3337,7 @@ require-uncached@^1.0.3: caller-path "^0.1.0" resolve-from "^1.0.0" -requires-port@~1.0.0: +requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" @@ -3765,12 +3769,12 @@ uniqs@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" -url-parse@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.2.0.tgz#3a19e8aaa6d023ddd27dcc44cb4fc8f7fec23986" +url-parse@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.2.tgz#a4eff6fd5ff9fe6ab98ac1f79641819d13247cda" dependencies: - querystringify "~1.0.0" - requires-port "~1.0.0" + querystringify "^2.1.1" + requires-port "^1.0.0" url@^0.11.0: version "0.11.0"