Skip to content

Commit be3500c

Browse files
heldersepushockey
authored andcommitted
housekeeping: address url-parse vulnerability (via #5130)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:url-parse:20180731
1 parent 615f0bf commit be3500c

File tree

2 files changed

+29
-13
lines changed

2 files changed

+29
-13
lines changed

package-lock.json

Lines changed: 28 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"reselect": "^2.5.4",
7878
"serialize-error": "^2.1.0",
7979
"swagger-client": "^3.8.22",
80-
"url-parse": "^1.1.8",
80+
"url-parse": "^1.4.3",
8181
"xml-but-prettier": "^1.0.1",
8282
"zenscroll": "^4.0.2"
8383
},

0 commit comments

Comments
 (0)