From fe824b3f44480d0d42cc1fbdc97a2d0fb828325e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 15:53:19 +0000 Subject: [PATCH] Bump url-parse from 1.4.7 to 1.5.9 Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.9. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.9) --- updated-dependencies: - dependency-name: url-parse dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f521894..d47c169 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "staticrypt": "^1.3.2", "stylelint": "^9.9.0", "stylelint-config-recommended": "^2.2.0", - "url-parse": "^1.4.7", + "url-parse": "^1.5.9", "yaml": "^1.6.0" }, "watch": { diff --git a/yarn.lock b/yarn.lock index 94b9971..8339b67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7647,7 +7647,7 @@ url-parse@1.4.3: querystringify "^2.0.0" requires-port "^1.0.0" -url-parse@1.4.7, url-parse@^1.4.7: +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== @@ -7655,6 +7655,14 @@ url-parse@1.4.7, url-parse@^1.4.7: querystringify "^2.1.1" requires-port "^1.0.0" +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" + url-to-options@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"