Skip to content

Commit

Permalink
Add proper dependency resolution for url-parse
Browse files Browse the repository at this point in the history
Dependabot bumped url-parse from 1.4.7 to 1.5.1 in opensearch-project#343,
but it edited the yarn.lock file directly. This is not
the recommended short- or long-term solution. This is
a downstream dependency of @elastic/eui, so this line
should be removed after that dependency is upgraded.

Signed-off-by: Tommy Markley <markleyt@amazon.com>
  • Loading branch information
Tommy Markley committed Jun 10, 2021
1 parent 8290f6f commit 4c229a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
"**/request": "^2.88.2",
"**/ssri": "^6.0.2",
"**/trim": "^0.0.3",
"**/typescript": "4.0.2"
"**/typescript": "4.0.2",
"**/url-parse": "^1.5.1"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24150,7 +24150,7 @@ url-parse-lax@^3.0.0:
dependencies:
prepend-http "^2.0.0"

url-parse@^1.4.3, url-parse@^1.4.7:
url-parse@^1.4.3, url-parse@^1.4.7, url-parse@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
Expand Down

0 comments on commit 4c229a7

Please sign in to comment.