Skip to content

Commit

Permalink
fix: url-parse dependabot issue (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryans99 authored Mar 1, 2022
1 parent d3266b9 commit b785225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
"**/json-schema": "0.4.0",
"**/node-fetch": "2.6.7",
"**/follow-redirects": "1.14.8",
"**/url-parse": "1.5.6",
"**/url-parse": ">= 1.5.7",
"**/ansi-regex": "5.0.1",
"**/ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
}
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3840,7 +3840,6 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:

ansi-html@0.0.7, "ansi-html@https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41":
version "0.0.8"
uid "69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"

ansi-regex@5.0.1, ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1:
Expand Down Expand Up @@ -14844,10 +14843,10 @@ url-loader@^4.1.1:
mime-types "^2.1.27"
schema-utils "^3.0.0"

url-parse@1.5.6, url-parse@^1.4.3, url-parse@^1.4.7:
version "1.5.6"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.6.tgz#b2a41d5a233645f3c31204cc8be60e76a15230a2"
integrity sha512-xj3QdUJ1DttD1LeSfvJlU1eiF1RvBSBfUu8GplFGdUzSO28y5yUtEl7wb//PI4Af6qh0o/K8545vUmucRrfWsw==
"url-parse@>= 1.5.7", url-parse@^1.4.3, url-parse@^1.4.7:
version "1.5.10"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
dependencies:
querystringify "^2.1.1"
requires-port "^1.0.0"
Expand Down

0 comments on commit b785225

Please sign in to comment.