From 1296c425e136abc5ada28425e81153067491dbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 22:29:58 +0000 Subject: [PATCH] chore(deps): bump url-parse from 1.5.1 to 1.5.9 in /client/web Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.9. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.9) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/web/emberclear/package.json | 2 +- client/web/yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/web/emberclear/package.json b/client/web/emberclear/package.json index 5914a63fad..c33092f4f9 100644 --- a/client/web/emberclear/package.json +++ b/client/web/emberclear/package.json @@ -65,7 +65,7 @@ "prismjs-components-loader": "3.0.1", "showdown": "1.9.1", "toastify-js": "1.10.0", - "url-parse": "1.5.1" + "url-parse": "1.5.9" }, "devDependencies": { "@babel/preset-typescript": "7.14.5", diff --git a/client/web/yarn.lock b/client/web/yarn.lock index 97881fa395..6f6e459895 100644 --- a/client/web/yarn.lock +++ b/client/web/yarn.lock @@ -17894,10 +17894,10 @@ url-parse-lax@^3.0.0: dependencies: prepend-http "^2.0.0" -url-parse@1.5.1: - version "1.5.1" - resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" - integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q== +url-parse@1.5.9: + version "1.5.9" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.9.tgz#05ff26484a0b5e4040ac64dcee4177223d74675e" + integrity sha512-HpOvhKBvre8wYez+QhHcYiVvVmeF6DVnuSOOPhe3cTum3BnqHhvKaZm8FU5yTiOu/Jut2ZpB2rA/SbBA1JIGlQ== dependencies: querystringify "^2.1.1" requires-port "^1.0.0" @@ -18535,9 +18535,9 @@ xmlhttprequest-ssl@~1.6.2: integrity sha512-3XfeQE/wNkvrIktn2Kf0869fC0BN6UpydVasGIeSm2B1Llihf7/0UfZM+eCkOw3P7bP4+qPgqhm7ZoxuJtFU0Q== xstate@4.20.2, xstate@^4.12.0, xstate@^4.18.0: - version "4.20.2" - resolved "https://registry.npmjs.org/xstate/-/xstate-4.20.2.tgz#a22e6e63fc327b8d707494be3bf4897fb7890b37" - integrity sha512-HvU+NCYffTOC1oiopNKve3IdLNRpuvNa3tv+fhM8mo9+TGCF35wIMQJON7bWG/2041ySBKw78PW2goV+Ug073w== + version "4.30.3" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.30.3.tgz#e1b81bad0bb669b4411294961f286a338d52d8f0" + integrity sha512-ccFjxRKvLq5Fap9+Cc2barHjdEqcDMLZOnHKhslGPgOknM/GKku744Hixm7PzBfQolKQqi/oLQcYm6C5GCULyg== xtend@^4.0.0, xtend@~4.0.1: version "4.0.2"